<?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: Splunk App for Unix not reporting any data hosts tab in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Unix-not-reporting-any-data-hosts-tab/m-p/348114#M42017</link>
    <description>&lt;P&gt;Sounds like you might be peeking at the &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Search/WhatsinSplunkSearch#Data_summary"&gt;Data Summary&lt;/A&gt; button on a blank Search screen.&lt;/P&gt;

&lt;P&gt;If I remember correctly, that is going to show details on the indexes your ID searches by default. Since you likely need to put &lt;CODE&gt;index=os&lt;/CODE&gt; into a search to get that data, it won't appear on that table.&lt;/P&gt;

&lt;P&gt;You can workaround this though, that table just runs the &lt;CODE&gt;metadata&lt;/CODE&gt; command, so you could take a step into your Splunk Ninja training by trying your hand at:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| metadata index=* type=sourcetypes
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Learn more at &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Metadata"&gt;Search Reference: metadata&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jan 2019 22:51:10 GMT</pubDate>
    <dc:creator>sloshburch</dc:creator>
    <dc:date>2019-01-03T22:51:10Z</dc:date>
    <item>
      <title>Splunk App for Unix not reporting any data hosts tab</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Unix-not-reporting-any-data-hosts-tab/m-p/348108#M42011</link>
      <description>&lt;P&gt;Splunk indexer (version 6.3.0) is installed and forwarder(6.2.1) is configured, can search for data with query index=os sourcetype="cpu" under search tab of Splunk App for Unix app. However under host tab it is mentioned as "unknown - is cpu.sh enabled?" and no data available. The app is in enabled status under manage app tab. Did anyone face this issue, please share your comments.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 11:11:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Unix-not-reporting-any-data-hosts-tab/m-p/348108#M42011</guid>
      <dc:creator>4myexperiment</dc:creator>
      <dc:date>2017-04-24T11:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Unix not reporting any data hosts tab</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Unix-not-reporting-any-data-hosts-tab/m-p/348109#M42012</link>
      <description>&lt;P&gt;can you share the inputs.conf under the nix TA? is the cpu.sh enabled on the forwarder?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 18:07:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Unix-not-reporting-any-data-hosts-tab/m-p/348109#M42012</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-04-24T18:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Unix not reporting any data hosts tab</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Unix-not-reporting-any-data-hosts-tab/m-p/348110#M42013</link>
      <description>&lt;P&gt;inputs.conf part represent as follow &lt;/P&gt;

&lt;H1&gt;Shows stats per CPU (useful for SMP machines)&lt;/H1&gt;

&lt;P&gt;[script://./bin/cpu.sh]&lt;BR /&gt;
sourcetype = cpu&lt;BR /&gt;
source = cpu&lt;BR /&gt;
interval = 30&lt;BR /&gt;
index = os&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;Also i found that the cpu.sh is enabled on the forwarder&lt;/P&gt;

&lt;P&gt;*** Splunk&amp;gt; &lt;EM&gt;nix command-line setup &amp;gt; SHOW INPUT STATUS *&lt;/EM&gt;*&lt;/P&gt;

&lt;P&gt;Scripted Inputs:&lt;/P&gt;

&lt;P&gt;0) /$SPLUNK_HOME/splunkforwarder/etc/apps/Splunk_TA_nix/bin/bandwidth.sh&lt;BR /&gt;
          enabled: *** disabled:     interval: 60&lt;BR /&gt;
1) /$SPLUNK_HOME/splunkforwarder/etc/apps/Splunk_TA_nix/bin/cpu.sh&lt;BR /&gt;
          enabled: *** disabled:     interval: 30&lt;/P&gt;

&lt;P&gt;Under the host tab the data is not only showing for cpu.sh but also for other informations like df,vmstat etc....but to my wonder if i query directly ex: index=os and sourcetypr=df or vmstat, under the search tab all data is available to the latest from all of the hosts. Hence i believe the data is received at the indexer but not processed by the app. Can it be the case?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:49:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Unix-not-reporting-any-data-hosts-tab/m-p/348110#M42013</guid>
      <dc:creator>4myexperiment</dc:creator>
      <dc:date>2020-09-29T13:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Unix not reporting any data hosts tab</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Unix-not-reporting-any-data-hosts-tab/m-p/348111#M42014</link>
      <description>&lt;P&gt;if you see the data, then this might be the case, look for permission of saerching indexes by default.&lt;BR /&gt;
