<?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 do I group similar values together? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/How-do-I-group-similar-values-together/m-p/430186#M11921</link>
    <description>&lt;P&gt;You can use the substring function before your stats statement.&lt;BR /&gt;
    | eval JAVAVER=substr(JAVAVER,0,6)&lt;/P&gt;</description>
    <pubDate>Wed, 05 Dec 2018 22:45:45 GMT</pubDate>
    <dc:creator>anthonymelita</dc:creator>
    <dc:date>2018-12-05T22:45:45Z</dc:date>
    <item>
      <title>How do I group similar values together?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-group-similar-values-together/m-p/430185#M11920</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;source=*prod*
 | dedup SRV JAVAVER
 | stats count(SRV) by JAVAVER
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This would generate report with all of the Java Versions.&lt;/P&gt;

&lt;P&gt;I visualized using PieChart but I am only interested in seeing the chart with JAVAVER grouped as Java 18, Java 17 &amp;amp; Java19 instead of Java1801, Java1802, and so on. &lt;/P&gt;

&lt;P&gt;Bascially, I want to group something like this only for the Pie Chart if possible:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;JAVAVER=Java19* -&amp;gt; Java19
 JAVAVER=Java18* -&amp;gt; Java18
 JAVAVER=Java17* -&amp;gt; Java17
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Dec 2018 22:35:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-group-similar-values-together/m-p/430185#M11920</guid>
      <dc:creator>srizan</dc:creator>
      <dc:date>2018-12-05T22:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I group similar values together?</title>
      <link>https://community.splunk.com/t5/Alerting/How-do-I-group-similar-values-together/m-p/430186#M11921</link>
      <description>&lt;P&gt;You can use the substring function before your stats statement.&lt;BR /&gt;
    | eval JAVAVER=substr(JAVAVER,0,6)&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 22:45:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-do-I-group-similar-values-together/m-p/430186#M11921</guid>
      <dc:creator>anthonymelita</dc:creator>
      <dc:date>2018-12-05T22:45:45Z</dc:date>
    </item>
  </channel>
</rss>

