<?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: Event type disabled in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Event-type-disabled/m-p/232635#M188414</link>
    <description>&lt;P&gt;This is very helpful ** i installed the add on Windows Infrastructure App upgrade when the DNS&lt;BR /&gt;
and all the data warning gone . good one !!&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jun 2018 14:30:13 GMT</pubDate>
    <dc:creator>anilsharmahk</dc:creator>
    <dc:date>2018-06-05T14:30:13Z</dc:date>
    <item>
      <title>Event type disabled</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Event-type-disabled/m-p/232630#M188409</link>
      <description>&lt;P&gt;On the various dashboards created after the upgrade of the last Splunk Enterprice version (6.4.2) a yellow triangle is now present.&lt;/P&gt;

&lt;P&gt;Selecting it a pop-up appear saying "Evernttype 'wineventlog-dns" disabled or does not exist.&lt;/P&gt;

&lt;P&gt;How can disabled it and find what introduced it&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 15:23:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Event-type-disabled/m-p/232630#M188409</guid>
      <dc:creator>arkonner</dc:creator>
      <dc:date>2016-08-18T15:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Event type disabled</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Event-type-disabled/m-p/232631#M188410</link>
      <description>&lt;P&gt;On your search head open Settings &amp;gt; Event Types&lt;/P&gt;

&lt;P&gt;In here, search for "wineventlog-dns" and check it's status. If it's disabled, you could try re-enabling it.&lt;/P&gt;

&lt;P&gt;When upgrading splunk odd things somethings get turned off / on - this may just be one of those things?&lt;/P&gt;

&lt;P&gt;Before re-enabling the event type, run through the logic of the search string to make sure it will do what you expect, as any post-install pre-upgrade changes made may also have been reset.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 15:31:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Event-type-disabled/m-p/232631#M188410</guid>
      <dc:creator>sheamus69</dc:creator>
      <dc:date>2016-08-18T15:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Event type disabled</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Event-type-disabled/m-p/232632#M188411</link>
      <description>&lt;P&gt;I have this issue as well, however I have no event type called wineventlog-dns, for me this happened after upgrading to 6.4.2, however I believe it started when I upgraded the windows infrastructure app&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/1680/"&gt;https://splunkbase.splunk.com/app/1680/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 18:59:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Event-type-disabled/m-p/232632#M188411</guid>
      <dc:creator>austinparker</dc:creator>
      <dc:date>2016-10-06T18:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Event type disabled</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Event-type-disabled/m-p/232633#M188412</link>
      <description>&lt;P&gt;Same thing happened to me.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 14:59:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Event-type-disabled/m-p/232633#M188412</guid>
      <dc:creator>matthew_foos</dc:creator>
      <dc:date>2016-10-14T14:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Event type disabled</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Event-type-disabled/m-p/232634#M188413</link>
      <description>&lt;P&gt;I believe that the issue is stemming from the Windows Infrastructure App upgrade when the DNS TA is not also upgraded. It looks like the Windows Infra App is looking to create msad-dns-events  eventtype using a search that involves &lt;CODE&gt;OR (eventtype=wineventlog-dns (Type=Warning OR Type=Error))&lt;/CODE&gt; &lt;/P&gt;

&lt;P&gt;Installing Splunk Add-on for Microsoft Windows DNS (&lt;A href="https://splunkbase.splunk.com/app/3208/"&gt;https://splunkbase.splunk.com/app/3208/&lt;/A&gt;) contains the missing lookup and removes the error. This may need to be installed on a Forwarder, Indexer, and/or Search Head depending on your deployment.&lt;/P&gt;

&lt;P&gt;Btool export from Windows Infra App's default/eventtypes.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[msad-dns-events]
search = ((eventtype=wineventlog_application OR eventtype=wineventlog_system OR eventtype=wineventlog_security) (Type=Warning OR Type=Error) DNS) OR (eventtype=wineventlog-dns (Type=Warning OR Type=Error))
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Oct 2016 20:34:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Event-type-disabled/m-p/232634#M188413</guid>
      <dc:creator>mmcginnis2</dc:creator>
      <dc:date>2016-10-17T20:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Event type disabled</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Event-type-disabled/m-p/232635#M188414</link>
      <description>&lt;P&gt;This is very helpful ** i installed the add on Windows Infrastructure App upgrade when the DNS&lt;BR /&gt;
and all the data warning gone . good one !!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 14:30:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Event-type-disabled/m-p/232635#M188414</guid>
      <dc:creator>anilsharmahk</dc:creator>
      <dc:date>2018-06-05T14:30:13Z</dc:date>
    </item>
  </channel>
</rss>

