Getting Data In

sending perfmon data to indexer from UF

Splunk_U
Path Finder

I have an universal forwarder in windows machine. I want to send the perfmon data from the UF to the indexer (a linux machine). How to do that?

Tags (2)
0 Karma

jonuwz
Influencer

You should have the opportunity to configure perfmon inputs at install time.

If re-installing the UF is not an option take a look at the bottom of this page for how to add entries to <install dir>\etc\system\local\inputs.conf to forward perfmon data.

You'll need to restart the UF service for hte change to take effect.

Note :

  1. The interval is in seconds, '1' might be too frequent for you.
  2. You might want to create a new index to store the performance data

Edit

For example add this to etc/system/local/inputs.conf (example from the link above) :

[perfmon://LocalMainMemory]
interval = 5
object = Memory
counters = Committed Bytes; Available Bytes; % Committed Bytes In Use
disabled = 0
index = main

and restart your service.

jonuwz
Influencer

not sure where perfmon.conf or wmi.conf come into it.

Just add entries to inputs.conf and restart

0 Karma

Splunk_U
Path Finder

I am not able to see perfmon.conf file in the default. shall I create the wmi.conf file?

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...