Splunk Search

Why do I get "Invalid key in stanza..."

JarrettM
Path Finder

Deploying app to collect IIS logs. When restarting the forwarder get the following:
" Invalid key in stanza [monitor:E:\AirWatch\Logs\IIS\] in E:\SplunkUniversalForwarder\etc\apps\IIS\default\inputs.conf, line 7: whitelist (value: \.log$). Your indexes and inputs configurations are not internally consistent"
Runninf splunk btool gives no further info.
Here is the entire inputs.conf:

[monitor:e:\AirWatch\Logs\IIS
disabled=false
sourcetype=iis
whitelist=\.logs$
Tags (1)
0 Karma
1 Solution

mayurr98
Super Champion

Hey check the syntax of monitor stanza

[monitor://e:\AirWatch\Logs\IIS]
disabled = 0
sourcetype = iis
whitelist = \.logs$

You need to add your path after [monitor://<your_path>]
Also to monitor file with the .logextension, you should write \.log$
You can find this in
https://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Data/Whitelistorblacklistspecificincomingdat...
Let me know if this helps!

View solution in original post

0 Karma

493669
Super Champion

try this:

 [monitor://e:\AirWatch\Logs\IIS]
 disabled = 0
 sourcetype = iis
 whitelist = \.logs$
0 Karma

JarrettM
Path Finder

You got it! Sorry I can't mark your answer as accepted. Someone else beat you by 4 minutes!

Thanks!!

0 Karma

mayurr98
Super Champion

Hey check the syntax of monitor stanza

[monitor://e:\AirWatch\Logs\IIS]
disabled = 0
sourcetype = iis
whitelist = \.logs$

You need to add your path after [monitor://<your_path>]
Also to monitor file with the .logextension, you should write \.log$
You can find this in
https://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Data/Whitelistorblacklistspecificincomingdat...
Let me know if this helps!

0 Karma

JarrettM
Path Finder

That did it. Pretty stupid on my part!

Thanks!!

0 Karma
Get Updates on the Splunk Community!

Get Schooled with Splunk Education: Explore Our Latest Courses

At Splunk Education, we’re dedicated to providing incredible learning experiences that cater to every skill ...

Splunk AI Assistant for SPL | Key Use Cases to Unlock the Power of SPL

Splunk AI Assistant for SPL | Key Use Cases to Unlock the Power of SPL  The Splunk AI Assistant for SPL ...

Buttercup Games: Further Dashboarding Techniques (Part 5)

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