<?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: All eventtypes in eventtypes.conf not found in btool search in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/All-eventtypes-in-eventtypes-conf-not-found-in-btool-search/m-p/351627#M3083</link>
    <description>&lt;P&gt;Have a try by &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/bin/splunk cmd btool eventtypes list --debug &amp;gt; /tmp/eventtypes.btool 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and then physically check in the output file to see if anything missing.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Nov 2017 23:03:49 GMT</pubDate>
    <dc:creator>koshyk</dc:creator>
    <dc:date>2017-11-03T23:03:49Z</dc:date>
    <item>
      <title>All eventtypes in eventtypes.conf not found in btool search</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/All-eventtypes-in-eventtypes-conf-not-found-in-btool-search/m-p/351626#M3082</link>
      <description>&lt;P&gt;This is my local/eventtypes.conf file&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[juniper_sslvpn_auth]
search = sourcetype=juniper_sslvpn_mag "authentication successful" OR "authentication failed"

[juniper_sslvpn_authz]
priority = 6
search = sourcetype=juniper_sslvpn_mag "WebRequest Completed" OR "Closed Connection"

[juniper_sslvpn_auth_failed]
priority = 5
search = index=vpn sourcetype=juniper:sslvpn "Primary authentication failed"

[juniper_sslvpn_auth_successful]
priority = 5
search = index=vpn sourcetype=juniper:sslvpn "Primary authentication successful"

[juniper_sslvpn_webrequest]
priority = 5
search = index=vpn sourcetype=juniper:sslvpn "WebRequest"

[juniper_sslvpn_webrequest_sso_successful]
priority = 5
search = index=vpn sourcetype=juniper:sslvpn "Web SSO: Authentication successful"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The juniper_sslvpn_mag eventtypes are disabled.  When I run&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/apps/splunk/bin/splunk btool eventtypes list | less
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and grep for juniper, all I get is &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[juniper_sslvpn_auth_failed]
color = 
description = 
disabled = 0
priority = 5
search = index=vpn sourcetype=juniper:sslvpn "Primary authentication failed"
tags = 
[juniper_sslvpn_auth_successful]
color = 
description = 
disabled = 0
priority = 5
search = index=vpn sourcetype=juniper:sslvpn "Primary authentication successful"
tags = 
[juniper_sslvpn_webrequest]
color = 
description = 
disabled = 0
priority = 5
search = index=vpn sourcetype=juniper:sslvpn "WebRequest"
tags = 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I can't see any reason why the final stanza in local/eventtypes.conf is not found by btool.  Any ideas?&lt;/P&gt;

&lt;P&gt;TIA,&lt;BR /&gt;
Joe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:37:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/All-eventtypes-in-eventtypes-conf-not-found-in-btool-search/m-p/351626#M3082</guid>
      <dc:creator>jwhughes58</dc:creator>
      <dc:date>2020-09-29T16:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: All eventtypes in eventtypes.conf not found in btool search</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/All-eventtypes-in-eventtypes-conf-not-found-in-btool-search/m-p/351627#M3083</link>
      <description>&lt;P&gt;Have a try by &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/bin/splunk cmd btool eventtypes list --debug &amp;gt; /tmp/eventtypes.btool 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and then physically check in the output file to see if anything missing.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 23:03:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/All-eventtypes-in-eventtypes-conf-not-found-in-btool-search/m-p/351627#M3083</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2017-11-03T23:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: All eventtypes in eventtypes.conf not found in btool search</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/All-eventtypes-in-eventtypes-conf-not-found-in-btool-search/m-p/351628#M3084</link>
      <description>&lt;P&gt;Hi Koshyk,&lt;/P&gt;

&lt;P&gt;The debug option helped me figure out what is going on with the eventtypes.conf.  I have a precedence issue I have to figure out.  Another day of learning.  Nice to know about the --debug option.&lt;/P&gt;

&lt;P&gt;Joe&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 23:18:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/All-eventtypes-in-eventtypes-conf-not-found-in-btool-search/m-p/351628#M3084</guid>
      <dc:creator>jwhughes58</dc:creator>
      <dc:date>2017-11-03T23:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: All eventtypes in eventtypes.conf not found in btool search</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/All-eventtypes-in-eventtypes-conf-not-found-in-btool-search/m-p/351629#M3085</link>
      <description>&lt;P&gt;thanks mate. I've put it an answer , if you can please upvote/accept it.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2017 09:12:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/All-eventtypes-in-eventtypes-conf-not-found-in-btool-search/m-p/351629#M3085</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2017-11-04T09:12:47Z</dc:date>
    </item>
  </channel>
</rss>

