<?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 field values over  the chart. in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/display-field-values-over-the-chart/m-p/335681#M40207</link>
    <description>&lt;P&gt;Could you please try the below query: &lt;/P&gt;

&lt;P&gt;index=nix-os sourcetype=cpu | chart  span=5m avg(PercentIdleTime) as IdleTime avg(PercentSystemTime) as SystemTime avg(PercentUserTime) as UserTime avg(PercentWaitTime) as WaitTime over $host$ by $cpu$&lt;/P&gt;</description>
    <pubDate>Tue, 12 Dec 2017 15:16:11 GMT</pubDate>
    <dc:creator>sandyIscream</dc:creator>
    <dc:date>2017-12-12T15:16:11Z</dc:date>
    <item>
      <title>display field values over  the chart.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/display-field-values-over-the-chart/m-p/335678#M40204</link>
      <description>&lt;P&gt;Hi Team,&lt;BR /&gt;
I have create a dashboard for Disk utilization. I have 2 multi select option to display the server name and  file systems in the servers. i have to select server name and the file system to get the file system  utilization.&lt;BR /&gt;
Our requirement is , we have one more field name called file system type(nfs3,jfs2,mmfs). when i filter the data in the dashboard, for example. I selected one server(Server A) and select one file system (FS A) and the graph will display the data utilization. I have attached dashboard sample for  reference.&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3987iBC3B43DFD302DDFF/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;As i mentioned over the line(jfs2,nfs2), i have to populate the value when i select any file system from the drop down.&lt;/P&gt;

&lt;P&gt;Please let me know for any other information. &lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 12:51:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/display-field-values-over-the-chart/m-p/335678#M40204</guid>
      <dc:creator>senthamilselvan</dc:creator>
      <dc:date>2017-12-11T12:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: display field values over  the chart.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/display-field-values-over-the-chart/m-p/335679#M40205</link>
      <description>&lt;P&gt;can you share the query?&lt;BR /&gt;
does your search / query ends with a "by" statment?&lt;BR /&gt;
for example:&lt;BR /&gt;
index=index sourcetype=sourcetype | timechart latest(disk) as "disk utilization(%)" by mounted on&lt;BR /&gt;
or use the tokens from inputs as the by clause&lt;/P&gt;

&lt;P&gt;hope it helps&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 14:33:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/display-field-values-over-the-chart/m-p/335679#M40205</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-12-11T14:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: display field values over  the chart.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/display-field-values-over-the-chart/m-p/335680#M40206</link>
      <description>&lt;P&gt;Hi Adonio,&lt;/P&gt;

&lt;P&gt;the below is my search query.&lt;BR /&gt;
index=nix-os sourcetype=cpu | search host IN ( $selecthost$ ) cpu IN ($selectcpu$) | fields host cpu $selectfield$ | eval host_cpu="Host:"+host+"-CPU:"+cpu&lt;BR /&gt;
                 | timechart span=5m avg(PercentIdleTime) as IdleTime avg(PercentSystemTime) as SystemTime avg(PercentUserTime) as UserTime avg(PercentWaitTime) as WaitTime by host_cpu&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:13:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/display-field-values-over-the-chart/m-p/335680#M40206</guid>
      <dc:creator>senthamilselvan</dc:creator>
      <dc:date>2020-09-29T17:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: display field values over  the chart.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/display-field-values-over-the-chart/m-p/335681#M40207</link>
      <description>&lt;P&gt;Could you please try the below query: &lt;/P&gt;

&lt;P&gt;index=nix-os sourcetype=cpu | chart  span=5m avg(PercentIdleTime) as IdleTime avg(PercentSystemTime) as SystemTime avg(PercentUserTime) as UserTime avg(PercentWaitTime) as WaitTime over $host$ by $cpu$&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 15:16:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/display-field-values-over-the-chart/m-p/335681#M40207</guid>
      <dc:creator>sandyIscream</dc:creator>
      <dc:date>2017-12-12T15:16:11Z</dc:date>
    </item>
  </channel>
</rss>

