<?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 only specific eventtypes in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/report-only-specific-eventtypes/m-p/18941#M2833</link>
    <description>&lt;P&gt;Neither 2 options worked for me in version 6.x.x. Interesting. I went back and disabled the one eventtype, I needed removed in my dashboard.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jul 2016 16:12:34 GMT</pubDate>
    <dc:creator>stollefsen</dc:creator>
    <dc:date>2016-07-25T16:12:34Z</dc:date>
    <item>
      <title>report only specific eventtypes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/report-only-specific-eventtypes/m-p/18936#M2828</link>
      <description>&lt;P&gt;I would like to report only on specific eventtypes.&lt;/P&gt;

&lt;P&gt;I have a search that returns the eventtypes that i want to chart vs. each other (firewall-accept vs firewall-deny).  But I also have a number of other eventtypes that apply to this data that also show up in this search (eventtype=cisco_firewall)&lt;/P&gt;

&lt;P&gt;How can I only show the two eventtypes that I care about in the timechart (accept vs deny)&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2011 02:51:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/report-only-specific-eventtypes/m-p/18936#M2828</guid>
      <dc:creator>EricPartington</dc:creator>
      <dc:date>2011-05-29T02:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: report only specific eventtypes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/report-only-specific-eventtypes/m-p/18937#M2829</link>
      <description>&lt;P&gt;Your search could either look something like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(eventtype="firewall-accept" OR eventtype="firewall-deny") other search terms | timechart count by eventtype
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or it could filter to the eventtypes&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | eval a=mvfilter(eventtype == "firewall-accept" or eventtype == "firewall-deny") | search a=* | timechart count by a
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The first would probably be the cleanest way, if you're able to use either method.&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2011 13:04:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/report-only-specific-eventtypes/m-p/18937#M2829</guid>
      <dc:creator>mw</dc:creator>
      <dc:date>2011-05-29T13:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: report only specific eventtypes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/report-only-specific-eventtypes/m-p/18938#M2830</link>
      <description>&lt;P&gt;The second query works like a charm, thanks&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2011 15:55:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/report-only-specific-eventtypes/m-p/18938#M2830</guid>
      <dc:creator>EricPartington</dc:creator>
      <dc:date>2011-05-29T15:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: report only specific eventtypes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/report-only-specific-eventtypes/m-p/18939#M2831</link>
      <description>&lt;P&gt;I had this same problem and the second option was perfect.  Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2012 14:49:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/report-only-specific-eventtypes/m-p/18939#M2831</guid>
      <dc:creator>klaurean</dc:creator>
      <dc:date>2012-07-02T14:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: report only specific eventtypes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/report-only-specific-eventtypes/m-p/18940#M2832</link>
      <description>&lt;P&gt;Second option solved my problem as well! Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 05 Apr 2015 12:51:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/report-only-specific-eventtypes/m-p/18940#M2832</guid>
      <dc:creator>mfscully</dc:creator>
      <dc:date>2015-04-05T12:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: report only specific eventtypes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/report-only-specific-eventtypes/m-p/18941#M2833</link>
      <description>&lt;P&gt;Neither 2 options worked for me in version 6.x.x. Interesting. I went back and disabled the one eventtype, I needed removed in my dashboard.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 16:12:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/report-only-specific-eventtypes/m-p/18941#M2833</guid>
      <dc:creator>stollefsen</dc:creator>
      <dc:date>2016-07-25T16:12:34Z</dc:date>
    </item>
  </channel>
</rss>