many times, apps use sourcetypes as search without indicating an index. if the os index is not searched by default, the panel will not populate.&lt;BR /&gt;
go to settings -&amp;gt; access controls -&amp;gt; roles -&amp;gt; your role -&amp;gt; scroll down -&amp;gt; add os index to indexes searched by default&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 12:59:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Unix-not-reporting-any-data-hosts-tab/m-p/348111#M42014</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-04-25T12:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Unix not reporting any data hosts tab</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Unix-not-reporting-any-data-hosts-tab/m-p/348112#M42015</link>
      <description>&lt;P&gt;Thanks for your efforts and information,for sure i can verify your suggestion.&lt;/P&gt;

&lt;P&gt;By the way, i am finding some errors printed n splunkd.log in the splunk indexer instance which mentions about the time parsing. After installing splunk app for unix should there be any time parsing configuration need to be done for the inputs received?&lt;/P&gt;

&lt;P&gt;The errors are printed as follows:&lt;/P&gt;

&lt;P&gt;04-26-2017 00:36:01.682 +0400 WARN  DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event (Mon Aug  8 00:13:09 2016). Context: source::ps|host::XXXXXX|ps|24272&lt;BR /&gt;
04-26-2017 00:37:01.523 +0400 WARN  DateParserVerbose - Accepted time (Thu Oct 27 17:33:59 2016) is suspiciously far away from the previous event's time (Tue Apr 25 16:16:42 2017), but still accepted because it was extracted by the same pattern. Context: source::lastlog|host::XXXXXX|lastlog|24275\n                             315 similar messages suppressed.  First occurred at: Wed Apr 26 00:31:31 2017&lt;BR /&gt;
04-26-2017 00:37:01.523 +0400 WARN  DateParserVerbose - Accepted time (Sun Feb 26 18:20:27 2017) is suspiciously far away from the previous event's time (Mon Sep 28 12:43:48 2015), but still accepted because it was extracted by the same pattern. Context: source::lastlog|host::XXXXXX1|lastlog|24275&lt;/P&gt;

&lt;P&gt;can there be any case that the data cannot be pulled and displayed in app dashboard if time parsing is failing?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 20:42:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Unix-not-reporting-any-data-hosts-tab/m-p/348112#M42015</guid>
      <dc:creator>4myexperiment</dc:creator>
      <dc:date>2017-04-25T20:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Unix not reporting any data hosts tab</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Unix-not-reporting-any-data-hosts-tab/m-p/348113#M42016</link>
      <description>&lt;P&gt;please check this doc about sysstat and troubleshooting here:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/UnixApp/5.2.2/User/TroubleshoottheSplunkAppforUnixandLinux"&gt;http://docs.splunk.com/Documentation/UnixApp/5.2.2/User/TroubleshoottheSplunkAppforUnixandLinux&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 00:17:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Unix-not-reporting-any-data-hosts-tab/m-p/348113#M42016</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-04-26T00:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Unix not reporting any data hosts tab</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Unix-not-reporting-any-data-hosts-tab/m-p/348114#M42017</link>
      <description>&lt;P&gt;Sounds like you might be peeking at the &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Search/WhatsinSplunkSearch#Data_summary"&gt;Data Summary&lt;/A&gt; button on a blank Search screen.&lt;/P&gt;

&lt;P&gt;If I remember correctly, that is going to show details on the indexes your ID searches by default. Since you likely need to put &lt;CODE&gt;index=os&lt;/CODE&gt; into a search to get that data, it won't appear on that table.&lt;/P&gt;

&lt;P&gt;You can workaround this though, that table just runs the &lt;CODE&gt;metadata&lt;/CODE&gt; command, so you could take a step into your Splunk Ninja training by trying your hand at:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| metadata index=* type=sourcetypes
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Learn more at &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Metadata"&gt;Search Reference: metadata&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 22:51:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Unix-not-reporting-any-data-hosts-tab/m-p/348114#M42017</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2019-01-03T22:51:10Z</dc:date>
    </item>
  </channel>
</rss>

