<?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 Splunk 6.2.2 unable to search logs from my Linux server with the universal forwarder installed? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201142#M39765</link>
    <description>&lt;P&gt;Are you talking about on the forwarder server? If so - we installed Splunk as root for now. So it should not be a permissions issue. &lt;/P&gt;</description>
    <pubDate>Tue, 20 Sep 2016 12:47:00 GMT</pubDate>
    <dc:creator>Ealderiso</dc:creator>
    <dc:date>2016-09-20T12:47:00Z</dc:date>
    <item>
      <title>Why is Splunk 6.2.2 unable to search logs from my Linux server with the universal forwarder installed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201129#M39752</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am having an issue with logs coming into my instance of Splunk Enterprise (version 6.2.2) through a Linux server with the universal forwarder installed.&lt;/P&gt;

&lt;P&gt;I have the server properly whitelisted in my serverclass.conf, ports 9997 and 8089 are also allowed through the firewall between the forwarder and the indexer, the server is able to phone home in my server class, and I can see in metrics.log that my address is connected and is sending events: connect_close and connect_done to my Splunk server.&lt;/P&gt;

&lt;P&gt;Despite all of this, I cannot search through any of the logs in the Search &amp;amp; Reporting app. I made sure I have the right location for the logs in the server class and in the server itself. Everything should be fine and logs should be coming in normally (like my other servers) but this one is still not working correctly.&lt;/P&gt;

&lt;P&gt;Does anyone have any ideas as to why this is happening and have any suggestions for some troubleshooting steps?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:02:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201129#M39752</guid>
      <dc:creator>Ealderiso</dc:creator>
      <dc:date>2020-09-29T11:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk 6.2.2 unable to search logs from my Linux server with the universal forwarder installed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201130#M39753</link>
      <description>&lt;P&gt;Check out this article which covers a lot of common things that could go wrong &lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.3/Troubleshooting/Cantfinddata"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.3/Troubleshooting/Cantfinddata&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 20:03:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201130#M39753</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-09-19T20:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk 6.2.2 unable to search logs from my Linux server with the universal forwarder installed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201131#M39754</link>
      <description>&lt;P&gt;Try searching across "All Time" (also "All Time Real Time" if you are continuously sending data) to check if it's a timestamp issue. This might sound trivial...however I have found this to be the issue many times in my experience.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 20:08:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201131#M39754</guid>
      <dc:creator>sk314</dc:creator>
      <dc:date>2016-09-19T20:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk 6.2.2 unable to search logs from my Linux server with the universal forwarder installed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201132#M39755</link>
      <description>&lt;P&gt;First try searching _internal to see if your host is actually sending its internal logs.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal earliest=-15m@m | stats count by host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That will tell you all the hosts sending internal logs in the last 15minutes. &lt;/P&gt;

&lt;P&gt;If your server is listed in there, then it is working correctly. Most likely you dont have inputs setup on your host to collect its logs. Splunk doesnt automagically do this.&lt;/P&gt;

&lt;P&gt;If its not showing your expected hosts, then you should check your outputs and make sure your indexers are listed.&lt;/P&gt;

&lt;P&gt;Also, on your deployment server, is it showing the hosts as connecting and apps being deployed?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 20:12:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201132#M39755</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2016-09-19T20:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk 6.2.2 unable to search logs from my Linux server with the universal forwarder installed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201133#M39756</link>
      <description>&lt;P&gt;Okay Awesome - so it is not listed there which makes sense why it is not working.&lt;/P&gt;

&lt;P&gt;How do I setup inputs on my forwarding host to allow it to collect logs?&lt;BR /&gt;
So when you say I should check my outputs to see if my indexer is listed... where do I do that?&lt;/P&gt;

