<?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 IT Service Intelligence: Is using inputlookup as a base search for KPI appropriate? in Splunk ITSI</title>
    <link>https://community.splunk.com/t5/Splunk-ITSI/Splunk-IT-Service-Intelligence-Is-using-inputlookup-as-a-base/m-p/274119#M223</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am attempting to use a CSV file as an inputlookup as a base search in Splunk IT Service Intelligence (ITSI). The search runs fine in the Base Search Editor:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|inputlookup lookup_assets.csv |fields public_table
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and I get around 100 returns such as:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;public_table
Asset1
Asset2
Asset3
...
Asset93
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For the next step: I go to add the public_table as a metric for a distinct count, but I don't get any results when I attempt to set the thresholds.&lt;/P&gt;

&lt;P&gt;Question - is using an inputlookup table in this manner valid? If so, what am I doing incorrectly?&lt;/P&gt;

&lt;P&gt;Many thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Dec 2016 19:09:58 GMT</pubDate>
    <dc:creator>TheJagoff</dc:creator>
    <dc:date>2016-12-07T19:09:58Z</dc:date>
    <item>
      <title>Splunk IT Service Intelligence: Is using inputlookup as a base search for KPI appropriate?</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Splunk-IT-Service-Intelligence-Is-using-inputlookup-as-a-base/m-p/274119#M223</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am attempting to use a CSV file as an inputlookup as a base search in Splunk IT Service Intelligence (ITSI). The search runs fine in the Base Search Editor:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|inputlookup lookup_assets.csv |fields public_table
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and I get around 100 returns such as:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;public_table
Asset1
Asset2
Asset3
...
Asset93
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For the next step: I go to add the public_table as a metric for a distinct count, but I don't get any results when I attempt to set the thresholds.&lt;/P&gt;

&lt;P&gt;Question - is using an inputlookup table in this manner valid? If so, what am I doing incorrectly?&lt;/P&gt;

&lt;P&gt;Many thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 19:09:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Splunk-IT-Service-Intelligence-Is-using-inputlookup-as-a-base/m-p/274119#M223</guid>
      <dc:creator>TheJagoff</dc:creator>
      <dc:date>2016-12-07T19:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk IT Service Intelligence: Is using inputlookup as a base search for KPI appropriate?</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Splunk-IT-Service-Intelligence-Is-using-inputlookup-as-a-base/m-p/274120#M224</link>
      <description>&lt;P&gt;I will answer my own question... &lt;BR /&gt;
The following will actually work as a search for a KPI...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|inputlookup lookup_assets.csv |stats dc(public_table) AS CriticalApps| eval _time = now()
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But - after getting some more information from the client; this is not an efficient method for a KPI that will be executed every 5 minutes. This input lookup table is used for further calculations for a KPI that gathers more information so the best way to display this information is as an adhoc widget in a glass table.&lt;/P&gt;

&lt;P&gt;So yes, it can be done - no it's not the best way of doing things if it is only going to be used for visual information via Glass Table in ITSI.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 16:51:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Splunk-IT-Service-Intelligence-Is-using-inputlookup-as-a-base/m-p/274120#M224</guid>
      <dc:creator>TheJagoff</dc:creator>
      <dc:date>2016-12-08T16:51:27Z</dc:date>
    </item>
  </channel>
</rss>

