<?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: line graph multiple field values in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/line-graph-multiple-field-values/m-p/71832#M3901</link>
    <description>&lt;P&gt;host=ivr* [search host=ivr* | top 20 FIELDNAME | fields FIELDNAME] | timechart count by FIELDNAME&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jun 2012 12:57:00 GMT</pubDate>
    <dc:creator>HansK</dc:creator>
    <dc:date>2012-06-11T12:57:00Z</dc:date>
    <item>
      <title>line graph multiple field values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/line-graph-multiple-field-values/m-p/71830#M3899</link>
      <description>&lt;P&gt;I have a field which contents is a telephone number.&lt;/P&gt;

&lt;P&gt;if I do: &lt;BR /&gt;
host=ivr* | chart sparkline count by FIELDNAME&lt;/P&gt;

&lt;P&gt;I get a graph for every FIELDNAME but what I want is a linegraph over time of top 20 FIELDNAME in one linegraph.&lt;/P&gt;

&lt;P&gt;any ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2012 12:20:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/line-graph-multiple-field-values/m-p/71830#M3899</guid>
      <dc:creator>HansK</dc:creator>
      <dc:date>2012-06-11T12:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: line graph multiple field values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/line-graph-multiple-field-values/m-p/71831#M3900</link>
      <description>&lt;P&gt;You can solve this using a subsearch for grabbing the top 20 FIELDNAME values, then use these results in the outer search, so it only looks for data with one of these FIELDNAME values.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host=ivr* [search host=ivr* | top 20 FIELDNAME | fields FIELDNAME] | chart sparkline count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Jun 2012 12:32:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/line-graph-multiple-field-values/m-p/71831#M3900</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-06-11T12:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: line graph multiple field values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/line-graph-multiple-field-values/m-p/71832#M3901</link>
      <description>&lt;P&gt;host=ivr* [search host=ivr* | top 20 FIELDNAME | fields FIELDNAME] | timechart count by FIELDNAME&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2012 12:57:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/line-graph-multiple-field-values/m-p/71832#M3901</guid>
      <dc:creator>HansK</dc:creator>
      <dc:date>2012-06-11T12:57:00Z</dc:date>
    </item>
  </channel>
</rss>

