<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Why are the logs being forwarder from one source to the Splunk indexer in a Splunk forwader deployed on a Windows server? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-logs-being-forwarder-from-one-source-to-the-Splunk/m-p/405138#M71914</link>
    <description>&lt;P&gt;I'm not crazy about the &lt;CODE&gt;whitelist&lt;/CODE&gt; way.&lt;/P&gt;

&lt;P&gt;What about something like? -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://C:\ClearPath\logs\cpe2Pims-*.log]
.....

[monitor://C:\ClearPath\logs\CatalogUpdater\UnclassifiedExtractor_splunk.log]
.....
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It's simpler...&lt;/P&gt;</description>
    <pubDate>Fri, 10 Aug 2018 17:38:03 GMT</pubDate>
    <dc:creator>ddrillic</dc:creator>
    <dc:date>2018-08-10T17:38:03Z</dc:date>
    <item>
      <title>Why are the logs being forwarder from one source to the Splunk indexer in a Splunk forwader deployed on a Windows server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-logs-being-forwarder-from-one-source-to-the-Splunk/m-p/405135#M71911</link>
      <description>&lt;P&gt;Hi there,&lt;BR /&gt;
We have Splunk forwarder deployed on a Windows server and inputs.conf is configured with two log sources.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = test_OP_CBE_AUX1

[monitor://C:\ClearPath\logs]
whitelist = [\\]cpe2Pims-\d\d\d\d_\d\d_\d\d\.log$
index = pb
sourcetype = json
recursive = false
disabled = false

[monitor://C:\ClearPath\logs\CatalogUpdater]
whitelist = [\\]UnclassifiedExtractor_splunk\.log
index = pb
sourcetype = json
recursive = false
disabled = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However, we are seeing logs forwarded to Splunk indexer only from [monitor://C:\ClearPath\logs] and other source [monitor://C:\ClearPath\logs\CatalogUpdater] does not forward the logs.&lt;/P&gt;

&lt;P&gt;If set disable to "true" for [monitor://C:\ClearPath\logs] -- we immediately see logs being forwarded from [monitor://C:\ClearPath\logs\CatalogUpdater]&lt;/P&gt;

&lt;P&gt;This is not a licensing issue. Any inputs on what's causing this issue will be greatly appreciated.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
Pam&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 23:31:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-logs-being-forwarder-from-one-source-to-the-Splunk/m-p/405135#M71911</guid>
      <dc:creator>venksel</dc:creator>
      <dc:date>2018-08-09T23:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why are the logs being forwarder from one source to the Splunk indexer in a Splunk forwader deployed on a Windows server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-logs-being-forwarder-from-one-source-to-the-Splunk/m-p/405136#M71912</link>
      <description>&lt;P&gt;This is a bit of a shot in the dark, but have you tried moving the second input stanza above the first one? Splunk plays by it's own set of order of operations, and maybe the recursive=disabled in the first stanza is blocking the second input which exists in a subdirectory.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 17:26:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-logs-being-forwarder-from-one-source-to-the-Splunk/m-p/405136#M71912</guid>
      <dc:creator>anthonymelita</dc:creator>
      <dc:date>2018-08-10T17:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why are the logs being forwarder from one source to the Splunk indexer in a Splunk forwader deployed on a Windows server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-logs-being-forwarder-from-one-source-to-the-Splunk/m-p/405137#M71913</link>
      <description>&lt;P&gt;anthonymelita  - Problem solved!&lt;/P&gt;

&lt;P&gt;You are the best and thank you so much for taking time to reply. &lt;/P&gt;

&lt;P&gt;Cheers and a happy forth!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 17:37:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-logs-being-forwarder-from-one-source-to-the-Splunk/m-p/405137#M71913</guid>
      <dc:creator>venksel</dc:creator>
      <dc:date>2018-08-10T17:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why are the logs being forwarder from one source to the Splunk indexer in a Splunk forwader deployed on a Windows server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-logs-being-forwarder-from-one-source-to-the-Splunk/m-p/405138#M71914</link>
      <description>&lt;P&gt;I'm not crazy about the &lt;CODE&gt;whitelist&lt;/CODE&gt; way.&lt;/P&gt;

&lt;P&gt;What about something like? -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://C:\ClearPath\logs\cpe2Pims-*.log]
.....

[monitor://C:\ClearPath\logs\CatalogUpdater\UnclassifiedExtractor_splunk.log]
.....
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It's simpler...&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 17:38:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-logs-being-forwarder-from-one-source-to-the-Splunk/m-p/405138#M71914</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-08-10T17:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why are the logs being forwarder from one source to the Splunk indexer in a Splunk forwader deployed on a Windows server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-logs-being-forwarder-from-one-source-to-the-Splunk/m-p/405139#M71915</link>
      <description>&lt;P&gt;ddrillic - it's resolved after following the recommendation from Anthony.  I appreciate you taking time to reply to my post and your willingness to help is greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 17:42:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-logs-being-forwarder-from-one-source-to-the-Splunk/m-p/405139#M71915</guid>
      <dc:creator>venksel</dc:creator>
      <dc:date>2018-08-10T17:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why are the logs being forwarder from one source to the Splunk indexer in a Splunk forwader deployed on a Windows server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-logs-being-forwarder-from-one-source-to-the-Splunk/m-p/405140#M71916</link>
      <description>&lt;P&gt;Sounds great! &lt;CODE&gt;recursive = false&lt;/CODE&gt; applies on the entire &lt;CODE&gt;[monitor://C:\ClearPath\logs]&lt;/CODE&gt;. That's another reason why my suggestion should work and keep it clearer ; -)&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 17:45:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-the-logs-being-forwarder-from-one-source-to-the-Splunk/m-p/405140#M71916</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-08-10T17:45:44Z</dc:date>
    </item>
  </channel>
</rss>

