<?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 do I chart 2 searches on one chart? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-chart-2-searches-on-one-chart/m-p/342511#M101450</link>
    <description>&lt;P&gt;It does not seem to work. It is displaying 3 charts instead of 2 &lt;/P&gt;</description>
    <pubDate>Thu, 08 Mar 2018 20:25:51 GMT</pubDate>
    <dc:creator>afamoyib</dc:creator>
    <dc:date>2018-03-08T20:25:51Z</dc:date>
    <item>
      <title>How do I chart 2 searches on one chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-chart-2-searches-on-one-chart/m-p/342509#M101448</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Searches&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=nix sourcetype=cpu host="host a"  CPU="all" | eval Percent_CPU_Load = 100 - pctIdle | timechart limit=0 max(Percent_CPU_Load) by host

index=nix source=vmstat sourcetype=vmstat tag=memory host="host a"  | timechart limit=0 max(memUsedPct) by host
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Mar 2018 19:53:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-chart-2-searches-on-one-chart/m-p/342509#M101448</guid>
      <dc:creator>afamoyib</dc:creator>
      <dc:date>2018-03-08T19:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I chart 2 searches on one chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-chart-2-searches-on-one-chart/m-p/342510#M101449</link>
      <description>&lt;P&gt;Here is a simpler example of how this might work:&lt;BR /&gt;
&lt;CODE&gt;index=* | timechart count by source | append [search index=* | timechart count by sourcetype]&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;For your search this might work:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=nix sourcetype=cpu host="host a" CPU="all" | eval Percent_CPU_Load = 100 - pctIdle | timechart limit=0 max(Percent_CPU_Load) by host | append [search index=nix source=vmstat sourcetype=vmstat tag=memory host="host a" | timechart limit=0 max(memUsedPct) by host]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Mar 2018 20:15:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-chart-2-searches-on-one-chart/m-p/342510#M101449</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2018-03-08T20:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I chart 2 searches on one chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-chart-2-searches-on-one-chart/m-p/342511#M101450</link>
      <description>&lt;P&gt;It does not seem to work. It is displaying 3 charts instead of 2 &lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 20:25:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-chart-2-searches-on-one-chart/m-p/342511#M101450</guid>
      <dc:creator>afamoyib</dc:creator>
      <dc:date>2018-03-08T20:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I chart 2 searches on one chart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-chart-2-searches-on-one-chart/m-p/342512#M101451</link>
      <description>&lt;P&gt;Are you able to upload a picture so I can see what it looks like?&lt;BR /&gt;
Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 20:51:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-chart-2-searches-on-one-chart/m-p/342512#M101451</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2018-03-08T20:51:06Z</dc:date>
    </item>
  </channel>
</rss>

