<?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: Count Exceptions without any field usage. in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-count-Exceptions-without-any-field-usage/m-p/589539#M11852</link>
    <description>&lt;P&gt;You could extract the exception from the _raw event field and base your counts on that.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Mar 2022 15:17:49 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2022-03-17T15:17:49Z</dc:date>
    <item>
      <title>How to count Exceptions without any field usage?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-count-Exceptions-without-any-field-usage/m-p/589536#M11851</link>
      <description>&lt;UL&gt;
&lt;LI&gt;Hi All, Can we retrieve the Exception count without any predefined field or without creating any field. Basically,I just want each Exception count in table where row is Exception name and count is the column. Consider Exceptions are Nullpointer, IllegalArgument etc..&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Pls comment out the query that will be helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 15:43:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-count-Exceptions-without-any-field-usage/m-p/589536#M11851</guid>
      <dc:creator>Kk</dc:creator>
      <dc:date>2022-03-17T15:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Count Exceptions without any field usage.</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-count-Exceptions-without-any-field-usage/m-p/589539#M11852</link>
      <description>&lt;P&gt;You could extract the exception from the _raw event field and base your counts on that.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 15:17:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-count-Exceptions-without-any-field-usage/m-p/589539#M11852</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-03-17T15:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Count Exceptions without any field usage.</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-count-Exceptions-without-any-field-usage/m-p/589542#M11854</link>
      <description>&lt;P&gt;No just assume I gave you already known Exceptions like I mentioned above there. So for that how can we show the count of each and every Exception in table. Here we have only strings i.e Exception names which are not extracted to field in common. With that, I have to generate a table row as an exception name and col&amp;nbsp; as count.&lt;/P&gt;&lt;P&gt;Pls make sure there is no common field extraction.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 15:41:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-count-Exceptions-without-any-field-usage/m-p/589542#M11854</guid>
      <dc:creator>Kk</dc:creator>
      <dc:date>2022-03-17T15:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Count Exceptions without any field usage.</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-count-Exceptions-without-any-field-usage/m-p/589544#M11855</link>
      <description>&lt;LI-CODE lang="markup"&gt;... your search
| rex "(?&amp;lt;exception&amp;gt;Nullpointer|IllegalArgument|etc)"
| stats count by exception&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 17 Mar 2022 15:47:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-count-Exceptions-without-any-field-usage/m-p/589544#M11855</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-03-17T15:47:49Z</dc:date>
    </item>
  </channel>
</rss>