&lt;P&gt;It is actually showing that the host is connected in my deployment server. It is able to Phone Home and it has 3 Apps Deployed. I cannot search for my host in any of those apps though &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;It is just a little odd because it seems as if my host is able to connect - but there is something wrong in the configuration which is causing the logs to not be searchable.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 20:32:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201133#M39756</guid>
      <dc:creator>Ealderiso</dc:creator>
      <dc:date>2016-09-19T20:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk 6.2.2 unable to search logs from my Linux server with the universal forwarder installed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201134#M39757</link>
      <description>&lt;P&gt;No this was not it unfortunately &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; they are unsearchable across all time. I was never able to search the logs when I added this forwarder&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 20:34:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201134#M39757</guid>
      <dc:creator>Ealderiso</dc:creator>
      <dc:date>2016-09-19T20:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk 6.2.2 unable to search logs from my Linux server with the universal forwarder installed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201135#M39758</link>
      <description>&lt;P&gt;Your outputs.conf on the host in question should point to your indexers. Most likely if you compare to a host that is working you will find that its not setup properly. Or perhaps there is a network (Firewall) issue blocking connectivity..&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;./splunk btool outputs list
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Run that on the broken host and one a working host...&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 20:44:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201135#M39758</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2016-09-19T20:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk 6.2.2 unable to search logs from my Linux server with the universal forwarder installed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201136#M39759</link>
      <description>&lt;P&gt;Okay thank you. The command you gave me - btool is not working properly. It says that outputs is an invalid command.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 20:51:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201136#M39759</guid>
      <dc:creator>Ealderiso</dc:creator>
      <dc:date>2016-09-19T20:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk 6.2.2 unable to search logs from my Linux server with the universal forwarder installed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201137#M39760</link>
      <description>&lt;P&gt;Had it backwards, should be btool outputs list&lt;/P&gt;

&lt;P&gt;Updated the comment.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 20:53:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201137#M39760</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2016-09-19T20:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk 6.2.2 unable to search logs from my Linux server with the universal forwarder installed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201138#M39761</link>
      <description>&lt;P&gt;Thank you! So that command worked and I will compare with my other forwarder. My only strange concern is that on my splunk forwarder in: $SPLUNK_HOME/etc/system/local there is no outputs.conf - only deploymentclients.conf inputs.conf and server.conf&lt;/P&gt;

&lt;P&gt;However, that forwarder still works and is configured properly in my indexing server so I am able to search through the logs properly.&lt;/P&gt;

&lt;P&gt;Should I create an outputs.conf there?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 21:17:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201138#M39761</guid>
      <dc:creator>Ealderiso</dc:creator>
      <dc:date>2016-09-19T21:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk 6.2.2 unable to search logs from my Linux server with the universal forwarder installed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201139#M39762</link>
      <description>&lt;P&gt;I'd recommend defining outputs.conf in a new app on your deployment server.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$splunk/etc/deployment-apps/fwd_outputs/local/outputs.conf
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Edit the app in the DS GUI to "restart splunkd" and include this new app in your server class. That way you'll be able to update it easily if needed in the future.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 22:18:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201139#M39762</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2016-09-19T22:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk 6.2.2 unable to search logs from my Linux server with the universal forwarder installed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201140#M39763</link>
      <description>&lt;P&gt;If there is no outputs.conf on your host, then it wont send to your indexers. Which might be why you cannot see it. As @twinspop says, create an app on your DS with the outputs in it, and deploy that since the host is already a member of the DS. Thats the easiest way to do it.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 23:07:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201140#M39763</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2016-09-19T23:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk 6.2.2 unable to search logs from my Linux server with the universal forwarder installed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201141#M39764</link>
      <description>&lt;P&gt;What user is the Splunk user running as?  &lt;/P&gt;

&lt;P&gt;If you su'd to that user, does that user have permission to read those files?  If not, a change is in order, best performed on the directory and/or file you wish to have read.&lt;/P&gt;

&lt;P&gt;If this does not work, try looking inside your /opt/splunkuniversalforwarder/var/log/splunk/splunkd.log for some clues.&lt;/P&gt;

