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.
23 lines
731 B
23 lines
731 B
<!-- Version 4.0 -->
|
|
|
|
<!-- Copy this file to config.xml to enable the module. -->
|
|
|
|
<!-- This configuration file is used for pulling parsed PData from the remote queue
|
|
into the splunk server -->
|
|
<module>
|
|
<pipeline name="remotequeueinput" type="startup">
|
|
<processor name="remotequeueinput" plugin="remotequeueinputprocessor">
|
|
<config>
|
|
</config>
|
|
</processor>
|
|
|
|
<processor name="sendOut" plugin="queueoutputprocessor">
|
|
<config>
|
|
<!-- Data retrieved from remote queue is parsed pdata so it's sent
|
|
directly to indexQueue -->
|
|
<queueName>indexQueue</queueName>
|
|
</config>
|
|
</processor>
|
|
</pipeline>
|
|
</module>
|