Dashboards & Visualizations

chroplate map and sorting

raindrop18
Communicator

I have this query and I want create chroplate map based on count, I am apperciate if some one give some insight.

my objective is to display failed user name attempt per ip, preferably failed more than 5 times on chroplate map sorted by the ip with highest failed user name.

index=user host=web* "failed user name" | stats count by userip 
Tags (1)
0 Karma

paulbannister
Communicator

Hi There,

I'm assuming you are referring to Chloropleth maps, on this you should be able to find most the information on these here:

http://docs.splunk.com/Documentation/Splunk/6.6.0/Viz/ChoroplethGenerate

For yours specifically your going to want to use the iplocation command after your query

https://docs.splunk.com/Documentation/Splunk/6.6.0/SearchReference/Iplocation

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...