Knowledge Management

eventtype error

michaelrosello
Path Finder

Why do I get this error when using eventtype?alt text

This is the eventtype configuration and I also tried running that search and it works fine.

alt text

0 Karma

DalJeanis
Legend

what version are you on

0 Karma

michaelrosello
Path Finder

I'm on 6.6.2

0 Karma

DalJeanis
Legend

First, check the index= and get rid of the space in it.

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.

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.

 IN (20,30,50) 
 IN (20, 30, 50) 
 IN (20 30 50) 
 IN ("20","30","50")
 IN ("20", "30", "50")
 IN ("20" "30" "50")

All of the above should work, so we're trying to determine if there are additional undocumented limits when used in this manner.

Finally, if none of the above results in a working definition, check btool and see if you have a conflicting eventtype definition.

0 Karma

michaelrosello
Path Finder

Hmm I tried typing it manual IN(20, 30).

weirdly enough when I search index=myindex eventtype=AIOPS_COE_REPORT I still get the same error.

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 AIOPS_COE_REPORT

I also tried clicking it to add it to search, then I get again the same error.

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@michaelrosello

Can you please share eventtype configuration ?

0 Karma

michaelrosello
Path Finder

@kamlesh_vaghela Hi, I've updated my question with the configuration.

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@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 IN and (.

0 Karma
Get Updates on the Splunk Community!

Splunk Platform | Upgrading your Splunk Deployment to Python 3.9

Splunk initially announced the removal of Python 2 during the release of Splunk Enterprise 8.0.0, aiming to ...

From Product Design to User Insights: Boosting App Developer Identity on Splunkbase

co-authored by Yiyun Zhu & Dan Hosaka Engaging with the Community at .conf24 At .conf24, we revitalized the ...

Detect and Resolve Issues in a Kubernetes Environment

We’ve gone through common problems one can encounter in a Kubernetes environment, their impacts, and the ...