<?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 Splunk App for *nix not Compatible with Splunk 8.0.0 in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-nix-not-Compatible-with-Splunk-8-0-0/m-p/460496#M74073</link>
    <description>&lt;P&gt;The current version of the Splunk App for Nix (v5.2.5 as of 12/11/2019) does not work with Splunk 8.0.0 (The web server will fail to start).  Disabling the App is not enough, and it had to be removed via the CLI for the web server to start.&lt;/P&gt;

&lt;P&gt;As this is an official supported app, is there any timeline for an update to this app?  It does not appear to have been updated in over a year.  We use a lot of the alerts native to this app in conjunction with with the Splunk Addon for Linux (Which is updated and supported on Splunk 8.0.0).&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 11 Dec 2019 15:44:03 GMT</pubDate>
    <dc:creator>ProdOps4245</dc:creator>
    <dc:date>2019-12-11T15:44:03Z</dc:date>
    <item>
      <title>Splunk App for *nix not Compatible with Splunk 8.0.0</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-nix-not-Compatible-with-Splunk-8-0-0/m-p/460496#M74073</link>
      <description>&lt;P&gt;The current version of the Splunk App for Nix (v5.2.5 as of 12/11/2019) does not work with Splunk 8.0.0 (The web server will fail to start).  Disabling the App is not enough, and it had to be removed via the CLI for the web server to start.&lt;/P&gt;

&lt;P&gt;As this is an official supported app, is there any timeline for an update to this app?  It does not appear to have been updated in over a year.  We use a lot of the alerts native to this app in conjunction with with the Splunk Addon for Linux (Which is updated and supported on Splunk 8.0.0).&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 15:44:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-nix-not-Compatible-with-Splunk-8-0-0/m-p/460496#M74073</guid>
      <dc:creator>ProdOps4245</dc:creator>
      <dc:date>2019-12-11T15:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for *nix not Compatible with Splunk 8.0.0</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-nix-not-Compatible-with-Splunk-8-0-0/m-p/460497#M74074</link>
      <description>&lt;P&gt;Hi ProdOps4245 - &lt;BR /&gt;
Can you put your splunkd.log file in here from the server that had the web server failure?  We need to get some idea/details of the errors around it in order to better answer your question.  &lt;/P&gt;

&lt;P&gt;Thanks!&lt;BR /&gt;
Mike &lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 18:15:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-nix-not-Compatible-with-Splunk-8-0-0/m-p/460497#M74074</guid>
      <dc:creator>BainM</dc:creator>
      <dc:date>2019-12-11T18:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for *nix not Compatible with Splunk 8.0.0</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-nix-not-Compatible-with-Splunk-8-0-0/m-p/460498#M74075</link>
      <description>&lt;P&gt;Here is the log snippet from the web_service.log file  showing the failure...Once the Splunk LInux App is removed it starts normally...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2019-12-10 15:55:11,620 ERROR   [5df0062eef7fd399dd1990] root:769 - Unable to start splunkweb
 2019-12-10 15:55:11,620 ERROR   [5df0062eef7fd399dd1990] root:770 - invalid syntax (CFHiddenSearch.py, line 65)
 Traceback (most recent call last):
   File "/opt/splunk/lib/python3.7/site-packages/splunk/appserver/mrsparkle/root.py", line 132, in &amp;lt;module&amp;gt;
     from splunk.appserver.mrsparkle.controllers.top import TopController
   File "/opt/splunk/lib/python3.7/site-packages/splunk/appserver/mrsparkle/controllers/top.py", line 27, in &amp;lt;module&amp;gt;
     from splunk.appserver.mrsparkle.controllers.admin import AdminController
   File "/opt/splunk/lib/python3.7/site-packages/splunk/appserver/mrsparkle/controllers/admin.py", line 25, in &amp;lt;module&amp;gt;
     from splunk.appserver.mrsparkle.controllers.appinstall import AppInstallController
   File "/opt/splunk/lib/python3.7/site-packages/splunk/appserver/mrsparkle/controllers/appinstall.py", line 22, in &amp;lt;module&amp;gt;
     from splunk.appserver.mrsparkle.lib import module
   File "/opt/splunk/lib/python3.7/site-packages/splunk/appserver/mrsparkle/lib/module.py", line 465, in &amp;lt;module&amp;gt;
     moduleMapper = ModuleMapper()
   File "/opt/splunk/lib/python3.7/site-packages/splunk/appserver/mrsparkle/lib/module.py", line 83, in __init__
     self.installedModules = self.getInstalledModules()
   File "/opt/splunk/lib/python3.7/site-packages/splunk/appserver/mrsparkle/lib/module.py", line 28, in helper
     return f(*a, **kw)
   File "/opt/splunk/lib/python3.7/site-packages/splunk/appserver/mrsparkle/lib/module.py", line 448, in getInstalledModules
     mods = self.getModuleList(root)
   File "/opt/splunk/lib/python3.7/site-packages/splunk/appserver/mrsparkle/lib/module.py", line 37, in helper
     return f(*a, **kw)
   File "/opt/splunk/lib/python3.7/site-packages/splunk/appserver/mrsparkle/lib/module.py", line 223, in getModuleList
     mod = __import__(modname)
   File "/opt/splunk/etc/apps/splunk_app_for_nix/appserver/modules/CFHiddenSearch/CFHiddenSearch.py", line 65
     except splunk.ResourceNotFound, e:
                                   ^
 SyntaxError: invalid syntax
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 11 Dec 2019 20:05:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-nix-not-Compatible-with-Splunk-8-0-0/m-p/460498#M74075</guid>
      <dc:creator>ProdOps4245</dc:creator>
      <dc:date>2019-12-11T20:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for *nix not Compatible with Splunk 8.0.0</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-nix-not-Compatible-with-Splunk-8-0-0/m-p/460499#M74076</link>
      <description>&lt;P&gt;Hi @ProdOps4245,&lt;/P&gt;

