<?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 How do I put a line graph that shows data in both indexes into one graph? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-put-a-line-graph-that-shows-data-in-both-indexes-into/m-p/378575#M110969</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I want to get a line graph with two indexes of data.&lt;/P&gt;

&lt;P&gt;My command is &lt;CODE&gt;index=interface sourcetype="in_t"| timechart count&lt;/CODE&gt; and &lt;CODE&gt;index=imp sourcetype="out_t"| timechart count&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;What should I do?&lt;/P&gt;</description>
    <pubDate>Wed, 19 Sep 2018 08:36:59 GMT</pubDate>
    <dc:creator>WXY</dc:creator>
    <dc:date>2018-09-19T08:36:59Z</dc:date>
    <item>
      <title>How do I put a line graph that shows data in both indexes into one graph?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-put-a-line-graph-that-shows-data-in-both-indexes-into/m-p/378575#M110969</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I want to get a line graph with two indexes of data.&lt;/P&gt;

&lt;P&gt;My command is &lt;CODE&gt;index=interface sourcetype="in_t"| timechart count&lt;/CODE&gt; and &lt;CODE&gt;index=imp sourcetype="out_t"| timechart count&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;What should I do?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 08:36:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-put-a-line-graph-that-shows-data-in-both-indexes-into/m-p/378575#M110969</guid>
      <dc:creator>WXY</dc:creator>
      <dc:date>2018-09-19T08:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I put a line graph that shows data in both indexes into one graph?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-put-a-line-graph-that-shows-data-in-both-indexes-into/m-p/378576#M110970</link>
      <description>&lt;P&gt;@WXY,&lt;/P&gt;

&lt;P&gt;Try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(index=interface OR index=imp) (sourcetype="in_t" OR sourcetype="out_t")|timechart count by sourcetype
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Sep 2018 12:52:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-put-a-line-graph-that-shows-data-in-both-indexes-into/m-p/378576#M110970</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-09-19T12:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I put a line graph that shows data in both indexes into one graph?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-put-a-line-graph-that-shows-data-in-both-indexes-into/m-p/378577#M110971</link>
      <description>&lt;P&gt;Hi WXY&lt;BR /&gt;
try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(index=interface sourcetype="in_t") OR (index=imp sourcetype="out_t")
| timechart count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 13:49:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-put-a-line-graph-that-shows-data-in-both-indexes-into/m-p/378577#M110971</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2018-09-19T13:49:06Z</dc:date>
    </item>
  </channel>
</rss>

