Is it possible set multiple pipeline a ingest pipeline

Hi friendly folks,

I am planning to send various formatted logs to elastic cloud through ingest pipeline.

I read many references regarding configuring filebeat.yml. it's likely that only one pipeline's possible.

Is there another tutorial or tricks for my case?

Regards,

You can use multiple patterns in a grok definition - https://www.elastic.co/guide/en/elasticsearch/reference/current/grok-processor.html#using-grok

1 Like

What @warkolm said is an excellent solution another way to do this is have the pipeline be a top level pipeline and call other pipelines based on a condition see here it can be very powerful and modularize your pipelines in fact this the way I build most my pipelines.

1 Like

@warkolm @stephenb Thanks, All

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.