First, having two consecutive [monitor://...] lines does not create two monitors with the same settings. The first monitor uses only default settings, whereas the second uses those specified in the stanza. Second, check splunkd.log to confirm it, but I suspect nothing is ingested because .docx files are binary and Splunk doesn't ingest non-textual data. Finally, it looks like you want to detect when these files change rather than index the files themselves. If so, use an fschange input. See https://docs.splunk.com/Documentation/Splunk/8.2.1/Data/Monitorchangestoyourfilesystem
... View more