<?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 can I make a simple x over y chart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-make-a-simple-x-over-y-chart/m-p/587369#M48176</link>
    <description>&lt;P&gt;It is not clear what sort of chart you want, and given the vagueness of your data, it is unclear what sort might be suitable.&lt;/P&gt;&lt;P&gt;Are all your ages unique i.e. is there a one-to-one relationship between age and height?&lt;/P&gt;&lt;P&gt;Are all these values from the same event or different events?&lt;/P&gt;&lt;P&gt;Have these values been extract (with rex?) into name and value fields?&lt;/P&gt;&lt;P&gt;Are there other values in the events with which can be used to split the data into different series? This isn't strictly required but it might help determine an appropriate solution.&lt;/P&gt;&lt;P&gt;Please provide more precise detail on what it is you are trying to do.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Mar 2022 07:24:17 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2022-03-03T07:24:17Z</dc:date>
    <item>
      <title>How can I make a simple x over y chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-make-a-simple-x-over-y-chart/m-p/587332#M48173</link>
      <description>&lt;P&gt;I have the following data, and I want a graph with the age as the x axis, and height as the y axis. name and value are fields pulled out of a "rex field=_raw" command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;TABLE border="1" width="44.443129208754215%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;name&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;value&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="77px"&gt;&lt;P&gt;height&lt;/P&gt;&lt;P&gt;age&lt;/P&gt;&lt;P&gt;height&lt;/P&gt;&lt;P&gt;age&lt;/P&gt;&lt;P&gt;height&amp;nbsp;&lt;/P&gt;&lt;P&gt;age&lt;/P&gt;&lt;P&gt;height&amp;nbsp;&lt;/P&gt;&lt;P&gt;age&lt;/P&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="77px"&gt;&lt;P&gt;100&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;105&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;107&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;108&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Thu, 03 Mar 2022 01:16:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-make-a-simple-x-over-y-chart/m-p/587332#M48173</guid>
      <dc:creator>splunktrain9</dc:creator>
      <dc:date>2022-03-03T01:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: How can I make a simple x over y chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-make-a-simple-x-over-y-chart/m-p/587362#M48175</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/229871"&gt;@splunktrain9&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can create a chart with functions like values() and group it by age field. These can be achieved since using rex also, the fields will be created and can be used in charts. Your query should look something like below:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;your query&amp;gt;
| chart values(height) as height by age&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 06:07:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-make-a-simple-x-over-y-chart/m-p/587362#M48175</guid>
      <dc:creator>tshah-splunk</dc:creator>
      <dc:date>2022-03-03T06:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can I make a simple x over y chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-make-a-simple-x-over-y-chart/m-p/587369#M48176</link>
      <description>&lt;P&gt;It is not clear what sort of chart you want, and given the vagueness of your data, it is unclear what sort might be suitable.&lt;/P&gt;&lt;P&gt;Are all your ages unique i.e. is there a one-to-one relationship between age and height?&lt;/P&gt;&lt;P&gt;Are all these values from the same event or different events?&lt;/P&gt;&lt;P&gt;Have these values been extract (with rex?) into name and value fields?&lt;/P&gt;&lt;P&gt;Are there other values in the events with which can be used to split the data into different series? This isn't strictly required but it might help determine an appropriate solution.&lt;/P&gt;&lt;P&gt;Please provide more precise detail on what it is you are trying to do.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 07:24:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-make-a-simple-x-over-y-chart/m-p/587369#M48176</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-03-03T07:24:17Z</dc:date>
    </item>
  </channel>
</rss>

