<?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 + wildcard not picking up anything in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-wildcard-not-picking-up-anything/m-p/45570#M8554</link>
    <description>&lt;P&gt;I tried that but it doesn't work either. Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Nov 2012 16:35:43 GMT</pubDate>
    <dc:creator>virtualpony</dc:creator>
    <dc:date>2012-11-27T16:35:43Z</dc:date>
    <item>
      <title>inputs.conf + wildcard not picking up anything</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-wildcard-not-picking-up-anything/m-p/45566#M8550</link>
      <description>&lt;P&gt;I am trying to monitor a log file where the directory path may change from one machine to another. But these rules are for sure:&lt;/P&gt;

&lt;P&gt;The first folder has the word &lt;STRONG&gt;hyperic&lt;/STRONG&gt;&lt;BR /&gt;
The second folder has the word &lt;STRONG&gt;agent&lt;/STRONG&gt; in it&lt;BR /&gt;
the third folder is named &lt;STRONG&gt;logs&lt;/STRONG&gt;&lt;BR /&gt;
the file to be read is named &lt;STRONG&gt;agent.log&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Some admins have named the first directory &lt;STRONG&gt;hyperic&lt;/STRONG&gt; ... some have named it something else like &lt;STRONG&gt;hyperic 4.6.6&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Also the second folder might be named &lt;STRONG&gt;hyperic-hqee-agent-4.6.5&lt;/STRONG&gt; or &lt;STRONG&gt;hyperic-hqee-agent-4.6.6&lt;/STRONG&gt; ... but we know that it has agent in it, so we want to proceed down to the next level.&lt;/P&gt;

&lt;P&gt;A full path might look like this: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;C:\Hyperic\hyperic-hqee-agent-4.6.6\log\agent.log
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My inputs.conf has this stanza in it:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://C:\*Hyperic*\*agent*\log\agent.log]
disabled = false
sourcetype = hyperic_agent
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;the apps have deployed to all the corresponding machines, but nothing is being received. This is what I see in the splunkd logs:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;11-26-2012 14:57:54.686 -0800 INFO  TailingProcessor - Parsing configuration stanza: monitor://C:\*Hyperic*\*agent*\log\agent.log.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 Nov 2012 00:06:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-wildcard-not-picking-up-anything/m-p/45566#M8550</guid>
      <dc:creator>virtualpony</dc:creator>
      <dc:date>2012-11-27T00:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: inputs.conf + wildcard not picking up anything</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-wildcard-not-picking-up-anything/m-p/45567#M8551</link>
      <description>&lt;P&gt;On any of the machines, what do you see when you run&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;splunk list monitor&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2012 01:03:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-wildcard-not-picking-up-anything/m-p/45567#M8551</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2012-11-27T01:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: inputs.conf + wildcard not picking up anything</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-wildcard-not-picking-up-anything/m-p/45568#M8552</link>
      <description>&lt;P&gt;There are quite a bit of files monitored, but I think what you wanted to see was if the file in question is being monitored. It is listed as following: &lt;BR /&gt;
&lt;CODE&gt;C:\*Hyperic*\*agent*\log\agent.log&lt;BR /&gt;
C:\*Hyperic*\*agent*\log\wrapper.log&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2012 01:13:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-wildcard-not-picking-up-anything/m-p/45568#M8552</guid>
      <dc:creator>virtualpony</dc:creator>
      <dc:date>2012-11-27T01:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: inputs.conf + wildcard not picking up anything</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-wildcard-not-picking-up-anything/m-p/45569#M8553</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://C:\\*Hyperic*\\*agent*\\log\\agent.log]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I think Splunk is seeing the single backslashes as escaping the following character.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2012 01:25:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-wildcard-not-picking-up-anything/m-p/45569#M8553</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2012-11-27T01:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: inputs.conf + wildcard not picking up anything</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-wildcard-not-picking-up-anything/m-p/45570#M8554</link>
      <description>&lt;P&gt;I tried that but it doesn't work either. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2012 16:35:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-wildcard-not-picking-up-anything/m-p/45570#M8554</guid>
      <dc:creator>virtualpony</dc:creator>
      <dc:date>2012-11-27T16:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: inputs.conf + wildcard not picking up anything</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-wildcard-not-picking-up-anything/m-p/45571#M8555</link>
      <description>&lt;P&gt;Try without the leading star after C:\.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[monitor://C:\\Hyperic*\\*agent*\\log\\agent.log&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2012 16:46:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-wildcard-not-picking-up-anything/m-p/45571#M8555</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2012-11-27T16:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: inputs.conf + wildcard not picking up anything</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-wildcard-not-picking-up-anything/m-p/45572#M8556</link>
      <description>&lt;P&gt;I have tried that also, still nothing. I get a TailingProcessor error event when I use double slashes \\. That error isn't present with single slashes.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2012 17:39:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-wildcard-not-picking-up-anything/m-p/45572#M8556</guid>
      <dc:creator>virtualpony</dc:creator>
      <dc:date>2012-11-27T17:39:35Z</dc:date>
    </item>
  </channel>
</rss>

