<?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: After installing and configuring universal forwarders, why can't I see the data in the indexer? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/After-installing-and-configuring-universal-forwarders-why-can-t/m-p/184834#M37051</link>
    <description>&lt;P&gt;This is a new index which I've already added. I see result from &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=_internal sourcetype=splunkd metrics host="&amp;lt;server&amp;gt;"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;so now I'm not sure why it's not working for that particular index. When I check in Indexes, there are no events for that index, however I'm sure I've added it right since I can see these from splunkd.log&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;06-30-2015 15:55:16.757 -0400 INFO  TailingProcessor - Parsing configuration stanza: monitor:///home/app_prod/jboss-as/domain/servers/server-one/log/server-one-*.log.
06-30-2015 15:55:16.757 -0400 INFO  TailingProcessor - Parsing configuration stanza: monitor:///home/app_prod/jboss-as/domain/servers/server-one/log/server.log.
06-30-2015 15:55:16.757 -0400 INFO  TailingProcessor - Adding watch on path: /home/app_prod/jboss-as/domain/servers/server-one/log/server-one-*.log.
06-30-2015 15:55:16.757 -0400 INFO  TailingProcessor - Adding watch on path: /home/app_prod/jboss-as/domain/servers/server-one/log/server.log.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and I see the file when I list monitor from the forwarder.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jun 2015 21:37:13 GMT</pubDate>
    <dc:creator>lanilim16</dc:creator>
    <dc:date>2015-06-30T21:37:13Z</dc:date>
    <item>
      <title>After installing and configuring universal forwarders, why can't I see the data in the indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/After-installing-and-configuring-universal-forwarders-why-can-t/m-p/184831#M37048</link>
      <description>&lt;P&gt;I have a universal forwarder installed in a few servers and I also have added the logs to be monitored for each. I'm not able to see the data in the indexer for some reason though. I've done the same steps before using the same versions and script, I'm not sure where else to look.&lt;/P&gt;

&lt;P&gt;Splunk Universal Forwarder 6.2.1&lt;BR /&gt;
Splunk 6.1.0 build - indexer&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2015 20:25:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/After-installing-and-configuring-universal-forwarders-why-can-t/m-p/184831#M37048</guid>
      <dc:creator>lanilim16</dc:creator>
      <dc:date>2015-06-30T20:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: After installing and configuring universal forwarders, why can't I see the data in the indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/After-installing-and-configuring-universal-forwarders-why-can-t/m-p/184832#M37049</link>
      <description>&lt;P&gt;Are you indexing the data to an index that exists? Try to specify &lt;CODE&gt;index=main&lt;/CODE&gt; in &lt;CODE&gt;inputs.conf&lt;/CODE&gt; on the Universal Forwarder. &lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2015 20:36:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/After-installing-and-configuring-universal-forwarders-why-can-t/m-p/184832#M37049</guid>
      <dc:creator>nce054</dc:creator>
      <dc:date>2015-06-30T20:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: After installing and configuring universal forwarders, why can't I see the data in the indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/After-installing-and-configuring-universal-forwarders-why-can-t/m-p/184833#M37050</link>
      <description>&lt;P&gt;Hi lanilim16,&lt;/P&gt;

