<?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: Glass table and past status in Splunk ITSI</title>
    <link>https://community.splunk.com/t5/Splunk-ITSI/Glass-table-and-past-status/m-p/328866#M389</link>
    <description>&lt;P&gt;Hello @suresh364&lt;/P&gt;

&lt;P&gt;So you want to know the status of the Process, which i assume is a "KPI" inside the Glass Table, that updates every 11AM daily?&lt;/P&gt;

&lt;P&gt;Can you please explain it further? &lt;/P&gt;</description>
    <pubDate>Tue, 06 Mar 2018 07:59:32 GMT</pubDate>
    <dc:creator>lloydknight</dc:creator>
    <dc:date>2018-03-06T07:59:32Z</dc:date>
    <item>
      <title>Glass table and past status</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Glass-table-and-past-status/m-p/328865#M388</link>
      <description>&lt;P&gt;For all the processes the last status is written to an input lookup table every 3 minutes from the log files.&lt;/P&gt;

&lt;P&gt;But there are some daily processes, since they run once per day, before the current day's process runs, the status reflects the last run from yesterday.&lt;/P&gt;

&lt;P&gt;In this case how do I reflect the current status for that period selected in the Glass table.&lt;/P&gt;

&lt;P&gt;To illustrate,&lt;/P&gt;

&lt;P&gt;Process runs at 11 AM daily.&lt;/P&gt;

&lt;P&gt;On 3/3 before 11 AM it should not reflect the status of the 3/2 run.&lt;/P&gt;

&lt;P&gt;Also when some other period is selected in the Time Range, how to reflect that day's status&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 23:59:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Glass-table-and-past-status/m-p/328865#M388</guid>
      <dc:creator>suresh364</dc:creator>
      <dc:date>2018-03-03T23:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Glass table and past status</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Glass-table-and-past-status/m-p/328866#M389</link>
      <description>&lt;P&gt;Hello @suresh364&lt;/P&gt;

&lt;P&gt;So you want to know the status of the Process, which i assume is a "KPI" inside the Glass Table, that updates every 11AM daily?&lt;/P&gt;

&lt;P&gt;Can you please explain it further? &lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 07:59:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Glass-table-and-past-status/m-p/328866#M389</guid>
      <dc:creator>lloydknight</dc:creator>
      <dc:date>2018-03-06T07:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Glass table and past status</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Glass-table-and-past-status/m-p/328867#M390</link>
      <description>&lt;P&gt;You should use some conditional logic in your base search before ITSI processes it. An example would be&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval epoch_today=strptime(now(), "%Y-%m-%d")
| eval epoch_yesterday=relative_time(now(), "-1d@d" )
| eval day_check=if('epoch_today'&amp;lt;'epoch_yesterday',"Yesterday","Today")
| eval execute=if(day_check=='Today',&amp;lt;KPI Metric&amp;gt;,"N/A")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Mar 2018 16:40:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Glass-table-and-past-status/m-p/328867#M390</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2018-03-06T16:40:34Z</dc:date>
    </item>
  </channel>
</rss>

