<?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 merge 3 timecharts into one? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-merge-3-timecharts-into-one/m-p/150563#M42188</link>
    <description>&lt;P&gt;Works great, thank you!!&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jul 2014 13:38:39 GMT</pubDate>
    <dc:creator>larsxschneider</dc:creator>
    <dc:date>2014-07-21T13:38:39Z</dc:date>
    <item>
      <title>How to merge 3 timecharts into one?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-merge-3-timecharts-into-one/m-p/150561#M42186</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have three slightly different queries on the same data set.&lt;/P&gt;

&lt;P&gt;(1) &lt;BR /&gt;
    general_attribute="foo" special_attribute="A" | timechart span="1d" dc(user)&lt;/P&gt;

&lt;P&gt;(2) &lt;BR /&gt;
    general_attribute="foo" special_attribute="B" | timechart span="1d" dc(user)&lt;/P&gt;

&lt;P&gt;(3) &lt;BR /&gt;
    general_attribute="foo" special_attribute="C" | timechart span="1d" dc(user)&lt;/P&gt;

&lt;P&gt;I would like to see all three of them in one chart. E.g a bar chart with 3 bars per day.&lt;BR /&gt;
Is this possible with Splunk?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Lars&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:07:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-merge-3-timecharts-into-one/m-p/150561#M42186</guid>
      <dc:creator>larsxschneider</dc:creator>
      <dc:date>2020-09-28T17:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge 3 timecharts into one?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-merge-3-timecharts-into-one/m-p/150562#M42187</link>
      <description>&lt;P&gt;Sure.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; general_attribute="foo" (special_attribute="A" OR special_attribute="B" OR special_attribute="C") | timechart span="1d" dc(user) by special_attribute
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Common visualizations for this are (stacked) columns, (stacked) area, or line charts depending on the meaning of the data and the viewer.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2014 12:46:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-merge-3-timecharts-into-one/m-p/150562#M42187</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-07-21T12:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge 3 timecharts into one?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-merge-3-timecharts-into-one/m-p/150563#M42188</link>
      <description>&lt;P&gt;Works great, thank you!!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2014 13:38:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-merge-3-timecharts-into-one/m-p/150563#M42188</guid>
      <dc:creator>larsxschneider</dc:creator>
      <dc:date>2014-07-21T13:38:39Z</dc:date>
    </item>
  </channel>
</rss>

