You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
901 B
42 lines
901 B
# Version 8.2.3
|
|
#This file turns off pipelines and processors.
|
|
#This is the default configuration
|
|
|
|
#Turn off a processor
|
|
[pipeline:indexerPipe]
|
|
disabled_processors= indexandforward, latencytracker, diskusage, signing,tcp-output-generic-processor, syslog-output-generic-processor, http-output-generic-processor, stream-output-processor, s2soverhttpoutput
|
|
|
|
[pipeline:distributedSearch]
|
|
disabled = true
|
|
|
|
[pipeline:fifo]
|
|
disabled = true
|
|
|
|
[pipeline:merging]
|
|
disabled = true
|
|
|
|
[pipeline:typing]
|
|
disabled = true
|
|
|
|
[pipeline:udp]
|
|
disabled = true
|
|
|
|
[pipeline:syslogfifo]
|
|
disabled = true
|
|
|
|
[pipeline:syslogudp]
|
|
disabled = true
|
|
|
|
[pipeline:parsing]
|
|
disabled_processors=linebreaker, header, sendOut, metrics
|
|
|
|
# do not start the scheduler if in lwf mode
|
|
[pipeline:scheduler]
|
|
disabled_processors = LiveSplunks
|
|
|
|
[pipeline:winparsing]
|
|
disabled_processors = sendOut_nonlwf
|
|
|
|
[pipeline:structuredparsing]
|
|
disabled = false
|