<?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: Eventtype 'msad-rep-errors' does not exist or is disabled in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Eventtype-msad-rep-errors-does-not-exist-or-is-disabled/m-p/694239#M19835</link>
    <description>&lt;P&gt;I suspect the issue lies with the line:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| lookup EventCodes EventCode,LogName OUTPUTNEW desc&lt;/LI-CODE&gt;&lt;P&gt;I assume this is intended to use a lookup definition called EventCodes. Could you try using inputlookup on EventCodes in a separate search and see which, if any, columns appear?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup EventCodes&lt;/LI-CODE&gt;&lt;P&gt;If there are no results, then either EventCodes does not exist as a lookup definition or you have no permissions to view it.&lt;/P&gt;&lt;P&gt;If there are columns but there are none called "EventCode","LogName" or "dest", then you'll need to adjust those column names in the lookup command.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2024 19:30:12 GMT</pubDate>
    <dc:creator>marnall</dc:creator>
    <dc:date>2024-07-24T19:30:12Z</dc:date>
    <item>
      <title>Eventtype 'msad-rep-errors' does not exist or is disabled</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Eventtype-msad-rep-errors-does-not-exist-or-is-disabled/m-p/694034#M19805</link>
      <description>&lt;P&gt;I have a dashboard which gives the below error at user end but when i open the dashboard i dont see any error at my end and it perfectly runs fine with the proper result&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Error in 'lookup' command: Could not construct lookup 'EventCodes, EventCode, LogName, OUTPUTNEW, desc'. See search.log for more details.&lt;/LI&gt;&lt;LI&gt;Eventtype 'msad-rep-errors' does not exist or is disabled.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Please help me how to fix this issue.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="ss.jpg" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/31854i5856D707DCBA86A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ss.jpg" alt="ss.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 07:12:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Eventtype-msad-rep-errors-does-not-exist-or-is-disabled/m-p/694034#M19805</guid>
      <dc:creator>rukshar</dc:creator>
      <dc:date>2024-07-23T07:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Eventtype 'msad-rep-errors' does not exist or is disabled</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Eventtype-msad-rep-errors-does-not-exist-or-is-disabled/m-p/694107#M19820</link>
      <description>&lt;P&gt;Could you post the sanitized search from that panel? It likely has a broken reference to a lookup and/or an eventtype.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 20:30:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Eventtype-msad-rep-errors-does-not-exist-or-is-disabled/m-p/694107#M19820</guid>
      <dc:creator>marnall</dc:creator>
      <dc:date>2024-07-23T20:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Eventtype 'msad-rep-errors' does not exist or is disabled</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Eventtype-msad-rep-errors-does-not-exist-or-is-disabled/m-p/694143#M19825</link>
      <description>&lt;LI-CODE lang="markup"&gt;eventtype=msad-rep-errors (host="*")|lookup EventCodes EventCode,LogName OUTPUTNEW desc|eval desc=if(isnull(desc),"Unknown EventCode",desc)
| stats count by host,Type,EventCode,LogName,desc
| lookup DCs_tier0.csv host OUTPUTNEW domain offset_value
| search offset_value=1
| search (host="*") (domain="*")
| table host domain Type EventCode LogName desc&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="MicrosoftTeams-image (1).png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/31868i7801A9695D21AA87/image-size/large?v=v2&amp;amp;px=999" role="button" title="MicrosoftTeams-image (1).png" alt="MicrosoftTeams-image (1).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 08:43:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Eventtype-msad-rep-errors-does-not-exist-or-is-disabled/m-p/694143#M19825</guid>
      <dc:creator>rukshar</dc:creator>
      <dc:date>2024-07-24T08:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Eventtype 'msad-rep-errors' does not exist or is disabled</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Eventtype-msad-rep-errors-does-not-exist-or-is-disabled/m-p/694239#M19835</link>
      <description>&lt;P&gt;I suspect the issue lies with the line:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| lookup EventCodes EventCode,LogName OUTPUTNEW desc&lt;/LI-CODE&gt;&lt;P&gt;I assume this is intended to use a lookup definition called EventCodes. Could you try using inputlookup on EventCodes in a separate search and see which, if any, columns appear?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup EventCodes&lt;/LI-CODE&gt;&lt;P&gt;If there are no results, then either EventCodes does not exist as a lookup definition or you have no permissions to view it.&lt;/P&gt;&lt;P&gt;If there are columns but there are none called "EventCode","LogName" or "dest", then you'll need to adjust those column names in the lookup command.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 19:30:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Eventtype-msad-rep-errors-does-not-exist-or-is-disabled/m-p/694239#M19835</guid>
      <dc:creator>marnall</dc:creator>
      <dc:date>2024-07-24T19:30:12Z</dc:date>
    </item>
  </channel>
</rss>

