Getting Data In

Add a custom Perfmon

wcgage
Path Finder

I have a saved Perfmon that is installed on my environment. I'd like to bring that data in.

for example:

name of perfmon - exampleperfmon Location: c:/temp

How can do that?

Tags (1)

jlvix1
Communicator

I don't think you can do this like you imagine, splunk is good at the WMI realtime side of things, but in order to "import" the perfmon data you would have to bring it in as a CSV/TSV file with some field extractions - this would be completely different to having a WMI performance counter, the data would be from 2 different source types.

At the moment I have a similar requirement - I'm unable to set a config of perfmon custom counters from my heavy forwarder to my universal forwarders, so I'm considering having perfmon collectors on the app servers writing out CSV data, and configuring my forwarders to collect data from something like C:\Perfmondata*.csv and then having field extraction at index time.

All of this is simply because the perfmon counters are limited to a static set when configuring the UF's to grab perfmon data!

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

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

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...