<?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 todisplay more than one field on bar chart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-todisplay-more-than-one-field-on-bar-chart/m-p/354594#M39951</link>
    <description>&lt;P&gt;The chart command support aggregation by just two fields, so you'd have to try the workaround of concatenating two fields into one and use concatenated field in by clause.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;search | eval "IP_address/OtherField"=IP_address.":".OtherField | chart count over host by "IP_address/OtherField"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 02 Feb 2018 20:27:01 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2018-02-02T20:27:01Z</dc:date>
    <item>
      <title>how todisplay more than one field on bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-todisplay-more-than-one-field-on-bar-chart/m-p/354593#M39950</link>
      <description>&lt;P&gt;I want to set up a Bar graph that displays more than one field when I hover over it. For example I use:&lt;/P&gt;

&lt;P&gt;search | chart count over host by IP_address&lt;/P&gt;

&lt;P&gt;so this is  displaying just the host on the actual graph BUT also shows me the IP_address if I hover over my mouse to that specific bar.&lt;/P&gt;

&lt;P&gt;Now, I also want to add one more field to display when I hover on a specific bar .&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 19:13:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-todisplay-more-than-one-field-on-bar-chart/m-p/354593#M39950</guid>
      <dc:creator>navd</dc:creator>
      <dc:date>2018-02-02T19:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: how todisplay more than one field on bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-todisplay-more-than-one-field-on-bar-chart/m-p/354594#M39951</link>
      <description>&lt;P&gt;The chart command support aggregation by just two fields, so you'd have to try the workaround of concatenating two fields into one and use concatenated field in by clause.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;search | eval "IP_address/OtherField"=IP_address.":".OtherField | chart count over host by "IP_address/OtherField"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 02 Feb 2018 20:27:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-todisplay-more-than-one-field-on-bar-chart/m-p/354594#M39951</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-02-02T20:27:01Z</dc:date>
    </item>
  </channel>
</rss>

