Deployment Architecture

Deployment Server App Confusion

knutsod
Path Finder

I created a deployment app, lets call it windows. Inisde Windows\Local\ I have an input.conf and an outputs.conf file. My input.conf file looks like this:

[WinEventLog:Security]
disabled = flase

When the app gets delived to the clients (Windows Universal Forwarders) the input.conf file in the deployed app looks like this:

[WinEventLog://Security]
disabled = 1

What the heck is going on?

Tags (1)
0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

You may have a typo, flase instead of false.

Nonetheless, the inputs.conf reference suggests 0 or 1 as values. http://docs.splunk.com/Documentation/Splunk/6.1.1/admin/inputsconf

View solution in original post

knutsod
Path Finder

False was spelled wrong, thanks to martin_mueller for pointing that out.

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You may have a typo, flase instead of false.

Nonetheless, the inputs.conf reference suggests 0 or 1 as values. http://docs.splunk.com/Documentation/Splunk/6.1.1/admin/inputsconf

martin_mueller
SplunkTrust
SplunkTrust

I'm sure you could build a Splunk alert that tells users to take a break if they've been Splunking along for more than X hours...

0 Karma

knutsod
Path Finder

That was it... I feel stupid. I think I need to step away from my desk and get some air. Thanks!

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...