<?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 Missing Data in the Dashboard Tile in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Missing-Data-in-the-Dashboard-Tile/m-p/697807#M237020</link>
    <description>&lt;P&gt;Hi All&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have created a dashboard to monitor CCTV and it was working fine. However suddenly data stopped populating.&amp;nbsp; We have done any change.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My finding&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 - If i select last 30 days i can see the dashboard working fine&amp;nbsp;&lt;/P&gt;&lt;P&gt;2 - If i select time range last 20 days i can the dashboard is not working&lt;/P&gt;&lt;P&gt;3 - Started trouble shooting the issue and found the below&amp;nbsp;&lt;/P&gt;&lt;P&gt;Spl query&lt;/P&gt;&lt;P&gt;The below works fine when the time range is last 30 days&amp;nbsp;&lt;/P&gt;&lt;P&gt;working - index=test 1sourcetype="stream" NOT upsModel=*1234*&lt;BR /&gt;|rename Device AS "UPS "&lt;BR /&gt;|rename Model AS "UPS Model"&lt;BR /&gt;|rename MinRemaining AS "Runtime Remaining"&lt;BR /&gt;|replace 3 WITH Utility, 4 WITH Bypass IN "Input Source"&lt;BR /&gt;|sort "Runtime Remaining"&lt;BR /&gt;|dedup "UPS Name"&lt;BR /&gt;|table "UPS Name" "UPS Model" "Runtime Remaining" "Source" "Location"&lt;BR /&gt;&lt;BR /&gt;Note- The same spl query dont work when time range is last 20 days.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Trouble shooting - Splunk receiving data till date however i have notice few thing,&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i select &lt;STRONG&gt;last 30 days i can see the by fields in the search&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UPS Name , UPS Model , Runtime Remaining , Source&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;When i select last 20 days the below fields are missing not sure why?&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Missing fields -&amp;nbsp;&lt;/STRONG&gt;UPS Name , UPS Model , Runtime Remaining , Source . So the below SPL query is not showing any data&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=test 1sourcetype="stream" NOT upsModel=*1234*&lt;BR /&gt;|rename Device AS "UPS "&lt;BR /&gt;|rename Model AS "UPS Model"&lt;BR /&gt;|rename MinRemaining AS "Runtime Remaining"&lt;BR /&gt;|replace 3 WITH Utility, 4 WITH Bypass IN "Input Source"&lt;BR /&gt;|sort "Runtime Remaining"&lt;BR /&gt;&lt;STRONG&gt;|dedup "UPS Name" -&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;|table "UPS Name" "UPS Model" "Runtime Remaining" "Source" "Location"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The highlighted part not pulling any data due to missing field.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Aug 2024 08:46:14 GMT</pubDate>
    <dc:creator>jaibalaraman</dc:creator>
    <dc:date>2024-08-30T08:46:14Z</dc:date>
    <item>
      <title>Missing Data in the Dashboard Tile</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Missing-Data-in-the-Dashboard-Tile/m-p/697807#M237020</link>
      <description>&lt;P&gt;Hi All&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have created a dashboard to monitor CCTV and it was working fine. However suddenly data stopped populating.&amp;nbsp; We have done any change.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My finding&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 - If i select last 30 days i can see the dashboard working fine&amp;nbsp;&lt;/P&gt;&lt;P&gt;2 - If i select time range last 20 days i can the dashboard is not working&lt;/P&gt;&lt;P&gt;3 - Started trouble shooting the issue and found the below&amp;nbsp;&lt;/P&gt;&lt;P&gt;Spl query&lt;/P&gt;&lt;P&gt;The below works fine when the time range is last 30 days&amp;nbsp;&lt;/P&gt;&lt;P&gt;working - index=test 1sourcetype="stream" NOT upsModel=*1234*&lt;BR /&gt;|rename Device AS "UPS "&lt;BR /&gt;|rename Model AS "UPS Model"&lt;BR /&gt;|rename MinRemaining AS "Runtime Remaining"&lt;BR /&gt;|replace 3 WITH Utility, 4 WITH Bypass IN "Input Source"&lt;BR /&gt;|sort "Runtime Remaining"&lt;BR /&gt;|dedup "UPS Name"&lt;BR /&gt;|table "UPS Name" "UPS Model" "Runtime Remaining" "Source" "Location"&lt;BR /&gt;&lt;BR /&gt;Note- The same spl query dont work when time range is last 20 days.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Trouble shooting - Splunk receiving data till date however i have notice few thing,&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i select &lt;STRONG&gt;last 30 days i can see the by fields in the search&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UPS Name , UPS Model , Runtime Remaining , Source&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;When i select last 20 days the below fields are missing not sure why?&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Missing fields -&amp;nbsp;&lt;/STRONG&gt;UPS Name , UPS Model , Runtime Remaining , Source . So the below SPL query is not showing any data&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=test 1sourcetype="stream" NOT upsModel=*1234*&lt;BR /&gt;|rename Device AS "UPS "&lt;BR /&gt;|rename Model AS "UPS Model"&lt;BR /&gt;|rename MinRemaining AS "Runtime Remaining"&lt;BR /&gt;|replace 3 WITH Utility, 4 WITH Bypass IN "Input Source"&lt;BR /&gt;|sort "Runtime Remaining"&lt;BR /&gt;&lt;STRONG&gt;|dedup "UPS Name" -&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;|table "UPS Name" "UPS Model" "Runtime Remaining" "Source" "Location"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The highlighted part not pulling any data due to missing field.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 08:46:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Missing-Data-in-the-Dashboard-Tile/m-p/697807#M237020</guid>
      <dc:creator>jaibalaraman</dc:creator>
      <dc:date>2024-08-30T08:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Data in the Dashboard Tile</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Missing-Data-in-the-Dashboard-Tile/m-p/697810#M237021</link>
      <description>&lt;P&gt;Check your index to see when data was last entered&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| metadata type=sourcetypes index=test
