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!

Buttercup Games Tutorial Extension - part 9

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...

Buttercup Games Tutorial Extension - part 8

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...

Introducing the Splunk Developer Program!

Hey Splunk community! We are excited to announce that Splunk is launching the Splunk Developer Program in ...