<?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: Report using Splunk in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Report-using-Splunk/m-p/92376#M2107</link>
    <description>&lt;P&gt;and also i would like to delete if any blank line is there&lt;/P&gt;</description>
    <pubDate>Tue, 16 Oct 2012 19:48:36 GMT</pubDate>
    <dc:creator>abhayneilam</dc:creator>
    <dc:date>2012-10-16T19:48:36Z</dc:date>
    <item>
      <title>Report using Splunk</title>
      <link>https://community.splunk.com/t5/Reporting/Report-using-Splunk/m-p/92373#M2104</link>
      <description>&lt;P&gt;I have a file which contains : &lt;BR /&gt;
Name,age,location,SEARCH&lt;BR /&gt;
abhay,24,kolkata,XXX&lt;BR /&gt;
vidu,49,chennaii,YYY&lt;BR /&gt;
ajay,34,mumbaii,XXX&lt;BR /&gt;
puja,45,hydrabad,XXX&lt;BR /&gt;
this,34,mumbai,ZZZ&lt;BR /&gt;
sure,34,kolkata,YYY&lt;/P&gt;

&lt;P&gt;Now, i want to output like : &lt;/P&gt;

&lt;P&gt;XXX 3&lt;BR /&gt;
YYY 2&lt;BR /&gt;
ZZZ 1&lt;/P&gt;

&lt;P&gt;means first field will have the KEYWORD list and second field will have the count&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2012 19:07:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Report-using-Splunk/m-p/92373#M2104</guid>
      <dc:creator>abhayneilam</dc:creator>
      <dc:date>2012-10-16T19:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Report using Splunk</title>
      <link>https://community.splunk.com/t5/Reporting/Report-using-Splunk/m-p/92374#M2105</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| inputlookup (or inputcsv) foo.csv | search SEARCH=* | eval SEARCH=lower(SEARCH) | stats count by SEARCH
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Oct 2012 19:20:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Report-using-Splunk/m-p/92374#M2105</guid>
      <dc:creator>Wilcooley</dc:creator>
      <dc:date>2012-10-16T19:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Report using Splunk</title>
      <link>https://community.splunk.com/t5/Reporting/Report-using-Splunk/m-p/92375#M2106</link>
      <description>&lt;P&gt;if my SEARCH field is :&lt;/P&gt;

&lt;P&gt;XXX&lt;BR /&gt;
xXx&lt;BR /&gt;
xxx&lt;BR /&gt;
XXx&lt;BR /&gt;
XxX&lt;BR /&gt;
XXX&lt;/P&gt;

&lt;P&gt;then, i want to count XXX as 6 in this case but here all are coming different count...&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2012 19:48:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Report-using-Splunk/m-p/92375#M2106</guid>
      <dc:creator>abhayneilam</dc:creator>
      <dc:date>2012-10-16T19:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Report using Splunk</title>
      <link>https://community.splunk.com/t5/Reporting/Report-using-Splunk/m-p/92376#M2107</link>
      <description>&lt;P&gt;and also i would like to delete if any blank line is there&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2012 19:48:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Report-using-Splunk/m-p/92376#M2107</guid>
      <dc:creator>abhayneilam</dc:creator>
      <dc:date>2012-10-16T19:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Report using Splunk</title>
      <link>https://community.splunk.com/t5/Reporting/Report-using-Splunk/m-p/92377#M2108</link>
      <description>&lt;P&gt;I've updated with these 2 additional constraints.&lt;BR /&gt;
By "delete if any blank line" do you mean the whole line could be blank or just the "SEARCH" column? The first case should be handled automatically; the "search SEARCH=*" should work for the latter.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2012 20:09:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Report-using-Splunk/m-p/92377#M2108</guid>
      <dc:creator>Wilcooley</dc:creator>
      <dc:date>2012-10-16T20:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Report using Splunk</title>
      <link>https://community.splunk.com/t5/Reporting/Report-using-Splunk/m-p/92378#M2109</link>
      <description>&lt;P&gt;@abhayneilam: Does this answer your question? If so, could you mark it as such?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2012 20:27:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Report-using-Splunk/m-p/92378#M2109</guid>
      <dc:creator>Wilcooley</dc:creator>
      <dc:date>2012-10-18T20:27:19Z</dc:date>
    </item>
  </channel>
</rss>

