<?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: Is it possible to display weekly as well as daily data on the same chart? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-display-weekly-as-well-as-daily-data-on-the/m-p/73685#M181114</link>
    <description>&lt;P&gt;You can use the append command to group results of different searches over different time periods.&lt;/P&gt;

&lt;P&gt;example :&lt;BR /&gt;
&lt;PRE&gt;&lt;BR /&gt;
search_from_today earliest=@d latest=now | stats avg(myfield) AS today_average &lt;BR /&gt;
| append [ search_from_last_week earliest=-2w@w latest=-1w@w | stats avg(myfield) AS lastweek_average ]&lt;BR /&gt;
| table today_average lastweek_average&lt;BR /&gt;
&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;see &lt;A href="http://splunk-base.splunk.com/answers/40071/append-comparison-to-1-week-earlier-with-timechart-by" target="_blank"&gt;http://splunk-base.splunk.com/answers/40071/append-comparison-to-1-week-earlier-with-timechart-by&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 13:01:40 GMT</pubDate>
    <dc:creator>yannK</dc:creator>
    <dc:date>2020-09-28T13:01:40Z</dc:date>
    <item>
      <title>Is it possible to display weekly as well as daily data on the same chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-display-weekly-as-well-as-daily-data-on-the/m-p/73683#M181112</link>
      <description>&lt;P&gt;Is it possible to display weekly as well as daily data on the same chart?&lt;BR /&gt;
Eg. Three weeks data with sub-scale of 7 days each.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2012 04:43:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-display-weekly-as-well-as-daily-data-on-the/m-p/73683#M181112</guid>
      <dc:creator>Aakanksha</dc:creator>
      <dc:date>2012-12-28T04:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to display weekly as well as daily data on the same chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-display-weekly-as-well-as-daily-data-on-the/m-p/73684#M181113</link>
      <description>&lt;P&gt;Can you explain in more detail how the graph would look ?&lt;BR /&gt;&lt;BR /&gt;
i.e. is it a graph from monday - sunday, with 3 lines, 1 for each of the last 3 weeks ?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2012 10:46:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-display-weekly-as-well-as-daily-data-on-the/m-p/73684#M181113</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2012-12-28T10:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to display weekly as well as daily data on the same chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-display-weekly-as-well-as-daily-data-on-the/m-p/73685#M181114</link>
      <description>&lt;P&gt;You can use the append command to group results of different searches over different time periods.&lt;/P&gt;

&lt;P&gt;example :&lt;BR /&gt;
&lt;PRE&gt;&lt;BR /&gt;
search_from_today earliest=@d latest=now | stats avg(myfield) AS today_average &lt;BR /&gt;
| append [ search_from_last_week earliest=-2w@w latest=-1w@w | stats avg(myfield) AS lastweek_average ]&lt;BR /&gt;
| table today_average lastweek_average&lt;BR /&gt;
&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;see &lt;A href="http://splunk-base.splunk.com/answers/40071/append-comparison-to-1-week-earlier-with-timechart-by" target="_blank"&gt;http://splunk-base.splunk.com/answers/40071/append-comparison-to-1-week-earlier-with-timechart-by&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:01:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-display-weekly-as-well-as-daily-data-on-the/m-p/73685#M181114</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2020-09-28T13:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to display weekly as well as daily data on the same chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-display-weekly-as-well-as-daily-data-on-the/m-p/73686#M181115</link>
      <description>&lt;P&gt;No, I want 3 weeks graph with 21 lines(7*3), ie. each week average data with granularity of single day data.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Dec 2012 05:29:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-display-weekly-as-well-as-daily-data-on-the/m-p/73686#M181115</guid>
      <dc:creator>Aakanksha</dc:creator>
      <dc:date>2012-12-31T05:29:35Z</dc:date>
    </item>
  </channel>
</rss>

