<?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: Display timechart &amp;quot;BY&amp;quot; multiple lines in one chart in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Display-timechart-quot-BY-quot-multiple-lines-in-one-chart/m-p/46801#M8848</link>
    <description>&lt;P&gt;I am not sure why you need the &lt;CODE&gt;eval&lt;/CODE&gt;. Does the following work?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host="fieldcontroller.wavemark.net" sourcetype="zenosseventhistory" 
| where MESSAGE like "%Low Power%" 
| rex field=MESSAGE "Power :(?&amp;lt;Voltage&amp;gt;.{5})" 
| timechart span=1d min(LowVolt) as LowVoltage by DEVICE
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 28 May 2013 19:50:55 GMT</pubDate>
    <dc:creator>lguinn2</dc:creator>
    <dc:date>2013-05-28T19:50:55Z</dc:date>
    <item>
      <title>Display timechart "BY" multiple lines in one chart</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Display-timechart-quot-BY-quot-multiple-lines-in-one-chart/m-p/46800#M8847</link>
      <description>&lt;P&gt;I have a search with a timechart grouped by a fieldname that would like to displayed on a multilines chart on the same graph, How i can do that?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host="fieldcontroller.wavemark.net" sourcetype="zenosseventhistory" 
| where MESSAGE like "%Low Power%" 
| rex field=MESSAGE "Power :(?&amp;lt;Voltage&amp;gt;.{5})" 
| timechart span=1d eval(min(LowVolt)) as LowVoltage by DEVICE
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 May 2013 16:26:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Display-timechart-quot-BY-quot-multiple-lines-in-one-chart/m-p/46800#M8847</guid>
      <dc:creator>royimad</dc:creator>
      <dc:date>2013-05-27T16:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Display timechart "BY" multiple lines in one chart</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Display-timechart-quot-BY-quot-multiple-lines-in-one-chart/m-p/46801#M8848</link>
      <description>&lt;P&gt;I am not sure why you need the &lt;CODE&gt;eval&lt;/CODE&gt;. Does the following work?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host="fieldcontroller.wavemark.net" sourcetype="zenosseventhistory" 
| where MESSAGE like "%Low Power%" 
| rex field=MESSAGE "Power :(?&amp;lt;Voltage&amp;gt;.{5})" 
| timechart span=1d min(LowVolt) as LowVoltage by DEVICE
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 May 2013 19:50:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Display-timechart-quot-BY-quot-multiple-lines-in-one-chart/m-p/46801#M8848</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2013-05-28T19:50:55Z</dc:date>
    </item>
  </channel>
</rss>

