Splunk Search

Geostats is not working in 6.3

abhayneilam
Contributor

Hi,

I have a lookup table in which I have area code and longtitue and latitude and other details, at the other end I have area code in my index also.

So, I have made my query with lookup table to match for all the area code and show a "MAP" graph.

I am doing ..

index=indexname areacode | lookup coordinate.csv areacode as CCC | geosats global....=0 latfi....=latitute long...=longitude count by CCC

My output is having something like this :

geobin longitue latitue 200 201 202 304 501 505
blahblah blah -blah 1 1 1 4 1

now, the problem is in my result set only 6 area code is showing 200 201 202 304 501 505 ( just as above example ) , Even though I have more data matching up with lookup table, those Areacodes are not showing, like it is not showing 210 , 312 area code.

Please help me why I can't see these area codes in the statistics even though I have data for these two.

Cheers,

Tags (1)
0 Karma

fdi01
Motivator

Hi,

OTHER values show up due to global limits for geostats command. You can get rid of it setting globallimit=0. Then it will show up all values found.

0 Karma

MuS
SplunkTrust
SplunkTrust

Hi, can you provide example events for all area codes? Also provide the lookup file.
How is this area code field created? If by using field extraction, does the regex match all area codes?

cheers, MuS

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...