Alerting

How to create a daily alert to trigger if any new host is sending data to an index?

splunker9999
Path Finder

Hi,

We need to create an alert to trigger if there is any new host sending data to an index. Would be good if the report runs once every 24 hrs.

Can someone please advise?

valiquet
Contributor

This will keep track of hosts in a CSV in case the search don't run for a day
| metadata type=hosts index=* OR index=_* NOT [|inputlookup hosts | format] | fild host |dedup host |outputlookup hosts

0 Karma

somesoni2
Revered Legend

Try something like this. This should give you list of host who have first reported yesterday, so you can run this search daily after midnight.

| metadata type=hosts index=* OR index=_* | where firstTime>relative_time(now(),"-1d@d") 
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Thanks for the Memories! Splunk University, .conf25, and our Community

Thank you to everyone in the Splunk Community who joined us for .conf25, which kicked off with our iconic ...

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Introducing Splunk 10.0: Smarter, Faster, and More Powerful Than Ever

Now On Demand Whether you're managing complex deployments or looking to future-proof your data ...