| fieldformat recentTime=strftime(recentTime,"%F %T")
| fieldformat firstTime=strftime(firstTime,"%F %T")
| fieldformat lastTime=strftime(lastTime,"%F %T")&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 30 Aug 2024 09:18:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Missing-Data-in-the-Dashboard-Tile/m-p/697810#M237021</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-08-30T09:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Data in the Dashboard Tile</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Missing-Data-in-the-Dashboard-Tile/m-p/697812#M237022</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jaibalaraman_0-1725010343512.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/32473i7F4C582B06F4CA56/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jaibalaraman_0-1725010343512.png" alt="jaibalaraman_0-1725010343512.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 09:32:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Missing-Data-in-the-Dashboard-Tile/m-p/697812#M237022</guid>
      <dc:creator>jaibalaraman</dc:creator>
      <dc:date>2024-08-30T09:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Data in the Dashboard Tile</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Missing-Data-in-the-Dashboard-Tile/m-p/697813#M237023</link>
      <description>&lt;P&gt;What do you get if you set the timeframe for that search to be last 30 days?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 09:36:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Missing-Data-in-the-Dashboard-Tile/m-p/697813#M237023</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-08-30T09:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Data in the Dashboard Tile</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Missing-Data-in-the-Dashboard-Tile/m-p/697815#M237024</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jaibalaraman_0-1725010939922.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/32474i5B4DAF0431CEC66A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jaibalaraman_0-1725010939922.png" alt="jaibalaraman_0-1725010939922.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 09:42:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Missing-Data-in-the-Dashboard-Tile/m-p/697815#M237024</guid>
      <dc:creator>jaibalaraman</dc:creator>
      <dc:date>2024-08-30T09:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Data in the Dashboard Tile</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Missing-Data-in-the-Dashboard-Tile/m-p/697818#M237025</link>
      <description>&lt;P&gt;Try this over last 30 days&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=*
| timechart span=1d count by sourcetype&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 30 Aug 2024 10:19:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Missing-Data-in-the-Dashboard-Tile/m-p/697818#M237025</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-08-30T10:19:05Z</dc:date>
    </item>
  </channel>
</rss>

