<?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 Stream: Failed to detect Splunk_TA_stream status in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Stream-Failed-to-detect-Splunk-TA-stream-status/m-p/357095#M43232</link>
    <description>&lt;P&gt;Thanks for providing the log; I believe the problem is due to the KV store being not operational. I'd suggest looking at the mongod.log to see if it's due to expired SSL certificate (the most likely cause per my experience) or some other issue..&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2017 21:00:43 GMT</pubDate>
    <dc:creator>vshcherbakov_sp</dc:creator>
    <dc:date>2017-11-08T21:00:43Z</dc:date>
    <item>
      <title>Splunk Stream: Failed to detect Splunk_TA_stream status</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Stream-Failed-to-detect-Splunk-TA-stream-status/m-p/357092#M43229</link>
      <description>&lt;P&gt;I just installed the Stream App on an on-prem heavy fowarder and when I select the "Collect data from this machine using Wire Data input (Splunk_TA_stream)." I get the following error:&lt;/P&gt;

&lt;P&gt;Failed to detect Splunk_TA_stream status.&lt;/P&gt;

&lt;P&gt;the splunk_app_stream log shows me:&lt;/P&gt;

&lt;P&gt;Error getting the streamfwd auth, return streamfwd auth is disabled&lt;/P&gt;

&lt;P&gt;Has anyone encountered this issue? If so can you please provide insight on how to solve it?&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:40:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Stream-Failed-to-detect-Splunk-TA-stream-status/m-p/357092#M43229</guid>
      <dc:creator>atsichlis</dc:creator>
      <dc:date>2020-09-29T16:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Stream: Failed to detect Splunk_TA_stream status</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Stream-Failed-to-detect-Splunk-TA-stream-status/m-p/357093#M43230</link>
      <description>&lt;P&gt;Seems like there's something wrong with the Stream app install.. There should be exception info logged before the error you're quoting. Can you provide a larger snippet of splunk_app_stream.log file around the error?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:39:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Stream-Failed-to-detect-Splunk-TA-stream-status/m-p/357093#M43230</guid>
      <dc:creator>vshcherbakov_sp</dc:creator>
      <dc:date>2020-09-29T16:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Stream: Failed to detect Splunk_TA_stream status</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Stream-Failed-to-detect-Splunk-TA-stream-status/m-p/357094#M43231</link>
      <description>&lt;P&gt;Thank you for getting back!&lt;/P&gt;

&lt;P&gt;More error details below:&lt;/P&gt;

&lt;P&gt;2017-11-08 15:14:49,980 ERROR   streams_utils:270 - Error getting the streamfwd auth, return streamfwd auth is disabled&lt;BR /&gt;
2017-11-08 15:14:54,559 ERROR   stream_kvstore_utils:115 - KV store failed to start, setting the  kv store fatal error flag to true&lt;BR /&gt;
2017-11-08 15:14:54,559 INFO    stream_kvstore_utils:177 - is_kv_store_ready, kv store status :: failed&lt;BR /&gt;
2017-11-08 15:14:54,559 INFO    stream_kvstore_utils:178 - search_head_shc_member:: server_roles [u'license_master', u'deployment_server']&lt;BR /&gt;
2017-11-08 15:14:54,559 ERROR   stream_kvstore_utils:200 - kv_store_rest_request: Timedout waiting for KVstore status False to be ready&lt;BR /&gt;
2017-11-08 15:14:54,559 ERROR   stream_kvstore_utils:340 - read_kv_store_apps_meta: Error getting apps meta from kv store collection, reason Timedout waiting for KVstore status to be ready &lt;BR /&gt;
2017-11-08 15:14:54,559 ERROR   stream_kvstore_utils:193 - kv_store_rest_request: fatal error kv store failed to start&lt;BR /&gt;
2017-11-08 15:14:54,559 ERROR   streamfwdauth:62 - expected string or buffer&lt;BR /&gt;
Traceback (most recent call last):&lt;BR /&gt;
  File "E:\Program Files\Splunk\etc\apps\splunk_app_stream\bin\splunk_app_stream\models\streamfwdauth.py", line 53, in get&lt;BR /&gt;
    return read_from_kv_store_coll(streamfwd_auth_kv_store_with_session_key_uri, sessionKey)&lt;BR /&gt;
  File "E:\Program Files\Splunk\etc\apps\splunk_app_stream\bin\stream_kvstore_utils.py", line 277, in read_from_kv_store_coll&lt;BR /&gt;
    jsonResp = json.loads(serverContent)&lt;BR /&gt;
  File "E:\Program Files\Splunk\Python-2.7\Lib\json_&lt;EM&gt;init&lt;/EM&gt;&lt;EM&gt;.py", line 339, in loads&lt;BR /&gt;
    return _default_decoder.decode(s)&lt;BR /&gt;
  File "E:\Program Files\Splunk\Python-2.7\Lib\json\decoder.py", line 364, in decode&lt;BR /&gt;
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())&lt;BR /&gt;
TypeError: expected string or buffer&lt;BR /&gt;
2017-11-08 15:14:54,980 ERROR   streams_utils:269 - [HTTP 500] Splunkd internal error; []&lt;BR /&gt;
Traceback (most recent call last):&lt;BR /&gt;
  File "C:\Program Files\Splunk\etc\apps\splunk_app_stream\bin\stream_utils.py", line 262, in validate_streamfwd_auth&lt;BR /&gt;
    timeout=15&lt;BR /&gt;
  File "C:\Program Files\Splunk\Python-2.7\Lib\site-packages\splunk\rest__init&lt;/EM&gt;_.py", line 564, in simpleRequest&lt;BR /&gt;
    raise splunk.InternalServerError, (None, serverResponse.messages)&lt;BR /&gt;
