<?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 to create a line chart so each data point shows three field values? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-line-chart-so-each-data-point-shows-three-field/m-p/259926#M77921</link>
    <description>&lt;P&gt;Concatenation makes it look a little long and messy but should work fine. Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 01 Dec 2016 18:53:37 GMT</pubDate>
    <dc:creator>byu168168</dc:creator>
    <dc:date>2016-12-01T18:53:37Z</dc:date>
    <item>
      <title>How to create a line chart so each data point shows three field values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-line-chart-so-each-data-point-shows-three-field/m-p/259924#M77919</link>
      <description>&lt;P&gt;I generated a line chart and am plotting on two fields: Time and ID, however, I want to see more than just these two fields. Is there a way to generate a chart so that each point on the line chart shows three field values: Time, ID, and Name?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 17:43:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-line-chart-so-each-data-point-shows-three-field/m-p/259924#M77919</guid>
      <dc:creator>byu168168</dc:creator>
      <dc:date>2016-12-01T17:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line chart so each data point shows three field values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-line-chart-so-each-data-point-shows-three-field/m-p/259925#M77920</link>
      <description>&lt;P&gt;Line charts are designed for plotting two values on a axis.  If it makes sense, you can concatenate the ID and Name into one field and plot that over time.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your search&amp;gt; | eval NameID=Name+":"+ID | timechart values(NameID)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 01 Dec 2016 18:46:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-line-chart-so-each-data-point-shows-three-field/m-p/259925#M77920</guid>
      <dc:creator>jimodonald</dc:creator>
      <dc:date>2016-12-01T18:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a line chart so each data point shows three field values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-line-chart-so-each-data-point-shows-three-field/m-p/259926#M77921</link>
      <description>&lt;P&gt;Concatenation makes it look a little long and messy but should work fine. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 18:53:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-line-chart-so-each-data-point-shows-three-field/m-p/259926#M77921</guid>
      <dc:creator>byu168168</dc:creator>
      <dc:date>2016-12-01T18:53:37Z</dc:date>
    </item>
  </channel>
</rss>

