<?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: Filtering Log Results in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Filtering-Log-Results/m-p/249532#M4930</link>
    <description>&lt;P&gt;It shows a user_name "other" but when I click on the column SPlunk shows no data.&lt;BR /&gt;
Any ideas?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2015 21:59:07 GMT</pubDate>
    <dc:creator>seaed_ac</dc:creator>
    <dc:date>2015-09-29T21:59:07Z</dc:date>
    <item>
      <title>Filtering Log Results</title>
      <link>https://community.splunk.com/t5/Reporting/Filtering-Log-Results/m-p/249526#M4924</link>
      <description>&lt;P&gt;Hello everyone&lt;/P&gt;

&lt;P&gt;I hope you guys can help me with this. &lt;BR /&gt;
How can I filter the results of the following log entry example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;1   »  9/29/15
4:29:38.391 AM  
usn="50356463" time_stamp="2015-09-29 04:29:38.391 UTC" host_name="host" vapi_name="File Write" begin_time="2015-09-19 06:06:47.953 UTC" end_time="2015-09-19 06:06:47.953 UTC" caller_process_id="632" caller_process_name="C:/Windows/explorer.exe" parameter="E:/Sep.2015/Sicher_R5.pdf" user_name="user" ip_addr="192.168.2.107" file_size="0" param_device_id="USBSTOR\Disk&amp;amp;Ven_PI-239&amp;amp;Prod_USB_2.0_Drive&amp;amp;Rev_1.08\533237584A39414232303131&amp;amp;0"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I need to have a report that tells me a number of files copied while excluding:&lt;BR /&gt;
 - duplicated "parameter field"&lt;BR /&gt;
 - file size &amp;gt; 0&lt;BR /&gt;
 - exclude vapi_name="File Delete"&lt;/P&gt;

&lt;P&gt;Can this be accomplished in a single report?&lt;/P&gt;

&lt;P&gt;Thank s in advance&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 21:17:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Filtering-Log-Results/m-p/249526#M4924</guid>
      <dc:creator>seaed_ac</dc:creator>
      <dc:date>2015-09-29T21:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Log Results</title>
      <link>https://community.splunk.com/t5/Reporting/Filtering-Log-Results/m-p/249527#M4925</link>
      <description>&lt;P&gt;Hi seaed_ac,&lt;/P&gt;

&lt;P&gt;you can run this search, which does what you want:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search here file_size&amp;gt;0 NOT vapi_name="File Delete" | timechart dc(parameter)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;this will exclude &lt;CODE&gt;vapi_name="File Delete"&lt;/CODE&gt; and fiel sizes of &lt;CODE&gt;0&lt;/CODE&gt;, finally it does a distinct count on &lt;CODE&gt;parameter&lt;/CODE&gt; &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Update&lt;/STRONG&gt;:&lt;/P&gt;

&lt;P&gt;This is the final search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=infosec sourcetype=sep_usb_logs file_size&amp;gt;0 NOT vapi_name="File Delete" | timechart dc(parameter) by user_name usenull=f useother=f
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 21:22:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Filtering-Log-Results/m-p/249527#M4925</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-09-29T21:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Log Results</title>
      <link>https://community.splunk.com/t5/Reporting/Filtering-Log-Results/m-p/249528#M4926</link>
      <description>&lt;P&gt;Hi there&lt;BR /&gt;
Thank you for your answer&lt;BR /&gt;
I do receive an error when running the search:&lt;BR /&gt;
Error in 'file' command: This command must be the first command of a search.&lt;/P&gt;

&lt;P&gt;My base search is: &lt;BR /&gt;
index=infosec sourcetype=sep_usb_logs&lt;/P&gt;

&lt;P&gt;What am I typing wrong?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:25:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Filtering-Log-Results/m-p/249528#M4926</guid>
      <dc:creator>seaed_ac</dc:creator>
      <dc:date>2020-09-29T07:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Log Results</title>
      <link>https://community.splunk.com/t5/Reporting/Filtering-Log-Results/m-p/249529#M4927</link>
      <description>&lt;P&gt;run it like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=infosec sourcetype=sep_usb_logs file_size&amp;gt;0 NOT vapi_name="File Delete" | timechart dc(parameter)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2015 21:40:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Filtering-Log-Results/m-p/249529#M4927</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-09-29T21:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Log Results</title>
      <link>https://community.splunk.com/t5/Reporting/Filtering-Log-Results/m-p/249530#M4928</link>
      <description>&lt;P&gt;That looks much better&lt;BR /&gt;
Is it possible to list the final results by user_name?&lt;/P&gt;

&lt;P&gt;If is not too much to ask. I am not a programmer&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 21:45:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Filtering-Log-Results/m-p/249530#M4928</guid>
      <dc:creator>seaed_ac</dc:creator>
      <dc:date>2015-09-29T21:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Log Results</title>
      <link>https://community.splunk.com/t5/Reporting/Filtering-Log-Results/m-p/249531#M4929</link>
      <description>&lt;P&gt;me neither &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; &lt;BR /&gt;
Yes of course :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=infosec sourcetype=sep_usb_logs file_size&amp;gt;0 NOT vapi_name="File Delete" | timechart dc(parameter) by user_name
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2015 21:49:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Filtering-Log-Results/m-p/249531#M4929</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-09-29T21:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Log Results</title>
      <link>https://community.splunk.com/t5/Reporting/Filtering-Log-Results/m-p/249532#M4930</link>
      <description>&lt;P&gt;It shows a user_name "other" but when I click on the column SPlunk shows no data.&lt;BR /&gt;
Any ideas?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 21:59:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Filtering-Log-Results/m-p/249532#M4930</guid>
      <dc:creator>seaed_ac</dc:creator>
      <dc:date>2015-09-29T21:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Log Results</title>
      <link>https://community.splunk.com/t5/Reporting/Filtering-Log-Results/m-p/249533#M4931</link>
      <description>&lt;P&gt;I forgot to mentioned that as an average we could have about 13K logs within 24 hours&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 22:00:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Filtering-Log-Results/m-p/249533#M4931</guid>
      <dc:creator>seaed_ac</dc:creator>
      <dc:date>2015-09-29T22:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Log Results</title>
      <link>https://community.splunk.com/t5/Reporting/Filtering-Log-Results/m-p/249534#M4932</link>
      <description>&lt;P&gt;next one:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=infosec sourcetype=sep_usb_logs file_size&amp;gt;0 NOT vapi_name="File Delete" | timechart dc(parameter) by user_name usenull=f useother=f
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and read about the &lt;CODE&gt;timechart&lt;/CODE&gt; command here &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.0/SearchReference/Timechart"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.0/SearchReference/Timechart&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 22:00:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Filtering-Log-Results/m-p/249534#M4932</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-09-29T22:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Log Results</title>
      <link>https://community.splunk.com/t5/Reporting/Filtering-Log-Results/m-p/249535#M4933</link>
      <description>&lt;P&gt;It worked.&lt;BR /&gt;
I have no idea from where do the user_name Other came from but I run a test and the numbers from the report match the logs.&lt;BR /&gt;
Thank you very much for all your help and patience&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 22:10:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Filtering-Log-Results/m-p/249535#M4933</guid>
      <dc:creator>seaed_ac</dc:creator>
      <dc:date>2015-09-29T22:10:45Z</dc:date>
    </item>
  </channel>
</rss>

