Will the Windows version of the "Splunk App for Unix and Linux" report on linux metrics?
My Splunk Servers are Windows-based, but I need to report on the metrics from a linux (Redhat/CentOS) system.
I installed the Splunk_TA_nix app in a linux Splunk Universal Forwarder, and I have all the metrics coming over to my Windows indexer now.
Rather than build my own custom dashboards doing things like:
`earliest=-1m index=os sourcetype=cpu | rex "\nall\s+(?<pctUser>\d+[.]\d+)\s+(?<pctNice>\d+[.]\d+)\s+(?<pctSystem>\d+[.]\d+)\s+(?<pctIowait>\d+[.]\d+)\s+(?<pctIdle>\d+[.]\d+)"`
is there a Splunk app that would already do all of that under Windows?
↧