<?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: Need help in generating a custom report in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Need-help-in-generating-a-custom-report/m-p/22666#M419</link>
    <description>&lt;P&gt;Thanks a lot, i am trying to work on.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Feb 2013 10:52:35 GMT</pubDate>
    <dc:creator>mkumarpisl</dc:creator>
    <dc:date>2013-02-12T10:52:35Z</dc:date>
    <item>
      <title>Need help in generating a custom report</title>
      <link>https://community.splunk.com/t5/Reporting/Need-help-in-generating-a-custom-report/m-p/22664#M417</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;

&lt;P&gt;I need to generate a customized report for analysing the error on the application server.&lt;/P&gt;

&lt;P&gt;My log will be in the format as below.&lt;/P&gt;

&lt;P&gt;2013.02.06- 13:51:32.186(PST)|0Lbw4V5QmkjbukJtDVxjTA==|hupy123456|Manoj|AccountDetails|mkmpbt51:18|token1:   Nullpointerexception while processing the request.&lt;/P&gt;

&lt;P&gt;The fields in the above log statement is as &lt;BR /&gt;
Timestamp | application id | client id | clientname | classname | servername:instance|error details.&lt;/P&gt;

&lt;P&gt;I want to generate a report with the above information by placing | as delimiter. and i need to get the unique count info of the errors.&lt;/P&gt;

&lt;P&gt;Can any one guide me on this. Thanks.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Manoj&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2013 08:40:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Need-help-in-generating-a-custom-report/m-p/22664#M417</guid>
      <dc:creator>mkumarpisl</dc:creator>
      <dc:date>2013-02-07T08:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in generating a custom report</title>
      <link>https://community.splunk.com/t5/Reporting/Need-help-in-generating-a-custom-report/m-p/22665#M418</link>
      <description>&lt;P&gt;You may need to do some reading on field extractons for this to make much sense. But...&lt;/P&gt;

&lt;P&gt;In &lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[yoursourcetypehere]
DELIMS = "|"
FIELDS = Timestamp,application_id,client_id,clientname,classname,servername_instance,error_details
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In your search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=yoursourcetypehere
| stats count by error_details
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or however you want to count and report. A few more details about the report would be helpful...&lt;/P&gt;

&lt;P&gt;Some helpful info about field extractions:&lt;BR /&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/Knowledge/Addfieldsatsearchtime"&gt;Add fields at searchtime&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/Knowledge/Createandmaintainsearch-timefieldextractionsthroughconfigurationfiles#Create_advanced_search-time_field_extractions_with_field_transforms"&gt;Create advanced field extractions&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2013 09:18:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Need-help-in-generating-a-custom-report/m-p/22665#M418</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2013-02-07T09:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in generating a custom report</title>
      <link>https://community.splunk.com/t5/Reporting/Need-help-in-generating-a-custom-report/m-p/22666#M419</link>
      <description>&lt;P&gt;Thanks a lot, i am trying to work on.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2013 10:52:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Need-help-in-generating-a-custom-report/m-p/22666#M419</guid>
      <dc:creator>mkumarpisl</dc:creator>
      <dc:date>2013-02-12T10:52:35Z</dc:date>
    </item>
  </channel>
</rss>

