<?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: inputs.conf forwarding from the same directory issue in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-forwarding-from-the-same-directory-issue/m-p/133117#M27349</link>
    <description>&lt;P&gt;Whats a SUF?&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jul 2014 04:20:21 GMT</pubDate>
    <dc:creator>Dark_Ichigo</dc:creator>
    <dc:date>2014-07-08T04:20:21Z</dc:date>
    <item>
      <title>inputs.conf forwarding from the same directory issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-forwarding-from-the-same-directory-issue/m-p/133115#M27347</link>
      <description>&lt;P&gt;Only the first Stanza works, when I comment out one of them, it works fine, but no matter what happens, I cant get them both to work...&lt;/P&gt;

&lt;P&gt;Only highlighted logs are forwarded.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# logs1
[monitor:///home/mmm/logs/mmm.log*]
sourcetype = Core
index = CoreLog
_TCP_ROUTING = umm
#recursive = false
#whitelist = mmm\.log(\.1)?

# logs2
[monitor:///home/mmm/logs/mmm/smmm.log*]
sourcetype = CoreSMS
index = CoreLog
_TCP_ROUTING = umm
whitelist = smmm\.log(\.\d+\-\d+\-\d+)?
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Jul 2014 03:34:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-forwarding-from-the-same-directory-issue/m-p/133115#M27347</guid>
      <dc:creator>Dark_Ichigo</dc:creator>
      <dc:date>2014-07-08T03:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: inputs.conf forwarding from the same directory issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-forwarding-from-the-same-directory-issue/m-p/133116#M27348</link>
      <description>&lt;P&gt;Have you tried like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# logs1
[monitor:///home/mmm/logs/mmm.log*]
sourcetype = Core
index = CoreLog
_TCP_ROUTING = umm
recursive = false

# logs2
[monitor:///home/mmm/logs/mmm/smmm.log*]
sourcetype = CoreSMS
index = CoreLog
_TCP_ROUTING = umm
recursive = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also, does your SUF shows any error message in the logs?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2014 03:45:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-forwarding-from-the-same-directory-issue/m-p/133116#M27348</guid>
      <dc:creator>musskopf</dc:creator>
      <dc:date>2014-07-08T03:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: inputs.conf forwarding from the same directory issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-forwarding-from-the-same-directory-issue/m-p/133117#M27349</link>
      <description>&lt;P&gt;Whats a SUF?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2014 04:20:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-forwarding-from-the-same-directory-issue/m-p/133117#M27349</guid>
      <dc:creator>Dark_Ichigo</dc:creator>
      <dc:date>2014-07-08T04:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: inputs.conf forwarding from the same directory issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-forwarding-from-the-same-directory-issue/m-p/133118#M27350</link>
      <description>&lt;P&gt;Splunk Universal Forwarder. I imagine tei config you pasted there in not from the inputs.conf on the Splunk Server but from some other box running a forwarder (splunk agent)&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2014 04:22:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-forwarding-from-the-same-directory-issue/m-p/133118#M27350</guid>
      <dc:creator>musskopf</dc:creator>
      <dc:date>2014-07-08T04:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: inputs.conf forwarding from the same directory issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-forwarding-from-the-same-directory-issue/m-p/133119#M27351</link>
      <description>&lt;P&gt;Sorry, I have tried the above on multiple instances, but the same issue remains....&lt;/P&gt;

&lt;P&gt;Could this be due to the fact that #log2 stanza is pointing at a Sub directory as opposed to the #log1 stanza which is one directory above it??&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2014 06:30:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-forwarding-from-the-same-directory-issue/m-p/133119#M27351</guid>
      <dc:creator>Dark_Ichigo</dc:creator>
      <dc:date>2014-07-08T06:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: inputs.conf forwarding from the same directory issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-forwarding-from-the-same-directory-issue/m-p/133120#M27352</link>
      <description>&lt;P&gt;Yeah, it might be a bug actually. Have a look on this post:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/126064/bug-in-universal-forwarder-inputsconf-monitor-and-recursive-false"&gt;http://answers.splunk.com/answers/126064/bug-in-universal-forwarder-inputsconf-monitor-and-recursive-false&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2014 22:48:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-forwarding-from-the-same-directory-issue/m-p/133120#M27352</guid>
      <dc:creator>musskopf</dc:creator>
      <dc:date>2014-07-08T22:48:11Z</dc:date>
    </item>
  </channel>
</rss>

