<?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: Categorizing tags in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Categorizing-tags/m-p/340365#M2915</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;|regex tag="Working|No_Images|Tag3|Tag4"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 01 Aug 2017 19:36:54 GMT</pubDate>
    <dc:creator>DalJeanis</dc:creator>
    <dc:date>2017-08-01T19:36:54Z</dc:date>
    <item>
      <title>Categorizing tags</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Categorizing-tags/m-p/340362#M2912</link>
      <description>&lt;P&gt;I have tags for the name of cameras and then tags for the status of the cameras that I created through eventtypes. Both of these tags are under the same tag category in my data and I want to create a panel that shows only the status tags. When I do &lt;CODE&gt;|status count by tag&lt;/CODE&gt; it includes the name tags. Is it possible to categorize tags that are created through event types so that I could do something along the lines of &lt;CODE&gt;|stats count by tag_status&lt;/CODE&gt;? &lt;/P&gt;

&lt;P&gt;I have very little experience with splunk so any help would be fantastic!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 15:07:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Categorizing-tags/m-p/340362#M2912</guid>
      <dc:creator>sarahw3</dc:creator>
      <dc:date>2017-08-01T15:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing tags</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Categorizing-tags/m-p/340363#M2913</link>
      <description>&lt;P&gt;Just drop or keep the tags you like with &lt;CODE&gt;| regex tag="YourRegExHere"&lt;/CODE&gt; at the end.  What is interesting about multi-valued fields (like tags) is that a single event will be counted in each value (each tag) so your counts for the tags that you'd like to keep should be correct.  Just drop the stuff you don't need.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 16:18:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Categorizing-tags/m-p/340363#M2913</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-08-01T16:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing tags</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Categorizing-tags/m-p/340364#M2914</link>
      <description>&lt;P&gt;I just tried using the regex with two tags as &lt;CODE&gt;|regex tag="Working" OR tag="No_Images"&lt;/CODE&gt; and it does not like it. I have four specific tags that I want to count. What would that code look like? Will regex work with stats count?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 16:29:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Categorizing-tags/m-p/340364#M2914</guid>
      <dc:creator>sarahw3</dc:creator>
      <dc:date>2017-08-01T16:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing tags</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Categorizing-tags/m-p/340365#M2915</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;|regex tag="Working|No_Images|Tag3|Tag4"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Aug 2017 19:36:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Categorizing-tags/m-p/340365#M2915</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-08-01T19:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing tags</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Categorizing-tags/m-p/340366#M2916</link>
      <description>&lt;P&gt;That helps! So now what do I write for the stats count function? Because if I do &lt;CODE&gt;|stats count by tag&lt;/CODE&gt; it does it for all the tags I have instead of the four that I want.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 20:12:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Categorizing-tags/m-p/340366#M2916</guid>
      <dc:creator>sarahw3</dc:creator>
      <dc:date>2017-08-01T20:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing tags</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Categorizing-tags/m-p/340367#M2917</link>
      <description>&lt;P&gt;When I look at the events with '|regex tag="Working|No_Images|Tag3|Tag4"' it is only showing 167 when I have over 400,000&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 20:16:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Categorizing-tags/m-p/340367#M2917</guid>
      <dc:creator>sarahw3</dc:creator>
      <dc:date>2017-08-01T20:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing tags</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Categorizing-tags/m-p/340368#M2918</link>
      <description>&lt;P&gt;Just kidding I had extra stuff in my search! But I am still having trouble with the count&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 20:24:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Categorizing-tags/m-p/340368#M2918</guid>
      <dc:creator>sarahw3</dc:creator>
      <dc:date>2017-08-01T20:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing tags</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Categorizing-tags/m-p/340369#M2919</link>
      <description>&lt;P&gt;Yay I got it!! I needed to do the regex after the count! Thank y'all so so so much!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 20:34:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Categorizing-tags/m-p/340369#M2919</guid>
      <dc:creator>sarahw3</dc:creator>
      <dc:date>2017-08-01T20:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Categorizing tags</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Categorizing-tags/m-p/340370#M2920</link>
      <description>&lt;P&gt;That's what I said in the first place ("at the end")! &lt;span class="lia-unicode-emoji" title=":grinning_squinting_face:"&gt;😆&lt;/span&gt;  I am glad that you got it.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 22:35:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Categorizing-tags/m-p/340370#M2920</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-08-01T22:35:57Z</dc:date>
    </item>
  </channel>
</rss>

