All Apps and Add-ons

AmMap realtime view is not showing the locations with respect to real time ?

ranjyotiprakash
Communicator

In my custom splunk app, which reads the logs generated by Barracuda web Application Firewall. I have a dashboard which has amMap flash map to show the location of client_ip present in the logs. But, the map is showing incorrect location for the client_ip.

The app is having two views as it is in amMap Splunk app - one is showing the count of IPs for all time and second is showing the count of IPs for the last 1 hour realtime. But the realtime map is showing the same results on the map as it is on the first map.

How can the realtime map be configured to show only the last 1 hour results on the map ?

Thanks..

0 Karma
1 Solution

lloydd518
Path Finder

Have you made your searches write their output to two separate XML files?

eval output_file="flash_map1_data.xml" | eval app="amMap" | lookup geoip clientip as src_ip | mapit.....

eval output_file="flash_map2_data.xml" | eval app="amMap" | lookup geoip clientip as src_ip | mapit

And edit the HTML flash code to read from these two separate files?

View solution in original post

0 Karma

lloydd518
Path Finder

Have you made your searches write their output to two separate XML files?

eval output_file="flash_map1_data.xml" | eval app="amMap" | lookup geoip clientip as src_ip | mapit.....

eval output_file="flash_map2_data.xml" | eval app="amMap" | lookup geoip clientip as src_ip | mapit

And edit the HTML flash code to read from these two separate files?

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 ...