Splunk Search

How to resolve error in my geostats search "Error in 'geostats' command: The argument 'over' is invalid"?

raindrop18
Communicator

I have this search and I keep getting "Error in 'geostats' command: The argument 'over' is invalid". How I can replace "over" to get what I am expecting?

index=X source=X host=XX "request from IP *"  | rex "(?i) IP (?P[^ ]+)"   |  rex "(?i) username (?P[^ ]+)"  | iplocation clientIP | geostats latfield=lat longfield=lon | iplocation clientIP | geostats latfield=lat longfield=lon dc(UsrName) over clientIP 
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi raindrop18,
try something like this:

index=X source=X host=XX "request from IP *" 
| rex "(?i) IP (?P[^ ]+)" 
| rex "(?i) username (?P[^ ]+)" 
| iplocation IP
| geostats latfield=lat longfield=lon dc(UsrName) by clientIP 

see http://docs.splunk.com/Documentation/Splunk/6.5.3/SearchReference/Geostats

Bye.
Giuseppe

raindrop18
Communicator

so this query on regular chart showed me, sorted the client IP has the highest number of username. just added "| sort - dc(UsrName)" at the end. currently on geostats only see the lowest number.

0 Karma

raindrop18
Communicator

thanks much Giuseppe, quick question is that possible to sort the out put on Geostats?

0 Karma

gcusello
SplunkTrust
SplunkTrust

Output should be sorted by clientIp.
What is the field you would use?
Bye.
Giuseppe

0 Karma
Get Updates on the Splunk Community!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...