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.
24 lines
729 B
24 lines
729 B
<!-- Version 4.0 -->
|
|
|
|
<!-- Copy this file to config.xml to enable the module. -->
|
|
|
|
<!-- This configuration file is used for sending raw TCP log data to the splunk server -->
|
|
<module>
|
|
<pipeline name="tcp" type="startup">
|
|
<processor name="tcp" plugin="tcpinputprocessor">
|
|
<config>
|
|
<!-- To configure an input, use inputs.conf -->
|
|
|
|
<!-- Arriving events are placed on an input queue of this size -->
|
|
<queueSize>1000</queueSize>
|
|
</config>
|
|
</processor>
|
|
|
|
<processor name="sendOut" plugin="queueoutputprocessor">
|
|
<config>
|
|
<queueName>parsingQueue</queueName>
|
|
</config>
|
|
</processor>
|
|
</pipeline>
|
|
</module>
|