All Apps and Add-ons

Google Maps GeoIP max 1000 events

bluecomet
New Member

I have about 20,000 matching events when I do a search for a specific term. Piping to geoip limit my results to 2,724 events, and 998 events with location information. What is going on here? Any limits I need to change? Any insight appreciated.

scdpantidepressantskills sc_status="200"

Data shows from Jan - Dec

vs

scdpantidepressantskills sc_status="200" | geoip c_ip

Only Nov - Dec Data appears

Tags (1)
0 Karma

bluecomet
New Member

The answer by ziegfried in this post was helpful:

http://splunk-base.splunk.com/answers/37105/geoip-search-results-not-correct

In my case I added "stats count as c_ip" (my ip field was c_ip) to agggregate the counts before piping to geoip to reduce the results to within the internal limit. The end result has over 50,000 matching events with location information.

0 Karma

bbthesplunk
Explorer

I'm seeing the same issue and have dedup my src_ip which provides 3000 unique ips. running geoip src_ip provides only approximately the first 1000 results. What config change needs to occur to process all?

Thanks

0 Karma

imallika
New Member

Did you try deduping the ip field before piping it out to c_ip?
Like : scdpantidepressantskills sc_status="200" | dedup c_ip | geoip c_ip

Your results are probably pulling up duplicates of ips.

0 Karma

bluecomet
New Member

Deduping reduces it a bit, but I was able to increase the limit to no more than 10000 events in the limits.conf

0 Karma
Get Updates on the Splunk Community!

.conf25 Community Recap

Hello Splunkers, And just like that, .conf25 is in the books! What an incredible few days — full of learning, ...

Splunk App Developers | .conf25 Recap & What’s Next

If you stopped by the Builder Bar at .conf25 this year, thank you! The retro tech beer garden vibes were ...

Congratulations to the 2025-2026 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...