- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
dhavamanis
Builder
04-24-2015
01:31 PM
Can you please tell us how to resolve this error on our Windows universal forwarder,
Invalid key in stanza [monitor:C:\jmeter\Workspace\SplunkData\ST
AGE] in C:\Program Files\SplunkUniversalForwarder\etc\system\local\inputs.conf,
line 7: blacklist (value: \.(jtl)$)
Invalid key in stanza [monitor:C:\jmeter\Workspace\SplunkData\ST
AGE] in C:\Program Files\SplunkUniversalForwarder\etc\system\local\inputs.conf,
line 8: crcSalt (value: <SOURCE>)
Your indexes and inputs configurations are not internally consis
tent. For more information, run 'splunk btool check --debug'
inputs.conf:
[default]
host = USZMPAPWQ004
[monitor:C:\jmeter\Workspace\SplunkData\STAGE]
index=idx-sqe-perf
sourcetype=csv
crcSalt = <SOURCE>
blacklist = \.(jtl)$
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
martin_mueller

SplunkTrust
04-24-2015
04:44 PM
Consider using this stanza:
[monitor://C:\jmeter\Workspace\SplunkData\STAGE]
Added the double-slash of monitor://
.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
martin_mueller

SplunkTrust
04-24-2015
04:44 PM
Consider using this stanza:
[monitor://C:\jmeter\Workspace\SplunkData\STAGE]
Added the double-slash of monitor://
.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

the_wolverine
Champion
04-24-2015
01:53 PM
crcSalt requires a value. You don't need to set crcSalt so just removing that line should resolve the issue.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
dhavamanis
Builder
04-24-2015
02:00 PM
i have updated with exact config. its have value SOURCE. can you please check now.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

the_wolverine
Champion
04-24-2015
02:03 PM
I think you are looking to set:
crcSalt = <SOURCE>
(case sensitive)
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
dhavamanis
Builder
04-24-2015
02:09 PM
yes, you are correct. I have updated the actual without any break now. Please check this.
