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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...

Design, Compete, Win: Submit Your Best Splunk Dashboards for a .conf26 Pass

Hello Splunkers,  We’re excited to kick off a Splunk Dashboard contest! We know that dashboards are a primary ...

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...