Add your own event types by configuring eventtypes.conf. There are a few default event types defined in $SPLUNK_HOME/etc/system/default/eventtypes.conf. Any event types you create through Splunk Web are automatically added to $SPLUNK_HOME/etc/system/local/eventtypes.conf.
ConfigurationMake changes to event types in eventtypes.conf. Use $SPLUNK_HOME/etc/system/README/eventtypes.conf.example as an example, or create your own eventtypes.conf. Edit eventtypes.conf in $SPLUNK_HOME/etc/system/local/, or your own custom application directory in $SPLUNK_HOME/etc/apps/. For more information on configuration files in general, see how configuration files work.
[$EVENTTYPE]
search = <string>
tags = <string>
isglobal = <1 or 0>
disabled = <1 or 0>
[web] search = html OR http OR https OR css OR htm OR html OR shtml OR xls OR cgi [fatal] search = FATAL
Disable specific event types by adding the following tag to $SPLUNK_HOME/etc/system/local/eventtypes.conf:
[$EVENTTYPE] disabled = 1
So if you want to disable the [web] event type, add the following entry to ../local/eventtypes.conf:
[web] disabled = 1
Comments
No comments have been submitted.