<?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 Not Picking Up What I expect in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-Not-Picking-Up-What-I-expect/m-p/148906#M30324</link>
    <description>&lt;P&gt;This script will help you in determining what status Splunk has for your monitor inputs: &lt;A href="http://blogs.splunk.com/2011/01/02/did-i-miss-christmas-2/"&gt;http://blogs.splunk.com/2011/01/02/did-i-miss-christmas-2/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Nov 2013 07:33:30 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2013-11-20T07:33:30Z</dc:date>
    <item>
      <title>Inputs.conf Not Picking Up What I expect</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-Not-Picking-Up-What-I-expect/m-p/148903#M30321</link>
      <description>&lt;P&gt;I am trying to pull in a several log files that are always being updated from a folder on Windows. Here is my inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://C:\Siebel\sba81\siebsrvr\BIN\*.log]
index=siebel
sourcetype=siebel_scg_logs
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But the results in splunk only show one file ignoring all the other ones. Any idea why Splunk is not gathering the other log files in the directory? Did I miss something in the stanza I needed? &lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2013 23:37:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-Not-Picking-Up-What-I-expect/m-p/148903#M30321</guid>
      <dc:creator>daniel333</dc:creator>
      <dc:date>2013-11-19T23:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs.conf Not Picking Up What I expect</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-Not-Picking-Up-What-I-expect/m-p/148904#M30322</link>
      <description>&lt;P&gt;Would it be possible for you to tell the filenames present in the folder?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2013 23:58:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-Not-Picking-Up-What-I-expect/m-p/148904#M30322</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2013-11-19T23:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs.conf Not Picking Up What I expect</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-Not-Picking-Up-What-I-expect/m-p/148905#M30323</link>
      <description>&lt;P&gt;You should post your monitor string as code (select the 101010 format option at the top).&lt;BR /&gt;
Escape characters are important in a monitor string.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2013 00:01:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-Not-Picking-Up-What-I-expect/m-p/148905#M30323</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-11-20T00:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs.conf Not Picking Up What I expect</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-Not-Picking-Up-What-I-expect/m-p/148906#M30324</link>
      <description>&lt;P&gt;This script will help you in determining what status Splunk has for your monitor inputs: &lt;A href="http://blogs.splunk.com/2011/01/02/did-i-miss-christmas-2/"&gt;http://blogs.splunk.com/2011/01/02/did-i-miss-christmas-2/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2013 07:33:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-Not-Picking-Up-What-I-expect/m-p/148906#M30324</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-11-20T07:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs.conf Not Picking Up What I expect</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-Not-Picking-Up-What-I-expect/m-p/148907#M30325</link>
      <description>&lt;P&gt;" * " doesn't work as expected in windows&lt;/P&gt;

&lt;P&gt;This should work&lt;/P&gt;

&lt;PRE&gt;
[monitor://C:\Siebel\sba81\siebsrvr\BIN\]
index=siebel
sourcetype=siebel_scg_logs
whitelist=\.log$
&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Nov 2013 20:49:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-Not-Picking-Up-What-I-expect/m-p/148907#M30325</guid>
      <dc:creator>pradeepkumarg</dc:creator>
      <dc:date>2013-11-21T20:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs.conf Not Picking Up What I expect</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-Not-Picking-Up-What-I-expect/m-p/148908#M30326</link>
      <description>&lt;P&gt;That is not exactly true, you just need to 'know' what to expect.  If you want to get dizzy you can read the rules:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/Data/Specifyinputpathswithwildcards"&gt;http://docs.splunk.com/Documentation/Splunk/6.0/Data/Specifyinputpathswithwildcards&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;My guess is that splunk is treating \* as regex not a * wildcard.  Regardless, I believe the example in the doc says that \* does not work in Windows; you should expect it to fail.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2013 21:07:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-Not-Picking-Up-What-I-expect/m-p/148908#M30326</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-11-21T21:07:30Z</dc:date>
    </item>
  </channel>
</rss>

