<?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 Stream not capturing any data in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-not-capturing-any-data/m-p/197242#M20469</link>
    <description>&lt;P&gt;SnifferReactor no capture network interfaces&lt;/P&gt;

&lt;P&gt;can be bypassed by specifying the nic name in the  capture in  streamfwd xml file. &lt;/P&gt;</description>
    <pubDate>Thu, 01 Oct 2015 07:34:32 GMT</pubDate>
    <dc:creator>Akili</dc:creator>
    <dc:date>2015-10-01T07:34:32Z</dc:date>
    <item>
      <title>Splunk App for Stream not capturing any data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-not-capturing-any-data/m-p/197237#M20464</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Good Day.&lt;BR /&gt;
I've been trying to use splunk app for stream. I followed the installation procedure to the letter but whenever I search for the stream(source="stream") I get 0 results. Has anyone encountered this?&lt;BR /&gt;
I am hoping someone could help me fix or troubleshoot my issue. Thank you in advance.&lt;/P&gt;

&lt;P&gt;edit: steps i did&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;new instance of splunk enterprise 6.1.3&lt;/LI&gt;
&lt;LI&gt;installed splunk app for stream via web&lt;/LI&gt;
&lt;LI&gt;granted proper permission to Splunk_TA_stream&lt;/LI&gt;
&lt;LI&gt;enable wire data from data inputs.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;i am stuck on the next part because i cannot search any file probably because it is not indexing any. any help would be much appreciated. thank you&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:25:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-not-capturing-any-data/m-p/197237#M20464</guid>
      <dc:creator>switch13</dc:creator>
      <dc:date>2020-09-28T17:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Stream not capturing any data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-not-capturing-any-data/m-p/197238#M20465</link>
      <description>&lt;P&gt;Do you see any error messages in your $SPLUNK_HOME/var/log/splunk/streamfwd.log file?  Do you see a "streamfwd" executable running (as root) and are you able to access it at &lt;A href="http://localhost:8889"&gt;http://localhost:8889&lt;/A&gt; ?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2014 00:17:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-not-capturing-any-data/m-p/197238#M20465</guid>
      <dc:creator>mdickey_splunk</dc:creator>
      <dc:date>2014-08-28T00:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Stream not capturing any data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-not-capturing-any-data/m-p/197239#M20466</link>
      <description>&lt;P&gt;I encountered a similar problem when installing it via web but when i first downloaded the file and then installed from file it worked properly.&lt;/P&gt;

&lt;P&gt;I effectively encountered the following situation&lt;BR /&gt;
 - The streamforwarder process was running&lt;BR /&gt;
 - responding UI on localhost:8889 but i got immediately a pop up asking me to add server on 8888, in the UI I could not do anything since I get a "you do not have the permission to perform PUT requests" or so&lt;BR /&gt;
 - the UI also didn't show a splunk destination like localhost:8000&lt;/P&gt;

&lt;P&gt;When it works properly&lt;BR /&gt;
 - streamforwarder process is running&lt;BR /&gt;
 - UI is responding on localhost:8889 showing one table for the stream forwarder and one table for splunk&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2014 10:15:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-not-capturing-any-data/m-p/197239#M20466</guid>
      <dc:creator>mathiask</dc:creator>
      <dc:date>2014-08-28T10:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Stream not capturing any data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-not-capturing-any-data/m-p/197240#M20467</link>
      <description>&lt;P&gt;I just verified that using the "Find More Apps" browser in the Splunk Enterprise UI to download and install App for Stream causes it to drop certain necessary files from the installation package.  If the UI at &lt;A href="http://localhost:8889"&gt;http://localhost:8889&lt;/A&gt; opens a pop-up asking you to add a new server, you have probably fallen victim to this bug.  You can correct this by following these steps:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;cd $SPLUNK_HOME/etc/apps/Splunk_TA_stream&lt;/LI&gt;
&lt;LI&gt;touch darwin_x86_64/bin/.modinput linux_x86/bin/.modinput linux_x86_64/.modinput&lt;/LI&gt;
&lt;LI&gt;Restart the "Wire Data" data input in Splunk's UI by clicking "disable" and then "enable"&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;If you download the splunk_app_stream.tar.gz file directly from apps.splunk.com and either uncompress it manually or use the "Install from file" feature in the Splunk Enterprise UI, it works properly.  Only the "Find More Apps" browser is corrupting the download.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2014 16:12:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-not-capturing-any-data/m-p/197240#M20467</guid>
      <dc:creator>mdickey_splunk</dc:creator>
      <dc:date>2014-08-28T16:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Stream not capturing any data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-not-capturing-any-data/m-p/197241#M20468</link>
      <description>&lt;P&gt;This problem has been fixed in the 6.0.2 release, which is now available for download at &lt;A href="http://apps.splunk.com/app/1809/"&gt;http://apps.splunk.com/app/1809/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2014 23:41:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-not-capturing-any-data/m-p/197241#M20468</guid>
      <dc:creator>mdickey_splunk</dc:creator>
      <dc:date>2014-09-19T23:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Stream not capturing any data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-not-capturing-any-data/m-p/197242#M20469</link>
      <description>&lt;P&gt;SnifferReactor no capture network interfaces&lt;/P&gt;

&lt;P&gt;can be bypassed by specifying the nic name in the  capture in  streamfwd xml file. &lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2015 07:34:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-not-capturing-any-data/m-p/197242#M20469</guid>
      <dc:creator>Akili</dc:creator>
      <dc:date>2015-10-01T07:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Stream not capturing any data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-not-capturing-any-data/m-p/197243#M20470</link>
      <description>&lt;P&gt;I downvoted this post because no such file...?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 19:48:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-not-capturing-any-data/m-p/197243#M20470</guid>
      <dc:creator>Michael</dc:creator>
      <dc:date>2016-03-09T19:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for Stream not capturing any data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-not-capturing-any-data/m-p/197244#M20471</link>
      <description>&lt;P&gt;Same issue:&lt;BR /&gt;
 - newest Splunk (6.3.3) &lt;BR /&gt;
 - newest stream (6.4.2) &lt;BR /&gt;
 - installed manually (from file)&lt;BR /&gt;
 - confirmed permissions&lt;BR /&gt;
 - wire input set properly (it was done for me automagically) and enabled&lt;BR /&gt;
 -- even did the trick of restarting it as described above&lt;BR /&gt;
 - enabled all the default streams&lt;BR /&gt;
 - did the kernel buffer resizing trick&lt;BR /&gt;
 - confirmed inputs.conf is correct (according to documentation)&lt;BR /&gt;
 - edited streamfwd.xml to use correct interface (according to documentation)&lt;BR /&gt;
 - confirmed interface is getting data with tcpdump&lt;BR /&gt;
 - restarted Splunk instance (a couple of times...)&lt;BR /&gt;
 - sacrificed a large chicken&lt;/P&gt;

&lt;P&gt;No data shown in source="stream*" or in the UI.&lt;BR /&gt;
Perhaps the streamfwd.log file doesn't exist any more in this version, or didn't get created...?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 20:00:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-Stream-not-capturing-any-data/m-p/197244#M20471</guid>
      <dc:creator>Michael</dc:creator>
      <dc:date>2016-03-09T20:00:04Z</dc:date>
    </item>
  </channel>
</rss>

