multiple inputs on logstash jdbc

前端 未结 3 1909
故里飘歌
故里飘歌 2020-12-04 20:12

I am using logstash jdbc to keep the things syncd between mysql and elasticsearch. Its working fine for one table. But now I want to do it for multiple tables. Do I need to

3条回答
  •  醉话见心
    2020-12-04 20:48

    If you need to run more than one pipeline in the same process, Logstash provides a way to do this through a configuration file called pipelines.yml and using multiple pipelines

    multiple pipeline

    Using multiple pipelines is especially useful if your current configuration has event flows that don’t share the same inputs/filters and outputs and are being separated from each other using tags and conditionals.

    more helpfull resource

提交回复
热议问题