<?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 to join normalized data into a single timechart? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-normalized-data-into-a-single-timechart/m-p/267561#M80490</link>
    <description>&lt;P&gt;We have normalized data where multiple rows represent a single point in time, but attributes within the row represent the type.  For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;time=1 metric=ReadIOPs Average=0.01
time=1 metric=WriteIOPs Average=0.02
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And so forth.  There are multiple metric types beyond what is shown here. We would like to have this appear in a single timechart overlayed.  We can get it to work in separate time charts by simply doing:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;metric_name=ReadIOPs | timechart values(Average) as ReadIOPs
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is it possible to get this to join both Read and Write together into a single timechart?&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2016 21:30:46 GMT</pubDate>
    <dc:creator>kuali_brandon</dc:creator>
    <dc:date>2016-07-20T21:30:46Z</dc:date>
    <item>
      <title>How to join normalized data into a single timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-normalized-data-into-a-single-timechart/m-p/267561#M80490</link>
      <description>&lt;P&gt;We have normalized data where multiple rows represent a single point in time, but attributes within the row represent the type.  For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;time=1 metric=ReadIOPs Average=0.01
time=1 metric=WriteIOPs Average=0.02
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And so forth.  There are multiple metric types beyond what is shown here. We would like to have this appear in a single timechart overlayed.  We can get it to work in separate time charts by simply doing:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;metric_name=ReadIOPs | timechart values(Average) as ReadIOPs
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is it possible to get this to join both Read and Write together into a single timechart?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 21:30:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-normalized-data-into-a-single-timechart/m-p/267561#M80490</guid>
      <dc:creator>kuali_brandon</dc:creator>
      <dc:date>2016-07-20T21:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to join normalized data into a single timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-normalized-data-into-a-single-timechart/m-p/267562#M80491</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; metric_name=* | chart values(Average) as IOPs over _time by metric_name
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Jul 2016 22:41:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-normalized-data-into-a-single-timechart/m-p/267562#M80491</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-07-20T22:41:18Z</dc:date>
    </item>
  </channel>
</rss>

