<?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: How to install Splunk IT Service Intelligence on a single Windows Splunk instance? in Splunk ITSI</title>
    <link>https://community.splunk.com/t5/Splunk-ITSI/How-to-install-Splunk-IT-Service-Intelligence-on-a-single/m-p/319967#M360</link>
    <description>&lt;P&gt;Hi @gagandeep_arora,&lt;BR /&gt;
You can accept answer if you think the answer is relevant to your question to close this question.&lt;/P&gt;</description>
    <pubDate>Sat, 20 Jan 2018 14:35:42 GMT</pubDate>
    <dc:creator>493669</dc:creator>
    <dc:date>2018-01-20T14:35:42Z</dc:date>
    <item>
      <title>How to install Splunk IT Service Intelligence on a single Windows Splunk instance?</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/How-to-install-Splunk-IT-Service-Intelligence-on-a-single/m-p/319964#M357</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;

&lt;P&gt;I am trying to install Splunk ITSI for a single Windows Splunk instance.&lt;/P&gt;

&lt;P&gt;As per Splunk ITSI installation manual:&lt;BR /&gt;
"On Windows, rename the file extension from .spl to .tgz first and use a third-party utility like 7-Zip to perform the extraction."&lt;BR /&gt;
after extraction using 7-zip, I get ".tar" single file. &lt;/P&gt;

&lt;P&gt;I placed that file into Splunk/etc/apps and started the splunk instance.&lt;/P&gt;

&lt;P&gt;I don't see any output out of these. Is there any step I am missing which will be further extracting the "*.tar" file into sub modules?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 02:04:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/How-to-install-Splunk-IT-Service-Intelligence-on-a-single/m-p/319964#M357</guid>
      <dc:creator>gagandeep_arora</dc:creator>
      <dc:date>2018-01-19T02:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Splunk IT Service Intelligence on a single Windows Splunk instance?</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/How-to-install-Splunk-IT-Service-Intelligence-on-a-single/m-p/319965#M358</link>
      <description>&lt;P&gt;Hi @gagandeep_arora,&lt;BR /&gt;
When you extract &lt;CODE&gt;.tgz&lt;/CODE&gt; file it will get extracted into &lt;CODE&gt;.tar&lt;/CODE&gt; file first then you need to again extract &lt;CODE&gt;.tar&lt;/CODE&gt; file then you will get one folder. Now place this folder into &lt;CODE&gt;Splunk/etc/apps/&lt;/CODE&gt; directory and start splunk splunk instance.&lt;BR /&gt;
Now you will able to see the app.&lt;BR /&gt;
Hope this helps you.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 03:10:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/How-to-install-Splunk-IT-Service-Intelligence-on-a-single/m-p/319965#M358</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-19T03:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Splunk IT Service Intelligence on a single Windows Splunk instance?</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/How-to-install-Splunk-IT-Service-Intelligence-on-a-single/m-p/319966#M359</link>
      <description>&lt;P&gt;There are multiple folders for ITSI. Place all of them into Splunk\etc\apps&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 17:11:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/How-to-install-Splunk-IT-Service-Intelligence-on-a-single/m-p/319966#M359</guid>
      <dc:creator>hjauch_splunk</dc:creator>
      <dc:date>2018-01-19T17:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Splunk IT Service Intelligence on a single Windows Splunk instance?</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/How-to-install-Splunk-IT-Service-Intelligence-on-a-single/m-p/319967#M360</link>
      <description>&lt;P&gt;Hi @gagandeep_arora,&lt;BR /&gt;
You can accept answer if you think the answer is relevant to your question to close this question.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jan 2018 14:35:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/How-to-install-Splunk-IT-Service-Intelligence-on-a-single/m-p/319967#M360</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-20T14:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Splunk IT Service Intelligence on a single Windows Splunk instance?</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/How-to-install-Splunk-IT-Service-Intelligence-on-a-single/m-p/319968#M361</link>
      <description>&lt;P&gt;When installing ITSI on Windows, rename &lt;CODE&gt;inputs.conf.windows&lt;/CODE&gt; to &lt;CODE&gt;inputs.conf&lt;/CODE&gt;, in both SA-Utils and SA-ThreatIntelligence default directories.&lt;/P&gt;

&lt;P&gt;For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    cd $SPLUNK_HOME/etc/apps/SA-Utils/default/
    cp inputs.conf inputs.conf.bak
    cp inputs.conf.windows inputs.conf
    rm inputs.conf.windows
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also&lt;BR /&gt;
&lt;STRONG&gt;About admin_all_objects capability&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ITSI version 2.6.0 and later does not require the admin_all_objects capability assigned to the itoa_admin role. Although you can assign this capability to the itoa_admin role manually, this is not recommended on Splunk Enterprise version 6.6.0 or later.

    If you are installing ITSI 3.0.0 on a version of Splunk Enterprise prior to version 6.6.0, you must add the admin_all_objects capability manually to the itoa_admin role or ITSI might not function as expected.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;let me know if this helps!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:45:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/How-to-install-Splunk-IT-Service-Intelligence-on-a-single/m-p/319968#M361</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2020-09-29T17:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Splunk IT Service Intelligence on a single Windows Splunk instance?</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/How-to-install-Splunk-IT-Service-Intelligence-on-a-single/m-p/319969#M362</link>
      <description>&lt;P&gt;Thanks.,, It was really helpful...&lt;/P&gt;

&lt;P&gt;I am able to see the ITSI apps under my Apps now. but I am seeing the error message:&lt;BR /&gt;
1. Importing IT Service Intelligence settings from conf files for apps and modules failed with: Splunkd daemon is not responding: ("Error connecting to /servicesNS/nobody/SA-ITOA/properties: ('The read operation timed out',)",) &lt;BR /&gt;
2. Failed to import Team settings. ITSI will not work properly until the Team settings are imported. See this documentation page for instructions on how to resolve this issue. &lt;/P&gt;

&lt;P&gt;Any idea how can I get it resolved. - When I am trying to create a team it says page not found.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 03:44:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/How-to-install-Splunk-IT-Service-Intelligence-on-a-single/m-p/319969#M362</guid>
      <dc:creator>gagandeep_arora</dc:creator>
      <dc:date>2018-01-26T03:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Splunk IT Service Intelligence on a single Windows Splunk instance?</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/How-to-install-Splunk-IT-Service-Intelligence-on-a-single/m-p/319970#M363</link>
      <description>&lt;P&gt;have you tried to rename &lt;CODE&gt;inputs.conf.windows&lt;/CODE&gt; to &lt;CODE&gt;inputs.conf&lt;/CODE&gt; as suggested by @mayurr98&lt;BR /&gt;
As I haven't use ITSI apps so I am not aware ...if it doesn't resolves your issue then you can post separate question&lt;BR /&gt;
Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 05:53:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/How-to-install-Splunk-IT-Service-Intelligence-on-a-single/m-p/319970#M363</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-26T05:53:21Z</dc:date>
    </item>
  </channel>
</rss>

