<?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: Commands broken after upgrade to splunk 6 in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Commands-broken-after-upgrade-to-splunk-6/m-p/104342#M7283</link>
    <description>&lt;P&gt;I'm having a similar problem with the Asset Discovery app.  It appears Splunk 6 does not come with the right OpenSSL library.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Oct 2013 17:13:38 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2013-10-17T17:13:38Z</dc:date>
    <item>
      <title>Commands broken after upgrade to splunk 6</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Commands-broken-after-upgrade-to-splunk-6/m-p/104341#M7282</link>
      <description>&lt;P&gt;I just got done deploying Splunk 6, and it turns out that the couple of inputs I had using this plugin are now broken.&lt;/P&gt;

&lt;P&gt;One of the scripts being used calls out to another server via SSH and formats the output like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Ready,100
Not Ready,54
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;After the upgrade, the indexed output looks like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ssh: /opt/splunk/lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ssh)
ssh: /opt/splunk/lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ssh)
Ready,
Not Ready,
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Further, the "Command" option under Inputs is no longer there, meaning I can no longer configure this source.&lt;/P&gt;

&lt;P&gt;Any idea what I need to do in order to fix this?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2013 14:36:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Commands-broken-after-upgrade-to-splunk-6/m-p/104341#M7282</guid>
      <dc:creator>Karunamon</dc:creator>
      <dc:date>2013-10-17T14:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Commands broken after upgrade to splunk 6</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Commands-broken-after-upgrade-to-splunk-6/m-p/104342#M7283</link>
      <description>&lt;P&gt;I'm having a similar problem with the Asset Discovery app.  It appears Splunk 6 does not come with the right OpenSSL library.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2013 17:13:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Commands-broken-after-upgrade-to-splunk-6/m-p/104342#M7283</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2013-10-17T17:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Commands broken after upgrade to splunk 6</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Commands-broken-after-upgrade-to-splunk-6/m-p/104343#M7284</link>
      <description>&lt;P&gt;You're going to have to do a workaround by changing your external commands. You can change the call to ssh if you're using bash from:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ssh abc defg hijk
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;to&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH ssh abc defg hijk
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;if you're using Linux, to make sure the OS checks the default system path before it the Splunk path. If you have multiple calls to ssh or other commands that use openssl shared libraries, you can instead just &lt;CODE&gt;export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH&lt;/CODE&gt; at the top of your script instead.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2013 01:54:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Commands-broken-after-upgrade-to-splunk-6/m-p/104343#M7284</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2013-10-18T01:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Commands broken after upgrade to splunk 6</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Commands-broken-after-upgrade-to-splunk-6/m-p/104344#M7285</link>
      <description>&lt;P&gt;Thanks Gerald.&lt;/P&gt;

&lt;P&gt;Also to add....&lt;/P&gt;

&lt;P&gt;The Command Modular Input not showing up is due to a bug caused by the DB Connect app that causes all Modular Inputs , although they are installed and working fine, to not show up in the Manager UI. You can still browse to the Mod Input setup manually.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://YOURSPLUNKHOST:8000/en-US/manager/launcher/data/inputs/command"&gt;http://YOURSPLUNKHOST:8000/en-US/manager/launcher/data/inputs/command&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This bug is currently being fixed.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2013 02:25:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Commands-broken-after-upgrade-to-splunk-6/m-p/104344#M7285</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2013-10-18T02:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Commands broken after upgrade to splunk 6</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Commands-broken-after-upgrade-to-splunk-6/m-p/104345#M7286</link>
      <description>&lt;P&gt;@richgalloway can you open a new question on that and include error messages? I'm collecting issues now and am opening an internal bug.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2013 03:23:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Commands-broken-after-upgrade-to-splunk-6/m-p/104345#M7286</guid>
      <dc:creator>halr9000</dc:creator>
      <dc:date>2013-10-18T03:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Commands broken after upgrade to splunk 6</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Commands-broken-after-upgrade-to-splunk-6/m-p/104346#M7287</link>
      <description>&lt;P&gt;halr9000, see my existing question at &lt;A href="http://answers.splunk.com/answers/105439/no-port_scan-data"&gt;http://answers.splunk.com/answers/105439/no-port_scan-data&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2013 12:51:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Commands-broken-after-upgrade-to-splunk-6/m-p/104346#M7287</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2013-10-18T12:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Commands broken after upgrade to splunk 6</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Commands-broken-after-upgrade-to-splunk-6/m-p/104347#M7288</link>
      <description>&lt;P&gt;Wish I could accept two answers for this one - thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2013 14:17:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Commands-broken-after-upgrade-to-splunk-6/m-p/104347#M7288</guid>
      <dc:creator>Karunamon</dc:creator>
      <dc:date>2013-10-18T14:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Commands broken after upgrade to splunk 6</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Commands-broken-after-upgrade-to-splunk-6/m-p/104348#M7289</link>
      <description>&lt;P&gt;thx @richardgalloway I've added that to the list&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2013 15:41:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Commands-broken-after-upgrade-to-splunk-6/m-p/104348#M7289</guid>
      <dc:creator>halr9000</dc:creator>
      <dc:date>2013-10-18T15:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Commands broken after upgrade to splunk 6</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Commands-broken-after-upgrade-to-splunk-6/m-p/104349#M7290</link>
      <description>&lt;P&gt;On MacOS, the relevant variable is &lt;CODE&gt;DYLD_LIBRARY_PATH&lt;/CODE&gt; and on HP-UX it's &lt;CODE&gt;SHLIB_PATH&lt;/CODE&gt; and on AIX it's &lt;CODE&gt;LIBPATH&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2013 03:00:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Commands-broken-after-upgrade-to-splunk-6/m-p/104349#M7290</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2013-10-30T03:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Commands broken after upgrade to splunk 6</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Commands-broken-after-upgrade-to-splunk-6/m-p/104350#M7291</link>
      <description>&lt;P&gt;Is there a reason you wouldn't rather do &lt;/P&gt;

&lt;P&gt;unset LD_LIBRARY_PATH &lt;/P&gt;

&lt;P&gt;instead?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:09:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Commands-broken-after-upgrade-to-splunk-6/m-p/104350#M7291</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2020-09-28T15:09:01Z</dc:date>
    </item>
  </channel>
</rss>

