<?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 to create a field value from a group of values in the same field? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-field-value-from-a-group-of-values-in-the-same/m-p/477003#M133903</link>
    <description>&lt;P&gt;Thank you for the help but I posted my question wrongly, never the less your answer helped me with something else &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;What I really want is something like this:&lt;BR /&gt;
&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/7909i9D532784702A7A8F/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;Being A, F and G always there despite the number of counts, and OTHER are just the remaining ones. I know if I use &lt;CODE&gt;limit=limit_number&lt;/CODE&gt; I get automatically OTHER but I cant see how to "stick" A, F and G there.&lt;/P&gt;

&lt;P&gt;Any thoughts?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 08 Nov 2019 11:17:24 GMT</pubDate>
    <dc:creator>diabinho</dc:creator>
    <dc:date>2019-11-08T11:17:24Z</dc:date>
    <item>
      <title>How to create a field value from a group of values in the same field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-field-value-from-a-group-of-values-in-the-same/m-p/477000#M133900</link>
      <description>&lt;P&gt;I m trying to create a table were I want to display the 3 biggest values (count) from a field and the existing remain as "others". For example:&lt;/P&gt;

&lt;P&gt;Field1 count&lt;BR /&gt;
A             27&lt;BR /&gt;
B             20&lt;BR /&gt;
C               8&lt;BR /&gt;
others  239&lt;/P&gt;

&lt;P&gt;How do I achieve to create "others" ?&lt;/P&gt;

&lt;P&gt;*Others=D, E,F, ... (total count of occurrences)&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 14:03:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-field-value-from-a-group-of-values-in-the-same/m-p/477000#M133900</guid>
      <dc:creator>diabinho</dc:creator>
      <dc:date>2019-11-07T14:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a field value from a group of values in the same field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-field-value-from-a-group-of-values-in-the-same/m-p/477001#M133901</link>
      <description>&lt;P&gt;try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.. |top limit=3 Field1 useother=1 showperc=f
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 Nov 2019 18:30:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-field-value-from-a-group-of-values-in-the-same/m-p/477001#M133901</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2019-11-07T18:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a field value from a group of values in the same field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-field-value-from-a-group-of-values-in-the-same/m-p/477002#M133902</link>
      <description>&lt;P&gt;Hello mayurr98,&lt;/P&gt;

&lt;P&gt;It helped but it isn't what I was looking for but that's my bad, I didn't explain properly, never the less it helped me with something else.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 10:52:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-field-value-from-a-group-of-values-in-the-same/m-p/477002#M133902</guid>
      <dc:creator>diabinho</dc:creator>
      <dc:date>2019-11-08T10:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a field value from a group of values in the same field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-field-value-from-a-group-of-values-in-the-same/m-p/477003#M133903</link>
      <description>&lt;P&gt;Thank you for the help but I posted my question wrongly, never the less your answer helped me with something else &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;What I really want is something like this:&lt;BR /&gt;
&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/7909i9D532784702A7A8F/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;Being A, F and G always there despite the number of counts, and OTHER are just the remaining ones. I know if I use &lt;CODE&gt;limit=limit_number&lt;/CODE&gt; I get automatically OTHER but I cant see how to "stick" A, F and G there.&lt;/P&gt;

&lt;P&gt;Any thoughts?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 11:17:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-field-value-from-a-group-of-values-in-the-same/m-p/477003#M133903</guid>
      <dc:creator>diabinho</dc:creator>
      <dc:date>2019-11-08T11:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a field value from a group of values in the same field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-field-value-from-a-group-of-values-in-the-same/m-p/477004#M133904</link>
      <description>&lt;P&gt;I think I got it by applying &lt;CODE&gt;|timechart span=5m limit=9 usenull=f useother=true count by ALPHABET&lt;BR /&gt;
|fields + "A" "F" "G" "OTHER"&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 14:18:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-field-value-from-a-group-of-values-in-the-same/m-p/477004#M133904</guid>
      <dc:creator>diabinho</dc:creator>
      <dc:date>2019-11-08T14:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a field value from a group of values in the same field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-field-value-from-a-group-of-values-in-the-same/m-p/477005#M133905</link>
      <description>&lt;P&gt;@diabinho If your problem is resolved, please accept an answer to help future readers.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 14:32:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-field-value-from-a-group-of-values-in-the-same/m-p/477005#M133905</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-11-08T14:32:37Z</dc:date>
    </item>
  </channel>
</rss>

