<?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 Create a report with two different time ranges in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Create-a-report-with-two-different-time-ranges/m-p/413148#M6844</link>
    <description>&lt;P&gt;I have a report created which analyzes my data over the past 30 days.&lt;/P&gt;

&lt;P&gt;Then I have a dashboard, with three different searches/panels that analyzes specific data over the last 24 hours.&lt;/P&gt;

&lt;P&gt;I would like to put the data from this dashboard into the same report. This would be highly convenient to see everything on one page by Id which is a field. If the data is not available for the past 24 hours, but exists over 30 days, that cell should be empty .&lt;/P&gt;

&lt;P&gt;More specifically, in the 30 day report I search for all units that have been online in the past 30 days, and then put them in a table.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Id="*" Status="*" earliest=-30d latest=now
| dedup Id
| table _time Id customer Status Number_of_Days_Since_Comms
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in the dashboard, my three searches create sparklines or tables. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Id="*" metrics1="0.0"
|chart sparkline(avg(metrics1)) as "Metrics1 over 24 Hours" by Id

Id="*" metrics2="0.0"
|chart sparkline(avg(metrics2)) as "Metrics2 over 24 Hours" by Id

Id="*" (metrics3&amp;lt;="X" OR metrics4&amp;lt;"Y")
|table _time Id metrics3 metrics4 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How can I combine these into a single report?&lt;/P&gt;</description>
    <pubDate>Tue, 23 Apr 2019 00:02:47 GMT</pubDate>
    <dc:creator>vkmurthy</dc:creator>
    <dc:date>2019-04-23T00:02:47Z</dc:date>
    <item>
      <title>Create a report with two different time ranges</title>
      <link>https://community.splunk.com/t5/Reporting/Create-a-report-with-two-different-time-ranges/m-p/413148#M6844</link>
      <description>&lt;P&gt;I have a report created which analyzes my data over the past 30 days.&lt;/P&gt;

&lt;P&gt;Then I have a dashboard, with three different searches/panels that analyzes specific data over the last 24 hours.&lt;/P&gt;

&lt;P&gt;I would like to put the data from this dashboard into the same report. This would be highly convenient to see everything on one page by Id which is a field. If the data is not available for the past 24 hours, but exists over 30 days, that cell should be empty .&lt;/P&gt;

&lt;P&gt;More specifically, in the 30 day report I search for all units that have been online in the past 30 days, and then put them in a table.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Id="*" Status="*" earliest=-30d latest=now
| dedup Id
| table _time Id customer Status Number_of_Days_Since_Comms
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in the dashboard, my three searches create sparklines or tables. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Id="*" metrics1="0.0"
|chart sparkline(avg(metrics1)) as "Metrics1 over 24 Hours" by Id

Id="*" metrics2="0.0"
|chart sparkline(avg(metrics2)) as "Metrics2 over 24 Hours" by Id

Id="*" (metrics3&amp;lt;="X" OR metrics4&amp;lt;"Y")
|table _time Id metrics3 metrics4 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How can I combine these into a single report?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 00:02:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Create-a-report-with-two-different-time-ranges/m-p/413148#M6844</guid>
      <dc:creator>vkmurthy</dc:creator>
      <dc:date>2019-04-23T00:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create a report with two different time ranges</title>
      <link>https://community.splunk.com/t5/Reporting/Create-a-report-with-two-different-time-ranges/m-p/413149#M6845</link>
      <description>&lt;P&gt;I have no idea what you really need here.  Please edit/comment and add much more detail.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 06:52:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Create-a-report-with-two-different-time-ranges/m-p/413149#M6845</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-04-24T06:52:56Z</dc:date>
    </item>
  </channel>
</rss>

