<?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: Using monitor on a Universal Forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Using-monitor-on-a-Universal-Forwarder/m-p/143560#M29307</link>
    <description>&lt;P&gt;I am assuming you have two boxes, one with a UF, the other acting as an Indexer+SH. Is that correct?&lt;/P&gt;

&lt;P&gt;If so, what happens if you search: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal *test*
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Does anything show up? Any errors? If not, you may want to check network connectivity between the UF and Indexer/SH. You can do that using the telnet command, or by searching for TcpOutput in splunkd.log on the UF.&lt;/P&gt;

&lt;P&gt;If you can post your outputs.conf that might be helpful too.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jun 2015 16:40:26 GMT</pubDate>
    <dc:creator>masonmorales</dc:creator>
    <dc:date>2015-06-05T16:40:26Z</dc:date>
    <item>
      <title>Using monitor on a Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-monitor-on-a-Universal-Forwarder/m-p/143557#M29304</link>
      <description>&lt;P&gt;I'm trying to set up my Universal Forwarder to monitor a local folder. The folder path is H:\MonitorTest , and I have placed multiple text files in there to manipulate and see if the changes are recorded in my Search-Head. However, after putting the following code in $SPLUNK_HOME\etc\system\local\inputs.conf, I still am not seeing any new data on my Search-Head. Am I doing something incorrectly? I know this is a very basic question, as I am new to Splunk. Thanks for any help!&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://C:\..\H:\MonitorTest]
disabled = 0
index = main
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 05 Jun 2015 15:59:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-monitor-on-a-Universal-Forwarder/m-p/143557#M29304</guid>
      <dc:creator>nce054</dc:creator>
      <dc:date>2015-06-05T15:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using monitor on a Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-monitor-on-a-Universal-Forwarder/m-p/143558#M29305</link>
      <description>&lt;P&gt;Looks like you are missing sourcetype. Also, I'm not sure why you have C:\ in there. I think your stanza should be something like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://H:\MonitorTest\]
disabled = 0
index = main
sourcetype = test
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then, restart the Splunk forwarder and see if it picks up your test files.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2015 16:15:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-monitor-on-a-Universal-Forwarder/m-p/143558#M29305</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2015-06-05T16:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using monitor on a Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-monitor-on-a-Universal-Forwarder/m-p/143559#M29306</link>
      <description>&lt;P&gt;I tried this, and no luck still. I have the index of 'main' enabled on my Search-Head, so I know that's not the issue.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2015 16:24:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-monitor-on-a-Universal-Forwarder/m-p/143559#M29306</guid>
      <dc:creator>nce054</dc:creator>
      <dc:date>2015-06-05T16:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using monitor on a Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-monitor-on-a-Universal-Forwarder/m-p/143560#M29307</link>
      <description>&lt;P&gt;I am assuming you have two boxes, one with a UF, the other acting as an Indexer+SH. Is that correct?&lt;/P&gt;

&lt;P&gt;If so, what happens if you search: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal *test*
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Does anything show up? Any errors? If not, you may want to check network connectivity between the UF and Indexer/SH. You can do that using the telnet command, or by searching for TcpOutput in splunkd.log on the UF.&lt;/P&gt;

&lt;P&gt;If you can post your outputs.conf that might be helpful too.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2015 16:40:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-monitor-on-a-Universal-Forwarder/m-p/143560#M29307</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2015-06-05T16:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using monitor on a Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-monitor-on-a-Universal-Forwarder/m-p/143561#M29308</link>
      <description>&lt;P&gt;Yes, I have one UF, two Indexers, and one Search-Head, all dedicated instances. I know they are linked up correctly because I am already receiving Windows Event log entries, such as System, Security, and Application.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2015 17:53:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-monitor-on-a-Universal-Forwarder/m-p/143561#M29308</guid>
      <dc:creator>nce054</dc:creator>
      <dc:date>2015-06-05T17:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using monitor on a Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-monitor-on-a-Universal-Forwarder/m-p/143562#M29309</link>
      <description>&lt;P&gt;I think we need a diag from your UF to troubleshoot this further. If you can send me an e-mail (click my username to see it), I'll send you a login for my FTP server and we'll go from there.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2015 17:57:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-monitor-on-a-Universal-Forwarder/m-p/143562#M29309</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2015-06-05T17:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using monitor on a Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-monitor-on-a-Universal-Forwarder/m-p/143563#M29310</link>
      <description>&lt;P&gt;I actually can't see it, all I see is your LinkedIn account, among other things.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2015 18:01:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-monitor-on-a-Universal-Forwarder/m-p/143563#M29310</guid>
      <dc:creator>nce054</dc:creator>
      <dc:date>2015-06-05T18:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using monitor on a Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-monitor-on-a-Universal-Forwarder/m-p/143564#M29311</link>
      <description>&lt;P&gt;Sorry, refresh it. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2015 18:05:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-monitor-on-a-Universal-Forwarder/m-p/143564#M29311</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2015-06-05T18:05:56Z</dc:date>
    </item>
  </channel>
</rss>

