<?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 count by wildcard in field value in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/count-by-wildcard-in-field-value/m-p/530975#M149990</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've following issue: Ive a dataset containing data like&lt;BR /&gt;Order number = 12345&lt;BR /&gt;Description = "AB: jdkjsd"&lt;BR /&gt;planned_date="12.3.2020"&lt;/P&gt;&lt;P&gt;Order number = 12346&lt;BR /&gt;Description = "BC: jdkjsd"&lt;BR /&gt;planned_date="12.3.2020"&lt;/P&gt;&lt;P&gt;Order number = 12347&lt;BR /&gt;Description = "BA: jdkjsd"&lt;BR /&gt;planned_date="12.3.2020"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now I'd like to have a table which counts me the number of events for "BC:*", "AB:*" OR "BA:*",... and so on - I'm quite new and google didnt helped me, can someone help? Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 26 Nov 2020 09:21:14 GMT</pubDate>
    <dc:creator>Toby_r</dc:creator>
    <dc:date>2020-11-26T09:21:14Z</dc:date>
    <item>
      <title>count by wildcard in field value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/count-by-wildcard-in-field-value/m-p/530975#M149990</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've following issue: Ive a dataset containing data like&lt;BR /&gt;Order number = 12345&lt;BR /&gt;Description = "AB: jdkjsd"&lt;BR /&gt;planned_date="12.3.2020"&lt;/P&gt;&lt;P&gt;Order number = 12346&lt;BR /&gt;Description = "BC: jdkjsd"&lt;BR /&gt;planned_date="12.3.2020"&lt;/P&gt;&lt;P&gt;Order number = 12347&lt;BR /&gt;Description = "BA: jdkjsd"&lt;BR /&gt;planned_date="12.3.2020"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now I'd like to have a table which counts me the number of events for "BC:*", "AB:*" OR "BA:*",... and so on - I'm quite new and google didnt helped me, can someone help? Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 09:21:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/count-by-wildcard-in-field-value/m-p/530975#M149990</guid>
      <dc:creator>Toby_r</dc:creator>
      <dc:date>2020-11-26T09:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: count by wildcard in field value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/count-by-wildcard-in-field-value/m-p/530976#M149991</link>
      <description>&lt;LI-CODE lang="markup"&gt;| rex field=Description "(?&amp;lt;prefix&amp;gt;\w+)\:"
| stats count by prefix&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 26 Nov 2020 09:52:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/count-by-wildcard-in-field-value/m-p/530976#M149991</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-11-26T09:52:53Z</dc:date>
    </item>
  </channel>
</rss>

