I need to monitor the Assembly folder in Windows Server :
[monitor://C:\Windows\assembly]
index=Assembly_monitor
the above stanza forwards no data into Splunk indexer.
i have set the source type as assembly and modified as below inputs.conf:
[monitor://C:\Windows\assembly]
index=Assembly_monitor
sourcetype=Assembly
& also edited props.conf as :
[Assembly]
NO_BINARY_CHECK = true
-- Even also i am not getting any data 😞
Please help
Hi, I think you are missing "\" before Windowsassembly
[monitor://C:\Windowsassembly]
Yes. it was not displayed in question & ur answer too.
But i am using backslash wherever it required
Should be "backslash" in front of Windowsassembly. But not shown in my answere, probably missing in question too?