&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 00:11:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201141#M39764</guid>
      <dc:creator>nychawk</dc:creator>
      <dc:date>2016-09-20T00:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk 6.2.2 unable to search logs from my Linux server with the universal forwarder installed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201142#M39765</link>
      <description>&lt;P&gt;Are you talking about on the forwarder server? If so - we installed Splunk as root for now. So it should not be a permissions issue. &lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 12:47:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201142#M39765</guid>
      <dc:creator>Ealderiso</dc:creator>
      <dc:date>2016-09-20T12:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk 6.2.2 unable to search logs from my Linux server with the universal forwarder installed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201143#M39766</link>
      <description>&lt;P&gt;Well actually on my forwarder outputs.conf is defined in $splunk/etc/system/default&lt;/P&gt;

&lt;P&gt;So I think I am okay. I do not want to make that change on the deployment server because there are other forwarders that are working properly the way it is configured now.&lt;/P&gt;

&lt;P&gt;The only thing that is different about this particular forwarder is that the traffic is going through a Site-Site VPN tunnel - but we have all the appropriate traffic allowed. From the forwarder server I can access TCP ports 9997 and 8089 on the deployment server. &lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 12:51:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201143#M39766</guid>
      <dc:creator>Ealderiso</dc:creator>
      <dc:date>2016-09-20T12:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk 6.2.2 unable to search logs from my Linux server with the universal forwarder installed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201144#M39767</link>
      <description>&lt;P&gt;Yes, I was referring to the UF on the forwarder. Your DS sees a check-in, but you are not getting data, right?&lt;BR /&gt;
Does your serverclass that this machine belongs to have an outputs.conf assigned?&lt;/P&gt;

&lt;P&gt;Next option would be to look inside of /opt/splunkforwarder/var/log/splunk/splunkd.log for some tell-tale signs.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 14:17:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201144#M39767</guid>
      <dc:creator>nychawk</dc:creator>
      <dc:date>2016-09-20T14:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk 6.2.2 unable to search logs from my Linux server with the universal forwarder installed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201145#M39768</link>
      <description>&lt;P&gt;Yes it does - we define an outputs.conf globally for all apps. That is correct it is able to check-in to the deployment server but I just cannot search any data. In splunk I see that the server is connected and is deployed to the appropriate app. But I cannot search any of the logs. &lt;/P&gt;

&lt;P&gt;I will try looking in the splunk.d log as well.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 14:48:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201145#M39768</guid>
      <dc:creator>Ealderiso</dc:creator>
      <dc:date>2016-09-20T14:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk 6.2.2 unable to search logs from my Linux server with the universal forwarder installed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201146#M39769</link>
      <description>&lt;P&gt;If you're seeing no internal logs from the host, it's not connected to the INDEXER. Connecting to the DS is only half the battle. Can you telnet to the indexer from the forwarder on the port you're using for splunktcp?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 14:59:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201146#M39769</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2016-09-20T14:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk 6.2.2 unable to search logs from my Linux server with the universal forwarder installed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201147#M39770</link>
      <description>&lt;P&gt;I can telnet to the IP address on ports 9997 and 8089. The only difference is that in the outputs.conf on the DS it has in internal DNS entry defined. This remote server does not use our internal DNS - so it does not know where that address is located. I am going to try editing the hosts file to see if that works. &lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 15:03:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201147#M39770</guid>
      <dc:creator>Ealderiso</dc:creator>
      <dc:date>2016-09-20T15:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk 6.2.2 unable to search logs from my Linux server with the universal forwarder installed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201148#M39771</link>
      <description>&lt;P&gt;Can you telnet to port 9997 on your indexer from your UF?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 17:24:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-6-2-2-unable-to-search-logs-from-my-Linux-server/m-p/201148#M39771</guid>
      <dc:creator>nychawk</dc:creator>
      <dc:date>2016-09-20T17:24:36Z</dc:date>
    </item>
  </channel>
</rss>