&lt;P&gt;first thing to do, run as admin the following search &lt;CODE&gt;index=* earliest=0 latest=now&lt;/CODE&gt; &lt;BR /&gt;
If you still don't see your events, run this as admin &lt;CODE&gt;index=_internal sourcetype=splunkd metrics&lt;/CODE&gt; and check if your forwarders are sending anything&lt;BR /&gt;
If you don't get anything from the forwarders, check any possible firewall blocking traffic or routing issues.&lt;BR /&gt;
Last but not least login to the forwarder and check its config, like is it really configured to forward:&lt;BR /&gt;
&lt;CODE&gt;$SPLUNK_HOME/bin/ splunk list forward-server&lt;/CODE&gt;&lt;BR /&gt;
or does it use the correct monitor stanza:&lt;BR /&gt;
&lt;CODE&gt;$SPLUNK_HOME/bin/ splunk cmd btool inputs list&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Hope that helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2015 20:38:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/After-installing-and-configuring-universal-forwarders-why-can-t/m-p/184833#M37050</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-06-30T20:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: After installing and configuring universal forwarders, why can't I see the data in the indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/After-installing-and-configuring-universal-forwarders-why-can-t/m-p/184834#M37051</link>
      <description>&lt;P&gt;This is a new index which I've already added. I see result from &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=_internal sourcetype=splunkd metrics host="&amp;lt;server&amp;gt;"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;so now I'm not sure why it's not working for that particular index. When I check in Indexes, there are no events for that index, however I'm sure I've added it right since I can see these from splunkd.log&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;06-30-2015 15:55:16.757 -0400 INFO  TailingProcessor - Parsing configuration stanza: monitor:///home/app_prod/jboss-as/domain/servers/server-one/log/server-one-*.log.
06-30-2015 15:55:16.757 -0400 INFO  TailingProcessor - Parsing configuration stanza: monitor:///home/app_prod/jboss-as/domain/servers/server-one/log/server.log.
06-30-2015 15:55:16.757 -0400 INFO  TailingProcessor - Adding watch on path: /home/app_prod/jboss-as/domain/servers/server-one/log/server-one-*.log.
06-30-2015 15:55:16.757 -0400 INFO  TailingProcessor - Adding watch on path: /home/app_prod/jboss-as/domain/servers/server-one/log/server.log.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and I see the file when I list monitor from the forwarder.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2015 21:37:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/After-installing-and-configuring-universal-forwarders-why-can-t/m-p/184834#M37051</guid>
      <dc:creator>lanilim16</dc:creator>
      <dc:date>2015-06-30T21:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: After installing and configuring universal forwarders, why can't I see the data in the indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/After-installing-and-configuring-universal-forwarders-why-can-t/m-p/184835#M37052</link>
      <description>&lt;P&gt;check for possible typos in the index option in &lt;CODE&gt;inputs.conf&lt;/CODE&gt; for this monitor&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2015 21:47:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/After-installing-and-configuring-universal-forwarders-why-can-t/m-p/184835#M37052</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-06-30T21:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: After installing and configuring universal forwarders, why can't I see the data in the indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/After-installing-and-configuring-universal-forwarders-why-can-t/m-p/184836#M37053</link>
      <description>&lt;P&gt;If it is a new index don't forget to set the rights correctly in de settings security for the admin rule. There you can set the index as one of the standard indexers to be able to search in. &lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 14:46:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/After-installing-and-configuring-universal-forwarders-why-can-t/m-p/184836#M37053</guid>
      <dc:creator>frmaasdam</dc:creator>
      <dc:date>2015-07-01T14:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: After installing and configuring universal forwarders, why can't I see the data in the indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/After-installing-and-configuring-universal-forwarders-why-can-t/m-p/184837#M37054</link>
      <description>&lt;P&gt;issue fixed on its own, the log had to rotate before it got indexed.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 14:29:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/After-installing-and-configuring-universal-forwarders-why-can-t/m-p/184837#M37054</guid>
      <dc:creator>lanilim16</dc:creator>
      <dc:date>2015-07-02T14:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: After installing and configuring universal forwarders, why can't I see the data in the indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/After-installing-and-configuring-universal-forwarders-why-can-t/m-p/184838#M37055</link>
      <description>&lt;P&gt;In Splunk, go to "Settings" | "Forwarding and receiving"&lt;BR /&gt;
In the Receive Data section, click 'Configure Receiving'&lt;BR /&gt;
Click 'New'&lt;BR /&gt;
Add port 9997&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2015 18:13:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/After-installing-and-configuring-universal-forwarders-why-can-t/m-p/184838#M37055</guid>
      <dc:creator>mchapman5611</dc:creator>
      <dc:date>2015-07-03T18:13:12Z</dc:date>
    </item>
  </channel>
</rss>

