<?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: chart command in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/chart-command/m-p/674256#M55205</link>
    <description>&lt;LI-CODE lang="markup"&gt;| eval merged=API."|".host."|".method
| chart count over merged by StatusCode
| addtotals
| eval API=mvindex(split(merged,"|"),0)
| eval host=mvindex(split(merged,"|"),1)
| eval method=mvindex(split(merged,"|"),2)
| fields - merged&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 15 Jan 2024 10:32:12 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2024-01-15T10:32:12Z</dc:date>
    <item>
      <title>chart command</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/chart-command/m-p/674247#M55203</link>
      <description>&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;I need to display the results same as like below&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;|chart count over API by StatusCode&amp;nbsp;&lt;/P&gt;&lt;P&gt;API&amp;nbsp; 200 300 400 400 total&lt;BR /&gt;--&amp;nbsp; &amp;nbsp;---&amp;nbsp; &amp;nbsp; &amp;nbsp; ----&amp;nbsp; &amp;nbsp; &amp;nbsp;--&amp;nbsp; &amp;nbsp; &amp;nbsp; ---&lt;BR /&gt;but I need to display the results behind API more fields like host and method as well&lt;/P&gt;&lt;P&gt;API host method 200 300 400&amp;nbsp; total&amp;nbsp;&lt;BR /&gt;--&amp;nbsp; &amp;nbsp; &amp;nbsp;---&amp;nbsp; &amp;nbsp; ---&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;nbsp; &amp;nbsp; &amp;nbsp; ---&amp;nbsp; &amp;nbsp; ----&lt;/P&gt;&lt;P&gt;please help to get the results&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2024 10:12:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/chart-command/m-p/674247#M55203</guid>
      <dc:creator>lucky</dc:creator>
      <dc:date>2024-01-15T10:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: chart command</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/chart-command/m-p/674256#M55205</link>
      <description>&lt;LI-CODE lang="markup"&gt;| eval merged=API."|".host."|".method
| chart count over merged by StatusCode
| addtotals
| eval API=mvindex(split(merged,"|"),0)
| eval host=mvindex(split(merged,"|"),1)
| eval method=mvindex(split(merged,"|"),2)
| fields - merged&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 15 Jan 2024 10:32:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/chart-command/m-p/674256#M55205</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-01-15T10:32:12Z</dc:date>
    </item>
  </channel>
</rss>

