Hello,
I have created 1 cluster using 3 indexer, 1 search head, 1 master node. I have uploaded 3 csv file in 3 indexer respectively. Files has same column but different data. When I am doing query in indexer it is able to group the data column wise so if I am fire query like Source="*" | Stats count , it gives me the count of the each column.
But If I fire same query in search head it is not able to group the data columnwise. I have also checked CHECK_FOR_HEADER in props.conf and it is true in the master/Search head.
Can anybody guide how to solve this issue?