<?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 report for different fields in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Create-report-for-different-fields/m-p/43201#M10165</link>
    <description>&lt;P&gt;Perhaps something like this could do. The visualization part is left as an exercise to the reader.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your_search | timechart span=1h c as total c(eval(like(to, "%mail.com"))) as sent_count c(eval(like(from, "%mail.com"))) as received_count 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2013 12:39:46 GMT</pubDate>
    <dc:creator>kristian_kolb</dc:creator>
    <dc:date>2013-08-22T12:39:46Z</dc:date>
    <item>
      <title>Create report for different fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Create-report-for-different-fields/m-p/43200#M10164</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I have a search: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="/var/log/mail.log" to="*mail.com"  OR from="*@mail.com"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How can i build report where i can see columns what show count of emails in day/hour, but the column has two colours, one colour for sent emails and other colour for recived emails.&lt;BR /&gt;
And some statistics that in that day there were 100 emails 40of them recived and 60 sent.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2013 11:37:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Create-report-for-different-fields/m-p/43200#M10164</guid>
      <dc:creator>ttrumm</dc:creator>
      <dc:date>2013-08-22T11:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create report for different fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Create-report-for-different-fields/m-p/43201#M10165</link>
      <description>&lt;P&gt;Perhaps something like this could do. The visualization part is left as an exercise to the reader.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your_search | timechart span=1h c as total c(eval(like(to, "%mail.com"))) as sent_count c(eval(like(from, "%mail.com"))) as received_count 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2013 12:39:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Create-report-for-different-fields/m-p/43201#M10165</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-08-22T12:39:46Z</dc:date>
    </item>
  </channel>
</rss>

