<?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: Underscores in inputs.conf...HELP! in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Underscores-in-inputs-conf-HELP/m-p/70744#M14396</link>
    <description>&lt;P&gt;Maybe its the page stripping the characters  but  you Are using&lt;BR /&gt;
 &lt;CODE&gt;pqr*\.log$&lt;/CODE&gt; with the asterisk (*) and the slash ()?&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2013 19:58:32 GMT</pubDate>
    <dc:creator>JSapienza</dc:creator>
    <dc:date>2013-06-20T19:58:32Z</dc:date>
    <item>
      <title>Underscores in inputs.conf...HELP!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Underscores-in-inputs-conf-HELP/m-p/70741#M14393</link>
      <description>&lt;P&gt;Let's say I have the following in my inputs.conf file:&lt;/P&gt;

&lt;P&gt;[monitor:///splunk/splink/fish/abc_qa/logs/]&lt;/P&gt;

&lt;P&gt;whitelist = def*.log$|ghi*.log$|jkl*.log$|mno*.log$|pqr*.log$&lt;/P&gt;

&lt;P&gt;sourcetype = applogs&lt;/P&gt;

&lt;P&gt;index = risk&lt;/P&gt;

&lt;P&gt;disabled = false&lt;/P&gt;

&lt;P&gt;crcSalt=&lt;SOURCE&gt;&lt;/SOURCE&gt;&lt;/P&gt;

&lt;P&gt;And the directory contains the following files:&lt;/P&gt;

&lt;P&gt;def_QA_BOAT.log&lt;/P&gt;

&lt;P&gt;ghi_QA_TROUT.log&lt;/P&gt;

&lt;P&gt;pqr_QA_worm_count.log&lt;/P&gt;

&lt;P&gt;Why don't any of these match?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:08:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Underscores-in-inputs-conf-HELP/m-p/70741#M14393</guid>
      <dc:creator>jcmaynard</dc:creator>
      <dc:date>2020-09-28T14:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Underscores in inputs.conf...HELP!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Underscores-in-inputs-conf-HELP/m-p/70742#M14394</link>
      <description>&lt;P&gt;try this:&lt;BR /&gt;
 &lt;CODE&gt;whitelist = def*\.log$|ghi*\.log$|jkl*\.log$|mno*\.log$|pqr*\.log$&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2013 19:37:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Underscores-in-inputs-conf-HELP/m-p/70742#M14394</guid>
      <dc:creator>JSapienza</dc:creator>
      <dc:date>2013-06-20T19:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Underscores in inputs.conf...HELP!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Underscores-in-inputs-conf-HELP/m-p/70743#M14395</link>
      <description>&lt;P&gt;It tells me nothing matches 'def*.log|ghi*.log|...'. Wouldn't it come back with '_' in the name?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:08:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Underscores-in-inputs-conf-HELP/m-p/70743#M14395</guid>
      <dc:creator>jcmaynard</dc:creator>
      <dc:date>2020-09-28T14:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Underscores in inputs.conf...HELP!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Underscores-in-inputs-conf-HELP/m-p/70744#M14396</link>
      <description>&lt;P&gt;Maybe its the page stripping the characters  but  you Are using&lt;BR /&gt;
 &lt;CODE&gt;pqr*\.log$&lt;/CODE&gt; with the asterisk (*) and the slash ()?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2013 19:58:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Underscores-in-inputs-conf-HELP/m-p/70744#M14396</guid>
      <dc:creator>JSapienza</dc:creator>
      <dc:date>2013-06-20T19:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Underscores in inputs.conf...HELP!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Underscores-in-inputs-conf-HELP/m-p/70745#M14397</link>
      <description>&lt;P&gt;using asterisk and slash plus '|' between each file name.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2013 20:01:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Underscores-in-inputs-conf-HELP/m-p/70745#M14397</guid>
      <dc:creator>jcmaynard</dc:creator>
      <dc:date>2013-06-20T20:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Underscores in inputs.conf...HELP!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Underscores-in-inputs-conf-HELP/m-p/70746#M14398</link>
      <description>&lt;P&gt;I've attempted the above with just the slashes (without the asterisks) and it still doesn't work.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2013 14:20:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Underscores-in-inputs-conf-HELP/m-p/70746#M14398</guid>
      <dc:creator>jcmaynard</dc:creator>
      <dc:date>2013-06-21T14:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Underscores in inputs.conf...HELP!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Underscores-in-inputs-conf-HELP/m-p/70747#M14399</link>
      <description>&lt;P&gt;I've attempted the above with just the slashes (without the asterisks) and it still doesn't work.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2013 14:21:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Underscores-in-inputs-conf-HELP/m-p/70747#M14399</guid>
      <dc:creator>jcmaynard</dc:creator>
      <dc:date>2013-06-21T14:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Underscores in inputs.conf...HELP!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Underscores-in-inputs-conf-HELP/m-p/70748#M14400</link>
      <description>&lt;P&gt;I've attempted the above with just the slashes (without the asterisks) and it still doesn't work.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2013 14:21:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Underscores-in-inputs-conf-HELP/m-p/70748#M14400</guid>
      <dc:creator>jcmaynard</dc:creator>
      <dc:date>2013-06-21T14:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Underscores in inputs.conf...HELP!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Underscores-in-inputs-conf-HELP/m-p/70749#M14401</link>
      <description>&lt;P&gt;If you are only specifying the first few characters of the file name you must have the asterisk to wildcard the rest of the file name. You must also have the slash to escape the dot before the file extension.  Have you tried using only one expression without the OR "|" ?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2013 14:52:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Underscores-in-inputs-conf-HELP/m-p/70749#M14401</guid>
      <dc:creator>JSapienza</dc:creator>
      <dc:date>2013-06-21T14:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Underscores in inputs.conf...HELP!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Underscores-in-inputs-conf-HELP/m-p/70750#M14402</link>
      <description>&lt;P&gt;Tried this also with just a single expression in the following format: abc*.log$. No dice. What am I missing?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2013 17:27:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Underscores-in-inputs-conf-HELP/m-p/70750#M14402</guid>
      <dc:creator>jcmaynard</dc:creator>
      <dc:date>2013-06-21T17:27:06Z</dc:date>
    </item>
  </channel>
</rss>

