query:- index="test"|table FIELD1,FIELD2,Latitude,Longitude,Timestamp| geostats latfield=Latitude longfield=Longitude count by FIELDD1
Result For Verbose Mode
result for fastmode:
NO RESULT FOUND
Hi @ajitshukla
try this: index="test"|fields FIELD1 FIELD2 Latitude Longitude Timestamp| geostats latfield=Latitude longfield=Longitude count by FIELD1
Hope this helps
Hi @ajitshukla
try this: index="test"|fields FIELD1 FIELD2 Latitude Longitude Timestamp| geostats latfield=Latitude longfield=Longitude count by FIELD1
Hope this helps
thanks its working fine
Awesome, glad to hear it!
|fields
is typically better and faster to use than |table