&lt;P&gt;Yes, version 6.0.1 of the TA is not supported with Splunk version 8.0.&lt;/P&gt;

&lt;P&gt;Make sure you are using version 7.0.0 of the TA as it's the only one supported with Splunk V8.0, you can find it here :  &lt;A href="https://splunkbase.splunk.com/app/833/"&gt;https://splunkbase.splunk.com/app/833/&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;Hope that helps.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
David&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 20:38:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-nix-not-Compatible-with-Splunk-8-0-0/m-p/460499#M74076</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-12-11T20:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for *nix not Compatible with Splunk 8.0.0</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-nix-not-Compatible-with-Splunk-8-0-0/m-p/460500#M74077</link>
      <description>&lt;P&gt;We are currently using version 7.0.0 of the Linux TA.  The one in question is the Splunk App for Linux (Not Addon)....&lt;A href="https://splunkbase.splunk.com/app/273/"&gt;https://splunkbase.splunk.com/app/273/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 20:40:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-nix-not-Compatible-with-Splunk-8-0-0/m-p/460500#M74077</guid>
      <dc:creator>ProdOps4245</dc:creator>
      <dc:date>2019-12-11T20:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for *nix not Compatible with Splunk 8.0.0</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-nix-not-Compatible-with-Splunk-8-0-0/m-p/460501#M74078</link>
      <description>&lt;P&gt;Oh sorry about that, it's not supported either. &lt;/P&gt;

&lt;P&gt;From the looks of the error it's got something to do with this : "&lt;CODE&gt;Admins: Please read about Splunk Enterprise 8.0 and the Python 2.7 end-of-life changes and impact on apps and upgrades&lt;/CODE&gt;"&lt;BR /&gt;
The app should be migrated to support Python 3.7 : &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Python3Migration/AboutMigration"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Python3Migration/AboutMigration&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 20:46:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-nix-not-Compatible-with-Splunk-8-0-0/m-p/460501#M74078</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-12-11T20:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for *nix not Compatible with Splunk 8.0.0</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-nix-not-Compatible-with-Splunk-8-0-0/m-p/460502#M74079</link>
      <description>&lt;P&gt;Yeah, looking at the exception thrown, it is definitely related to the Python migration.  I figured that was the issue and was more curious when Splunk plans to release an update to this App since it is an official Splunk Built App (and I would assume somewhat popular). &lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 20:49:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-nix-not-Compatible-with-Splunk-8-0-0/m-p/460502#M74079</guid>
      <dc:creator>ProdOps4245</dc:creator>
      <dc:date>2019-12-11T20:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for *nix not Compatible with Splunk 8.0.0</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-nix-not-Compatible-with-Splunk-8-0-0/m-p/460503#M74080</link>
      <description>&lt;P&gt;I agree with you.. should've been released by now. &lt;/P&gt;

&lt;P&gt;Try reaching out to support maybe they have something. As a workaround have a look here :&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/777309/splunk-80-upgrade-has-no-web-server-running.html"&gt;https://answers.splunk.com/answers/777309/splunk-80-upgrade-has-no-web-server-running.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Maybe also try fixing or removing the &lt;CODE&gt;/opt/splunk/etc/apps/splunk_app_for_nix/appserver/modules/CFHiddenSearch/CFHiddenSearch.py&lt;/CODE&gt;  and see if that's the only thing causing the issue. &lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 20:54:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-nix-not-Compatible-with-Splunk-8-0-0/m-p/460503#M74080</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-12-11T20:54:16Z</dc:date>
    </item>
  </channel>
</rss>