InternalServerError: [HTTP 500] Splunkd internal error; []&lt;BR /&gt;
2017-11-08 15:14:54,980 ERROR   streams_utils:270 - Error getting the streamfwd auth, return streamfwd auth is disabled&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:40:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Stream-Failed-to-detect-Splunk-TA-stream-status/m-p/357094#M43231</guid>
      <dc:creator>atsichlis</dc:creator>
      <dc:date>2020-09-29T16:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Stream: Failed to detect Splunk_TA_stream status</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Stream-Failed-to-detect-Splunk-TA-stream-status/m-p/357095#M43232</link>
      <description>&lt;P&gt;Thanks for providing the log; I believe the problem is due to the KV store being not operational. I'd suggest looking at the mongod.log to see if it's due to expired SSL certificate (the most likely cause per my experience) or some other issue..&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 21:00:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Stream-Failed-to-detect-Splunk-TA-stream-status/m-p/357095#M43232</guid>
      <dc:creator>vshcherbakov_sp</dc:creator>
      <dc:date>2017-11-08T21:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Stream: Failed to detect Splunk_TA_stream status</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Stream-Failed-to-detect-Splunk-TA-stream-status/m-p/569242#M75253</link>
      <description>&lt;P&gt;I resolved this in part due to Raúl Marín's excellent writeup and youtube video (&lt;A href="https://raulmarin.me/2020/04/26/netflow-traffic-ingestion-with-splunk-stream-and-an-independent-stream-forwarder/" target="_blank" rel="noopener"&gt;https://raulmarin.me/2020/04/26/netflow-traffic-ingestion-with-splunk-stream-and-an-independent-stream-forwarder/&lt;/A&gt; &amp;amp; &lt;A href="https://www.youtube.com/watch?v=Usjy5NF0rwE," target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=Usjy5NF0rwE,&lt;/A&gt; respectively).&lt;/P&gt;&lt;P&gt;He was dealing with a similar issue of errors when choosing the 2nd option (Collect data from other machines). It turns out *both* options will give an error if the host's name isn't defined in /etc/system/local/inputs.conf.&lt;/P&gt;&lt;P&gt;So, by adding this stanza, and restarting Splunk, that problem went away:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[default]
host = splunk-hostname&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The wizard then started to prompt me to run the set_permissions.sh&amp;nbsp; command. After adjusting&amp;nbsp; permissions on the script using the command below, then running the script and restarting Splunk again, everything went smoothly&lt;/P&gt;&lt;PRE&gt;sudo chmod +x ./set_permissions.sh&lt;/PRE&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gord T.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 22:09:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Stream-Failed-to-detect-Splunk-TA-stream-status/m-p/569242#M75253</guid>
      <dc:creator>gordo32</dc:creator>
      <dc:date>2021-09-30T22:09:45Z</dc:date>
    </item>
  </channel>
</rss>

