My current logstash instance has a single pipeline that uses http input to receive an array of JSON objects. I upgraded to logstash 6.0 and would like to use multiple pipelines. Is there some way for me to specify the pipeline ID that should be used when I make the http request or is there some other way for me to tell logstash which pipeline to use?
You could listen on different ports or addresses in each pipeline.
I can make that work...thanks Magnus
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.