All Apps and Add-ons

Splunk_TA_Windows Performance Monitoring dashboards not working

davidjohnbecket
Path Finder

Is the transforms.conf working correctly for the 'counter' extract in the Splunk_TA_Windows app?

[metric_name_for_perfmon_metrics_store]
REGEX = counter=\"?([^\"\r\n]*[^\"\s])
FORMAT = metric_name::$1
WRITE_META = true

I am having issues getting the Performance Monitoring dashboard working and my investigations are leading me to think that the 'counter' field is not being populated and it is necessary for the drop-down in the dashboards to work...

Testing the regexs via search of the others in the transforms are working fine:

perfmon-index eventtype="perfmon_windows" object=*
| regex object"=\"?([^\"\r\n][^\"\s])"
| regex instance"=\"?([^\"\r\n]
[^\"\s])"
| regex collection"=\"?([^\"\r\n]*[^\"\s])"

| table object, instance, collection, counter

but the counter extract doesnt work:

perfmon-index eventtype="perfmon_windows" object=*
| regex counter"=\"?([^\"\r\n]*[^\"\s])"
| table counter

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...