<?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: Why is my new RHEL 6 server is not indexing data? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-new-RHEL-6-server-is-not-indexing-data/m-p/166175#M33700</link>
    <description>&lt;P&gt;Check the log file prrmission, the user running splunk must be able to read the files. Also try searching all index over all time, like this &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* earliest=1 latest=now
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 30 Dec 2014 16:23:15 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2014-12-30T16:23:15Z</dc:date>
    <item>
      <title>Why is my new RHEL 6 server is not indexing data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-new-RHEL-6-server-is-not-indexing-data/m-p/166174#M33699</link>
      <description>&lt;P&gt;Test Environment consists of: 1 UF 6.2.0 on RHEL 6 sending to Splunk 6.2.1 on RHEL 6 server.&lt;BR /&gt;&lt;BR /&gt;
On the UF "splunk list forward-server" shows the forwarder as active and "splunk list monitor" shows the log files to monitor. Splunk log confirms connection to 9997 on indexer.&lt;/P&gt;

&lt;P&gt;On the indexer port 9997 is created to receive and netstat confirms connectivity from UF.  SELinux is disabled.  Searching "index=_internal source=*metrics.log tcpin_connections" shows _tcp_Kprocessed=62.46.  But when searching the index there is nothing.  Starting in debug mode doesn't show any errors so I'm not sure where else to check or what other permissions might need to be adjusted. &lt;/P&gt;

&lt;P&gt;Does anyone have any suggestions or ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:30:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-new-RHEL-6-server-is-not-indexing-data/m-p/166174#M33699</guid>
      <dc:creator>Clopresti</dc:creator>
      <dc:date>2020-09-28T18:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my new RHEL 6 server is not indexing data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-new-RHEL-6-server-is-not-indexing-data/m-p/166175#M33700</link>
      <description>&lt;P&gt;Check the log file prrmission, the user running splunk must be able to read the files. Also try searching all index over all time, like this &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* earliest=1 latest=now
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Dec 2014 16:23:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-new-RHEL-6-server-is-not-indexing-data/m-p/166175#M33700</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-12-30T16:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my new RHEL 6 server is not indexing data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-new-RHEL-6-server-is-not-indexing-data/m-p/166176#M33701</link>
      <description>&lt;OL&gt;
&lt;LI&gt;When you search index=_internal, do you see the forwarder hostname in the host field?&lt;/LI&gt;
&lt;LI&gt;Did you check on default index.. i.e index=main  (if your default index is main).? If you do not have a specific index name or specified an incorrect index name (spell mistakes) in inputs.conf, the indexer will index such data on the default index if the index doesn't exists.&lt;/LI&gt;
&lt;LI&gt;Did you create an index on Indexer and use the same index name in the forwarder inputs.conf?&lt;/LI&gt;
&lt;LI&gt;Check if the input file has read access permission for the log file path for the user running splunkd&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;If the above steps don't solve your problem, please put your inputs.conf file of the forwarder and indexer here.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Dec 2014 16:28:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-new-RHEL-6-server-is-not-indexing-data/m-p/166176#M33701</guid>
      <dc:creator>jayannah</dc:creator>
      <dc:date>2014-12-30T16:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my new RHEL 6 server is not indexing data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-new-RHEL-6-server-is-not-indexing-data/m-p/166177#M33702</link>
      <description>&lt;P&gt;The UF is running as root and is able to tail the log.&lt;/P&gt;

&lt;P&gt;UF input.conf&lt;BR /&gt;
[monitor:///var/log/splunk/ucs-c2xx-m2/*]&lt;BR /&gt;
index = cisco_ucs&lt;BR /&gt;
crcSalt = &lt;/P&gt;

&lt;P&gt;UF output.conf&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
forwardedindex.0.whitelist = .*&lt;BR /&gt;
forwardedindex.1.blacklist = _.*&lt;BR /&gt;
forwardedindex.2.whitelist = (_audit|_introspection)&lt;BR /&gt;
forwardedindex.filter.disable = false&lt;/P&gt;

&lt;P&gt;[tcpout:cisco_ucs]&lt;BR /&gt;
server=10.200.60.16:9997&lt;/P&gt;

&lt;P&gt;When i run  index=* earliest=1 latest=now  I get no results&lt;/P&gt;

&lt;P&gt;When I run index=_internal the host show as the Indexer but in the message I see the sourceHost as my UF&lt;/P&gt;

&lt;P&gt;Index exists on Indxer and there is nothing in main.  &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:30:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-new-RHEL-6-server-is-not-indexing-data/m-p/166177#M33702</guid>
      <dc:creator>Clopresti</dc:creator>
      <dc:date>2020-09-28T18:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my new RHEL 6 server is not indexing data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-new-RHEL-6-server-is-not-indexing-data/m-p/166178#M33703</link>
      <description>&lt;P&gt;when u type index=_internal, you should the hostname of uni. forwarder in host field. Looks like your forwarder communication with indexer not working. Did  you enable 9997 port on indexer? Are there any firewall between indexer and forwarder?&lt;/P&gt;

&lt;P&gt;Configure the receiving port on Indexer (inputs.conf for receiving data on port say 9997)&lt;BR /&gt;
read details at &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.1/Forwarding/Enableareceiver"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.1/Forwarding/Enableareceiver&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 30 Dec 2014 18:03:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-new-RHEL-6-server-is-not-indexing-data/m-p/166178#M33703</guid>
      <dc:creator>jayannah</dc:creator>
      <dc:date>2014-12-30T18:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my new RHEL 6 server is not indexing data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-new-RHEL-6-server-is-not-indexing-data/m-p/166179#M33704</link>
      <description>&lt;P&gt;Thanks jayannah and MuS.  It turns out that there was a setting in the /system/local/ of the forwarder which i just kept ignoring which basically conflicted with what i wanted my outputs.conf to do.  The forwarder and indexers were doing what they were supposed to...&lt;/P&gt;</description>
      <pubDate>Tue, 30 Dec 2014 18:31:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-my-new-RHEL-6-server-is-not-indexing-data/m-p/166179#M33704</guid>
      <dc:creator>Clopresti</dc:creator>
      <dc:date>2014-12-30T18:31:00Z</dc:date>
    </item>
  </channel>
</rss>

