Getting Data In

How do I remove Security event logs as one of my data inputs

aywong
Path Finder

When I had initiall installed my forwarder I selected "security" as one of my inputs. Now I want to remove this as an input.

Tags (2)
0 Karma
1 Solution

MHibbin
Influencer

Assuming you are talking windows here...

There will be an inputs.conf with the Splunk directory on the forwarder. This could be in a system location or an application, so either (where $SPLUNK_HOME is the Splunk installation directory (e.g. D:\Program Files\Splunk\)):

$SPLUNK_HOME\etc\system\local\inputs.conf

OR

$SPLUNK_HOME\etc\apps\<appName>\default\inputs.conf

OR

$SPLUNK_HOME\etc\apps\<appName>\local\inputs.conf

In this file (should be easy to find in windows) there will probably be something like:

[WinEventLog:Security]
disabled = 0 

There may be some extra parameters, but you will need to change the "disabled = 0" to "disabled = 1". E.g:

[WinEventLog:Security]
disabled = 1

This will disable that input, you will then need to restart Splunk on the forwarder to make sure that changes are applied.

View solution in original post

MHibbin
Influencer

Assuming you are talking windows here...

There will be an inputs.conf with the Splunk directory on the forwarder. This could be in a system location or an application, so either (where $SPLUNK_HOME is the Splunk installation directory (e.g. D:\Program Files\Splunk\)):

$SPLUNK_HOME\etc\system\local\inputs.conf

OR

$SPLUNK_HOME\etc\apps\<appName>\default\inputs.conf

OR

$SPLUNK_HOME\etc\apps\<appName>\local\inputs.conf

In this file (should be easy to find in windows) there will probably be something like:

[WinEventLog:Security]
disabled = 0 

There may be some extra parameters, but you will need to change the "disabled = 0" to "disabled = 1". E.g:

[WinEventLog:Security]
disabled = 1

This will disable that input, you will then need to restart Splunk on the forwarder to make sure that changes are applied.

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

.conf25 Global Broadcast: Don’t Miss a Moment

Hello Splunkers, .conf25 is only a click away.  Not able to make it to .conf25 in person? No worries, you can ...

Observe and Secure All Apps with Splunk

 Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...