<?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: Search same string over multiple days on single chart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-same-string-over-multiple-days-on-single-chart/m-p/92552#M23887</link>
    <description>&lt;P&gt;well ultamitely i'd like to be able to chart each day over ontop of eachother, and also, i'd like to be able to get the top value for each host over the 7 day period.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Mar 2012 14:25:21 GMT</pubDate>
    <dc:creator>rdevine</dc:creator>
    <dc:date>2012-03-15T14:25:21Z</dc:date>
    <item>
      <title>Search same string over multiple days on single chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-same-string-over-multiple-days-on-single-chart/m-p/92550#M23885</link>
      <description>&lt;P&gt;i'm trying to create a chart that has something like this&lt;/P&gt;

&lt;P&gt;computername - 7 days ago - 6 days ago - 5 days ago ... etc. for total kb used each day to do some stats on it. &lt;/P&gt;

&lt;P&gt;my search string is&lt;/P&gt;

&lt;P&gt;index="_internal" source="*metrics.log" per_host_thruput  | chart sum(kb) by series useother=false to provide for a single day but i'm not sure how to overlay them all into one chart.&lt;/P&gt;

&lt;P&gt;any help would be awesome, thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:31:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-same-string-over-multiple-days-on-single-chart/m-p/92550#M23885</guid>
      <dc:creator>rdevine</dc:creator>
      <dc:date>2020-09-28T11:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Search same string over multiple days on single chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-same-string-over-multiple-days-on-single-chart/m-p/92551#M23886</link>
      <description>&lt;P&gt;Why not use timechart?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_internal" source="*metrics.log" per_host_thruput  | timechart useother=false span=1d sum(kb) by series 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Mar 2012 22:18:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-same-string-over-multiple-days-on-single-chart/m-p/92551#M23886</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2012-03-14T22:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Search same string over multiple days on single chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-same-string-over-multiple-days-on-single-chart/m-p/92552#M23887</link>
      <description>&lt;P&gt;well ultamitely i'd like to be able to chart each day over ontop of eachother, and also, i'd like to be able to get the top value for each host over the 7 day period.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2012 14:25:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-same-string-over-multiple-days-on-single-chart/m-p/92552#M23887</guid>
      <dc:creator>rdevine</dc:creator>
      <dc:date>2012-03-15T14:25:21Z</dc:date>
    </item>
  </channel>
</rss>

