<?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: Create table of exception in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Create-table-of-exception/m-p/47861#M11420</link>
    <description>&lt;P&gt;Cool thanks a lot.&lt;/P&gt;

&lt;P&gt;splunk is really awesome and you guys too..&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Harish&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jul 2011 06:15:27 GMT</pubDate>
    <dc:creator>harishd</dc:creator>
    <dc:date>2011-07-26T06:15:27Z</dc:date>
    <item>
      <title>Create table of exception</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Create-table-of-exception/m-p/47859#M11418</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have tried to list out all the tomcat exceptions from my application logs like this.&lt;/P&gt;

&lt;P&gt;host="Tom1" sourcetype="out" | rex field=_raw "\b(?&lt;EXCEPTION_TYPE&gt;(java|javax).[\w.]+Exception)" | chart count by exception_type&lt;/EXCEPTION_TYPE&gt;&lt;/P&gt;

&lt;P&gt;However I am able to do this only for one single host. But I need something like this.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Exception                        host1          host2           host4 ......
java.net.exception                32             4               54
javax.nullpointerexception        34             56              34
java.netcommandException          34             34              22
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How can I achieve this.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Harish &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:45:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Create-table-of-exception/m-p/47859#M11418</guid>
      <dc:creator>harishd</dc:creator>
      <dc:date>2020-09-28T09:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create table of exception</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Create-table-of-exception/m-p/47860#M11419</link>
      <description>&lt;P&gt;Just add another &lt;CODE&gt;by&lt;/CODE&gt; directive to &lt;CODE&gt;chart&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype="out" 
| rex field=_raw "b(?&amp;lt;exception_type&amp;gt;(java|javax).[w.]+Exception)" 
| chart count by exception_type,host
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Jul 2011 12:24:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Create-table-of-exception/m-p/47860#M11419</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2011-07-25T12:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create table of exception</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Create-table-of-exception/m-p/47861#M11420</link>
      <description>&lt;P&gt;Cool thanks a lot.&lt;/P&gt;

&lt;P&gt;splunk is really awesome and you guys too..&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Harish&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2011 06:15:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Create-table-of-exception/m-p/47861#M11420</guid>
      <dc:creator>harishd</dc:creator>
      <dc:date>2011-07-26T06:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create table of exception</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Create-table-of-exception/m-p/47862#M11421</link>
      <description>&lt;P&gt;If this answer solved your problem, please make sure to click the "accepted" check-mark next to it so it gets marked as "answered".  Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2011 14:10:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Create-table-of-exception/m-p/47862#M11421</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-07-27T14:10:07Z</dc:date>
    </item>
  </channel>
</rss>

