Getting Data In

Re-configuring Universal Forwarder After Install

Brazzz
Engager

Currently have a universal forwarder installed.

During set up it was set to forward PerfMon.

I would like to add Windows Event Logs.
(App Logs, Security Logs, Sys Logs, Forwarder Event Logs, and Setup Logs)
How would I go about re-configuring the universal forwarder?

sdaniels
Splunk Employee
Splunk Employee

You will just need to modify your inputs.conf file on the forwarder. See the link below. Also, you can monitor windows remotely via WMI so if it's a small number of servers you could do that rather than installing forwarders on all of your windows servers.

http://docs.splunk.com/Documentation/Splunk/latest/Data/Monitorwindowsdata

OS Logs

[WinEventLog:Application]
disabled = 0
start_from = oldest
current_only = 0
checkpointInterval = 5

[WinEventLog:Security]
disabled = 0
start_from = oldest
current_only = 0
evt_resolve_ad_obj = 1
checkpointInterval = 5

[WinEventLog:System]
disabled = 0
start_from = oldest
current_only = 0
checkpointInterval = 5

The Splunk App for Windows has configurations already created for you as well. I pulled the above from the inputs.conf file on the Windows app.

http://splunk-base.splunk.com/apps/22315/splunk-app-for-windows

FRoth
Contributor

My etc\system\local\inputs.conf contains nothing useful.
I configured local Eventlog "Security" and "Forwarded Events".
My Input file contains this:
[default]
host = ZEUS

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...