<?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 Cluster Command Grouping in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Cluster-Command-Grouping/m-p/494694#M17062</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Need help on below issue. I am using cluster command for Summary field.&lt;/P&gt;

&lt;P&gt;source="sample_data.csv"  index="incidents" sourcetype="csv" | makemv Summary | mvexpand Summary| top  limit=500 Summary | eval Summary=replace(Summary,"([\,+])","")|regex Summary = "[a-zA-Z0-9]"|search NOT  [ |inputlookup Stop_Words.csv | rename Word as Summary ]   | cluster t=0.6 showcount=t field=Summary|table cluster_count cluster_label Summary | sort -cluster_count&lt;/P&gt;

&lt;P&gt;below are the results&lt;/P&gt;

&lt;P&gt;cluster_count   cluster_label   Summary&lt;BR /&gt;
5        107            page&lt;BR /&gt;
3       10        check&lt;BR /&gt;
3       28         unavailable&lt;BR /&gt;
3      41                 error&lt;BR /&gt;
3    54               tool&lt;BR /&gt;
3    62               issue&lt;BR /&gt;
3    64              details&lt;/P&gt;

&lt;P&gt;Different words are grouped together. I am expecting like below&lt;/P&gt;

&lt;P&gt;Job  - {Job,Jobs,Job?,Job!}&lt;BR /&gt;
Error - {Issue,Error}&lt;/P&gt;

&lt;P&gt;How can i do that? How can i grouped the similar  words together and categorize.&lt;/P&gt;

&lt;P&gt;Appreciate for quick help&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 03:09:52 GMT</pubDate>
    <dc:creator>lavanya_gurrapu</dc:creator>
    <dc:date>2020-09-30T03:09:52Z</dc:date>
    <item>
      <title>Cluster Command Grouping</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Cluster-Command-Grouping/m-p/494694#M17062</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Need help on below issue. I am using cluster command for Summary field.&lt;/P&gt;

&lt;P&gt;source="sample_data.csv"  index="incidents" sourcetype="csv" | makemv Summary | mvexpand Summary| top  limit=500 Summary | eval Summary=replace(Summary,"([\,+])","")|regex Summary = "[a-zA-Z0-9]"|search NOT  [ |inputlookup Stop_Words.csv | rename Word as Summary ]   | cluster t=0.6 showcount=t field=Summary|table cluster_count cluster_label Summary | sort -cluster_count&lt;/P&gt;

&lt;P&gt;below are the results&lt;/P&gt;

&lt;P&gt;cluster_count   cluster_label   Summary&lt;BR /&gt;
5        107            page&lt;BR /&gt;
3       10        check&lt;BR /&gt;
3       28         unavailable&lt;BR /&gt;
3      41                 error&lt;BR /&gt;
3    54               tool&lt;BR /&gt;
3    62               issue&lt;BR /&gt;
3    64              details&lt;/P&gt;

&lt;P&gt;Different words are grouped together. I am expecting like below&lt;/P&gt;

&lt;P&gt;Job  - {Job,Jobs,Job?,Job!}&lt;BR /&gt;
Error - {Issue,Error}&lt;/P&gt;

&lt;P&gt;How can i do that? How can i grouped the similar  words together and categorize.&lt;/P&gt;

&lt;P&gt;Appreciate for quick help&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:09:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Cluster-Command-Grouping/m-p/494694#M17062</guid>
      <dc:creator>lavanya_gurrapu</dc:creator>
      <dc:date>2020-09-30T03:09:52Z</dc:date>
    </item>
  </channel>
</rss>

