All Apps and Add-ons

Perfmon search - No data being received

marklehmann26
New Member

Hi All

Newbie splunk user here. I am wondering what the best search would be to alert on when trying to establish when an instance is not sending any perfmon data for a period of time say 10 mins and display the severity of the item within a table.

so far I have - index=client* sourcetype="Perfmon*" source=Perfmon:*

I may also just include the string to ignoreOlderThan 2 days so I can always be sure the data being queried on is fresh.

Thanks

Mark

Tags (1)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You could run this every N minutes over a timerange of -2Nm to now:

your base search | stats max(_time) as latest by host | where latest < relative_time(now(), "-Nm")

Trigger the alert whenever there is a result. Note, I'm assuming the expected indexing delay to be much smaller than N minutes.

I'm not sure where you're getting a severity from.

0 Karma
Get Updates on the Splunk Community!

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

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

Building Momentum: Splunk Developer Program at .conf25

At Splunk, developers are at the heart of innovation. That’s why this year at .conf25, we officially launched ...