Add your own event types by configuring eventtypes.conf. There are a few default event types defined in $SPLUNK_HOME/etc/bundles/default/eventtypes.conf. Any event types you create through Splunk Web will automatically be added to $SPLUNK_HOME/etc/bundles/local/eventtypes.conf.
ConfigurationMake changes to event types in eventtypes.conf. Use $SPLUNK_HOME/etc/bundles/README/eventtypes.conf.example as an example, or create your own eventtypes.conf. Make any configuration changes to a copy of eventtypes.conf in $SPLUNK_HOME/etc/bundles/local/, or your own custom bundle directory. For more information on configuration files in general, see how configuration files work.
[$EVENTTYPE]
disabled = <1 or 0>
name = <string>
query = <string>
tags = <string>
isglobal = <1 or 0>
[web] query = html OR http OR https OR css OR htm OR html OR shtml OR xls OR cgi [fatal] query = FATAL
Disable specific event types by adding the following tag to $SPLUNK_HOME/etc/bundles/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.