<?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 add a dummy row to the table calculating the timings in the Splunk dashboard in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-a-dummy-row-to-the-table-calculating-the-timings-in/m-p/689586#M234965</link>
    <description>&lt;P&gt;Splunk can't find something that's not there.&amp;nbsp; You'll need to use &lt;FONT face="courier new,courier"&gt;makeresults&lt;/FONT&gt; or a lookup to populate what you expect and then replace that with actual indexed data.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2024 16:28:48 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2024-06-04T16:28:48Z</dc:date>
    <item>
      <title>How to add a dummy row to the table calculating the timings in the Splunk dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-a-dummy-row-to-the-table-calculating-the-timings-in/m-p/689543#M234955</link>
      <description>&lt;P&gt;How to add a dummy row to the table in the Splunk dashboard.&lt;BR /&gt;We are receiving 2 files everyday 4 times in between 6-7:30AM, 11-12:30 PM, 6-7:30PM, 9-10:05PM.&lt;BR /&gt;I need output like below if received one file means has to display like missing other file.&lt;BR /&gt;&lt;BR /&gt;Using | makeresults command we can create a row but it is applicable while calculating the timings.&lt;BR /&gt;&lt;BR /&gt;Input :&amp;nbsp;&lt;/P&gt;&lt;TABLE width="280"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="64"&gt;File&amp;nbsp;&lt;/TD&gt;&lt;TD width="216"&gt;Date&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="64"&gt;TI7L&lt;/TD&gt;&lt;TD width="216"&gt;03-06-2024 06:52&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="64"&gt;TI7L&lt;/TD&gt;&lt;TD width="216"&gt;03-06-2024 06:55&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="64"&gt;TI8L&lt;/TD&gt;&lt;TD width="216"&gt;03-06-2024 11:51&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="64"&gt;TI8L&lt;/TD&gt;&lt;TD width="216"&gt;03-06-2024 11:50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="64"&gt;TI9L&lt;/TD&gt;&lt;TD width="216"&gt;03-06-2024 19:06&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="64"&gt;TI9L&lt;/TD&gt;&lt;TD width="216"&gt;03-06-2024 19:10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="64"&gt;TI5L&lt;/TD&gt;&lt;TD width="216"&gt;03-06-2024 22:16&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="64"&gt;TI5L&lt;/TD&gt;&lt;TD width="216"&gt;03-06-2024 22:20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;Output:&amp;nbsp;&lt;/P&gt;&lt;TABLE width="310"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="64"&gt;File&amp;nbsp;&lt;/TD&gt;&lt;TD width="246"&gt;Date&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="64"&gt;TI7L&lt;/TD&gt;&lt;TD width="246"&gt;03-06-2024 06:52&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="310"&gt;Missing file&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="310"&gt;Missing file&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="64"&gt;TI8L&lt;/TD&gt;&lt;TD width="246"&gt;03-06-2024 11:50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="64"&gt;TI9L&lt;/TD&gt;&lt;TD width="246"&gt;03-06-2024 19:06&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="310"&gt;Missing file&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="64"&gt;TI5L&lt;/TD&gt;&lt;TD width="246"&gt;03-06-2024 22:16&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="310"&gt;Missing file&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 04 Jun 2024 13:06:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-a-dummy-row-to-the-table-calculating-the-timings-in/m-p/689543#M234955</guid>
      <dc:creator>Anud</dc:creator>
      <dc:date>2024-06-04T13:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a dummy row to the table calculating the timings in the Splunk dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-a-dummy-row-to-the-table-calculating-the-timings-in/m-p/689558#M234959</link>
      <description>&lt;LI-CODE lang="markup"&gt;| stats list(Date) as Date by File
| eval row=mvrange(0,2)
| mvexpand row
| eval Date=mvindex(Date,row)
| eval File=if(isnotnull(Date),File,"missing file")
| fields - row&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 04 Jun 2024 14:47:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-a-dummy-row-to-the-table-calculating-the-timings-in/m-p/689558#M234959</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-06-04T14:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a dummy row to the table calculating the timings in the Splunk dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-a-dummy-row-to-the-table-calculating-the-timings-in/m-p/689584#M234964</link>
      <description>&lt;P&gt;Thanks for quick response!&lt;BR /&gt;&lt;BR /&gt;Actually i was looking for the output like below. File missed in between time 6-7:30AM and&amp;nbsp;&lt;SPAN&gt;9-10:05PM&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE width="300"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="64"&gt;File&amp;nbsp;&lt;/TD&gt;&lt;TD width="236"&gt;Date&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="64"&gt;TI7L&lt;/TD&gt;&lt;TD width="236"&gt;03-06-2024 06:52&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="64"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="236"&gt;file missing&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="64"&gt;TI8L&lt;/TD&gt;&lt;TD width="236"&gt;03-06-2024 11:51&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="64"&gt;TI8L&lt;/TD&gt;&lt;TD width="236"&gt;03-06-2024 11:50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="64"&gt;TI9L&lt;/TD&gt;&lt;TD width="236"&gt;03-06-2024 19:06&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="64"&gt;TI9L&lt;/TD&gt;&lt;TD width="236"&gt;03-06-2024 19:10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="64"&gt;TI5L&lt;/TD&gt;&lt;TD width="236"&gt;03-06-2024 22:16&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="64"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="236"&gt;File missing&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 04 Jun 2024 16:08:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-a-dummy-row-to-the-table-calculating-the-timings-in/m-p/689584#M234964</guid>
      <dc:creator>Anud</dc:creator>
      <dc:date>2024-06-04T16:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a dummy row to the table calculating the timings in the Splunk dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-a-dummy-row-to-the-table-calculating-the-timings-in/m-p/689586#M234965</link>
      <description>&lt;P&gt;Splunk can't find something that's not there.&amp;nbsp; You'll need to use &lt;FONT face="courier new,courier"&gt;makeresults&lt;/FONT&gt; or a lookup to populate what you expect and then replace that with actual indexed data.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 16:28:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-a-dummy-row-to-the-table-calculating-the-timings-in/m-p/689586#M234965</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-06-04T16:28:48Z</dc:date>
    </item>
  </channel>
</rss>

