<?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 error in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/eventtype-error/m-p/426731#M3819</link>
    <description>&lt;P&gt;what version are you on&lt;/P&gt;</description>
    <pubDate>Mon, 27 Aug 2018 02:39:41 GMT</pubDate>
    <dc:creator>DalJeanis</dc:creator>
    <dc:date>2018-08-27T02:39:41Z</dc:date>
    <item>
      <title>eventtype error</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/eventtype-error/m-p/426726#M3814</link>
      <description>&lt;P&gt;Why do I get this error when using eventtype?&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/5638i065167B8E14A6057/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;This is the eventtype configuration and I also tried running that search and it works fine.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/5639iDEBCD667B15CA480/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Aug 2018 14:24:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/eventtype-error/m-p/426726#M3814</guid>
      <dc:creator>michaelrosello</dc:creator>
      <dc:date>2018-08-26T14:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: eventtype error</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/eventtype-error/m-p/426727#M3815</link>
      <description>&lt;P&gt;@michaelrosello&lt;/P&gt;

&lt;P&gt;Can you please share eventtype configuration ? &lt;/P&gt;</description>
      <pubDate>Sun, 26 Aug 2018 14:57:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/eventtype-error/m-p/426727#M3815</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2018-08-26T14:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: eventtype error</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/eventtype-error/m-p/426728#M3816</link>
      <description>&lt;P&gt;@kamlesh_vaghela Hi, I've updated my question with the configuration.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Aug 2018 15:01:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/eventtype-error/m-p/426728#M3816</guid>
      <dc:creator>michaelrosello</dc:creator>
      <dc:date>2018-08-26T15:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: eventtype error</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/eventtype-error/m-p/426729#M3817</link>
      <description>&lt;P&gt;@michaelrosello I've tried with your configuration but unable to reproduce this error. Your configurations looks proper. Can you please try to create new EventType with the same configuration?   Just minor correction keep blank between &lt;CODE&gt;IN&lt;/CODE&gt; and &lt;CODE&gt;(&lt;/CODE&gt;.  &lt;/P&gt;</description>
      <pubDate>Sun, 26 Aug 2018 15:17:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/eventtype-error/m-p/426729#M3817</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2018-08-26T15:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: eventtype error</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/eventtype-error/m-p/426730#M3818</link>
      <description>&lt;P&gt;First, check the &lt;CODE&gt;index=&lt;/CODE&gt; and get rid of the space in it.  &lt;/P&gt;

&lt;P&gt;Second, it is possible that an unprintable/invisible character was put into the definition by cut-and-paste.  This happens extremely often and is the hardest thing to identify.  The solution is to retype the list manually, and see if that helps. &lt;/P&gt;

&lt;P&gt;Third, if that didn't fix it, try each of the below with an IN clause that has only three items until you know the proper syntax is working.   &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; IN (20,30,50) 
 IN (20, 30, 50) 
 IN (20 30 50) 
 IN ("20","30","50")
 IN ("20", "30", "50")
 IN ("20" "30" "50")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;All of the above &lt;EM&gt;should&lt;/EM&gt; work, so we're trying to determine if there are additional undocumented limits when used in this manner. &lt;/P&gt;

&lt;P&gt;Finally, if none of the above results in a working definition, check btool and see if you have a conflicting eventtype definition.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 02:06:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/eventtype-error/m-p/426730#M3818</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2018-08-27T02:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: eventtype error</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/eventtype-error/m-p/426731#M3819</link>
      <description>&lt;P&gt;what version are you on&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 02:39:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/eventtype-error/m-p/426731#M3819</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2018-08-27T02:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: eventtype error</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/eventtype-error/m-p/426732#M3820</link>
      <description>&lt;P&gt;I'm on 6.6.2&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 04:54:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/eventtype-error/m-p/426732#M3820</guid>
      <dc:creator>michaelrosello</dc:creator>
      <dc:date>2018-08-28T04:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: eventtype error</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/eventtype-error/m-p/426733#M3821</link>
      <description>&lt;P&gt;Hmm I tried typing it manual IN(20, 30).&lt;/P&gt;

&lt;P&gt;weirdly enough when I search &lt;STRONG&gt;&lt;EM&gt;index=myindex eventtype=AIOPS_COE_REPORT&lt;/EM&gt;&lt;/STRONG&gt; I still get the same error.&lt;/P&gt;

&lt;P&gt;But when I search for just the index. i can see an eventtpe in my interesting field with the correct eventtype value which is the &lt;STRONG&gt;&lt;EM&gt;AIOPS_COE_REPORT&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;I also tried clicking it to add it to search, then I get again the same error.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:02:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/eventtype-error/m-p/426733#M3821</guid>
      <dc:creator>michaelrosello</dc:creator>
      <dc:date>2020-09-29T21:02:35Z</dc:date>
    </item>
  </channel>
</rss>

