Hi @jason_perkins,
You will want to check out the ability to apply sourcetyping based on the “source”. This allows regex to be used to apply one sourcetype to many files without having to set it explicitly in many inputs, or to create duplicate sourcetypes:
[]
* This stanza enables properties for a given .
can be:
1. , the source type of an event.
2. host::, where is the host, or host-matching pattern, for an event.
3. source::, where is the source, or source-matching pattern, for an event.
4. rule::, where is a unique name of a source type classification rule.
5. delayedrule::, where is a unique name of a delayed source type
classification rule.
These are only considered as a last resort before generating a new source type based on the
source seen.
https://docs.splunk.com/Documentation/Splunk/latest/admin/Propsconf
Take a look at the props.conf.spec file and note the precendece rules.
**[] stanza precedence:**
For settings that are specified in multiple categories of matching []
stanzas, [host::] settings override [] settings.
Additionally, [source::] settings override both [host::]
and [] settings.
... View more