<?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 can I overlay one chart on top of the other? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-overlay-one-chart-on-top-of-the-other/m-p/484080#M31711</link>
    <description>&lt;P&gt;Depending on what i was trying to achieve, I'd tend to do something like this.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=_internal connection 
 | eval cooked=case(match(_raw,"cooked"),1)
| timechart count as total sum(cooked) as cooked by splunk_server
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 28 Apr 2020 20:25:29 GMT</pubDate>
    <dc:creator>DalJeanis</dc:creator>
    <dc:date>2020-04-28T20:25:29Z</dc:date>
    <item>
      <title>How can I overlay one chart on top of the other?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-overlay-one-chart-on-top-of-the-other/m-p/484079#M31710</link>
      <description>&lt;P&gt;I have the following two queries  -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal connection  | timechart count by splunk_server

index=_internal cooked connection  | timechart count by splunk_server
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How can I overlay them?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 19:10:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-overlay-one-chart-on-top-of-the-other/m-p/484079#M31710</guid>
      <dc:creator>danielbb</dc:creator>
      <dc:date>2020-04-28T19:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can I overlay one chart on top of the other?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-overlay-one-chart-on-top-of-the-other/m-p/484080#M31711</link>
      <description>&lt;P&gt;Depending on what i was trying to achieve, I'd tend to do something like this.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=_internal connection 
 | eval cooked=case(match(_raw,"cooked"),1)
| timechart count as total sum(cooked) as cooked by splunk_server
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Apr 2020 20:25:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-overlay-one-chart-on-top-of-the-other/m-p/484080#M31711</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2020-04-28T20:25:29Z</dc:date>
    </item>
  </channel>
</rss>

