Alerting

How to create an alert via geostats count by Country

lukeasplunk
Observer

I am trying to create an alert based on sourcetype=iis | iplocation True_Client_IP | geostats count by Country that if one of my true client IPs show up in a Country where its not supposed to be it will generate an alert with the IPs listed.

I think I would some how need to input a list of locations that would trigger such an alert.  Any help on how to create such an alert would be appreciated.

Labels (1)
Tags (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

If you just need an alert then geostats isn't necessary.  The iplocation command returns country names which you can then use in a normal stats command.

sourcetype=iis 
| iplocation True_Client_IP 
| stats count by Country
| where NOT Country=="United States"
---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Splunk Observability Cloud's AI Assistant in Action Series: Auditing Compliance and ...

This is the third post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Community Badges!

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

What You Read The Most: Splunk Lantern’s Most Popular Articles!

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...