<?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: login failed in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/login-failed/m-p/342330#M41324</link>
    <description>&lt;P&gt;It worked but when I run that command I &lt;STRONG&gt;menu&lt;/STRONG&gt; open and I select  &lt;STRONG&gt;manage *nix inputs&lt;/STRONG&gt; and the I opted for &lt;STRONG&gt;enable all inputs&lt;/STRONG&gt; it give me message &lt;STRONG&gt;enable failed&lt;/STRONG&gt;.&lt;BR /&gt;
What is the problem what should be done to solve this issue?&lt;/P&gt;</description>
    <pubDate>Fri, 02 Feb 2018 08:29:49 GMT</pubDate>
    <dc:creator>anshuman19</dc:creator>
    <dc:date>2018-02-02T08:29:49Z</dc:date>
    <item>
      <title>login failed</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/login-failed/m-p/342327#M41321</link>
      <description>&lt;P&gt;I am trying to install splunk add-on and when i am running the setup.sh command by using&lt;BR /&gt;
 export SPLUNK_HOME=/opt/splunk&lt;BR /&gt;
  cd $SPLUNK_HOME/etc/apps/Splunk_TA_nix&lt;BR /&gt;
  . ./setup.sh &lt;BR /&gt;
I get &lt;BR /&gt;
Login failed&lt;BR /&gt;
Login Failed&lt;BR /&gt;
so i seen some document and answer and with reference to that i get to know that i have to use&lt;BR /&gt;
$SPLUNK_HOME/bin/splunk cmd $SPLUNK_HOME/etc/apps/Splunk_TA_nix/bin/setup.sh&lt;BR /&gt;
but it also give me error  Syntax error: "(" unexpected i stucked here for so long and cant figure out the way out of it&lt;BR /&gt;
So tell me that am i doing things right and what else i have to do to configure it.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:53:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/login-failed/m-p/342327#M41321</guid>
      <dc:creator>anshuman19</dc:creator>
      <dc:date>2020-09-29T17:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: login failed</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/login-failed/m-p/342328#M41322</link>
      <description>&lt;P&gt;have you looked at splunk docs-&lt;A href="https://docs.splunk.com/Documentation/UnixAddOn/5.2.4/User/Enabledataandscriptedinputs"&gt;https://docs.splunk.com/Documentation/UnixAddOn/5.2.4/User/Enabledataandscriptedinputs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 06:18:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/login-failed/m-p/342328#M41322</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-02-01T06:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: login failed</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/login-failed/m-p/342329#M41323</link>
      <description>&lt;P&gt;Yes i referd this docs&lt;BR /&gt;
 when i used &lt;BR /&gt;
$SPLUNK_HOME/bin/splunk cmd $SPLUNK_HOME/etc/apps/Splunk_TA_nix/bin/setup.sh &lt;BR /&gt;
above command i got error  Syntax error: "(" unexpected.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:53:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/login-failed/m-p/342329#M41323</guid>
      <dc:creator>anshuman19</dc:creator>
      <dc:date>2020-09-29T17:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: login failed</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/login-failed/m-p/342330#M41324</link>
      <description>&lt;P&gt;It worked but when I run that command I &lt;STRONG&gt;menu&lt;/STRONG&gt; open and I select  &lt;STRONG&gt;manage *nix inputs&lt;/STRONG&gt; and the I opted for &lt;STRONG&gt;enable all inputs&lt;/STRONG&gt; it give me message &lt;STRONG&gt;enable failed&lt;/STRONG&gt;.&lt;BR /&gt;
What is the problem what should be done to solve this issue?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 08:29:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/login-failed/m-p/342330#M41324</guid>
      <dc:creator>anshuman19</dc:creator>
      <dc:date>2018-02-02T08:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: login failed</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/login-failed/m-p/342331#M41325</link>
      <description>&lt;P&gt;I don't have this app, but you could try, before you run setup.sh, that you are logged in into splunk.&lt;BR /&gt;
You could do that this way &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# splunk login -auth ${logname}:${mypwd}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;On a Test system you could take the admin account, on a productive system you better take a low priv user before using an admin user.&lt;/P&gt;

&lt;P&gt;To logout on the shell use this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# splunk logout
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 02 Feb 2018 08:56:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/login-failed/m-p/342331#M41325</guid>
      <dc:creator>Elsurion</dc:creator>
      <dc:date>2018-02-02T08:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: login failed</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/login-failed/m-p/342332#M41326</link>
      <description>&lt;P&gt;hey I solved that problem but after login &lt;BR /&gt;
 menu open and I select 2 option&lt;BR /&gt;
 manage nix inputs&lt;BR /&gt;
 and again new menu open then I opted for 2 option&lt;BR /&gt;
 enable all inputs&lt;BR /&gt;
 it give me message enable failed*.&lt;BR /&gt;
What is the problem what should be done to solve this issue?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 09:04:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/login-failed/m-p/342332#M41326</guid>
      <dc:creator>anshuman19</dc:creator>
      <dc:date>2018-02-02T09:04:44Z</dc:date>
    </item>
  </channel>
</rss>

