<?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: Is there a way to list all the Services and its KPI's in ITSI Box in Splunk ITSI</title>
    <link>https://community.splunk.com/t5/Splunk-ITSI/Is-there-a-way-to-list-all-the-Services-and-its-KPI-s-in-ITSI/m-p/400743#M853</link>
    <description>&lt;P&gt;thank you!&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jun 2018 06:32:19 GMT</pubDate>
    <dc:creator>vicky05ssr</dc:creator>
    <dc:date>2018-06-29T06:32:19Z</dc:date>
    <item>
      <title>Is there a way to list all the Services and its KPI's in ITSI Box</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Is-there-a-way-to-list-all-the-Services-and-its-KPI-s-in-ITSI/m-p/400740#M850</link>
      <description>&lt;P&gt;In normal Splunk Enterprise we can list all the savedsearch using rest command like below &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;| rest /servicesNS/-/MYAPP/saved/searches&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;So I wanted a rest command similar to above to list all the Services made in the ITSI App.&lt;/P&gt;

&lt;P&gt;Please someone provide me the query.&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 20:43:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Is-there-a-way-to-list-all-the-Services-and-its-KPI-s-in-ITSI/m-p/400740#M850</guid>
      <dc:creator>vicky05ssr</dc:creator>
      <dc:date>2018-05-16T20:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to list all the Services and its KPI's in ITSI Box</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Is-there-a-way-to-list-all-the-Services-and-its-KPI-s-in-ITSI/m-p/400741#M851</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/69529"&gt;@vicky05ssr&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Please use this search, it will list all the Service and KPI's associated with it.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| inputlookup service_kpi_lookup | rename title as ServiceTitle kpis.title as KPITitle | stats count by ServiceTitle, KPITitle | mvcombine KPITitle&lt;/LI-CODE&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 13:01:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Is-there-a-way-to-list-all-the-Services-and-its-KPI-s-in-ITSI/m-p/400741#M851</guid>
      <dc:creator>PowerPacked</dc:creator>
      <dc:date>2024-01-11T13:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to list all the Services and its KPI's in ITSI Box</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Is-there-a-way-to-list-all-the-Services-and-its-KPI-s-in-ITSI/m-p/400742#M852</link>
      <description>&lt;P&gt;Approve the answer, if this helps you.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 22:00:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Is-there-a-way-to-list-all-the-Services-and-its-KPI-s-in-ITSI/m-p/400742#M852</guid>
      <dc:creator>PowerPacked</dc:creator>
      <dc:date>2018-05-17T22:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to list all the Services and its KPI's in ITSI Box</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Is-there-a-way-to-list-all-the-Services-and-its-KPI-s-in-ITSI/m-p/400743#M853</link>
      <description>&lt;P&gt;thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 06:32:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Is-there-a-way-to-list-all-the-Services-and-its-KPI-s-in-ITSI/m-p/400743#M853</guid>
      <dc:creator>vicky05ssr</dc:creator>
      <dc:date>2018-06-29T06:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to list all the Services and its KPI's in ITSI Box</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Is-there-a-way-to-list-all-the-Services-and-its-KPI-s-in-ITSI/m-p/400744#M854</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/69529"&gt;@vicky05ssr&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;If you only want the rest call way, Here is the query.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| rest splunk_server=local servicesNS/nobody/SA-ITOA/itoa_interface/service fields="title,_key,kpis._key,kpis.title"&lt;/LI-CODE&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 13:00:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Is-there-a-way-to-list-all-the-Services-and-its-KPI-s-in-ITSI/m-p/400744#M854</guid>
      <dc:creator>PowerPacked</dc:creator>
      <dc:date>2024-01-11T13:00:54Z</dc:date>
    </item>
  </channel>
</rss>

