Hi there,
Is there a way to send specific sourcetype to a heavy forwarder? For example, I would like to send the "database_access" sourcetype to the heavy forwarder for regex parsing and then send the other sourcetype ("webserver_Access") directly to the indexer.
monitor://abc.log
sourcetype=webserver_Access
index=webserver_all
monitor://cdef/log
sourcetype=database_Access
index=database_all
Take a look at the documentation for inputs.conf, specifically the _TCP_ROUTING setting, which allows you to select your target groups defined in outputs.conf.
This post may also help understand the mechanics.