epacke / logstash-pipeline-tester

Tool for testing logstash pipelines

Home Page:https://loadbalancing.se/2020/03/11/logstash-pipeline-tester/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI is not able to detect pipeline broken down in multiple files

anubisg1 opened this issue · comments

as per title, when a pipeline is broken down in multiple files, the following happens to the UI

mounted as

    volumes:
      - "./logstash/logstash-config/inputs:/usr/src/pipeline/input"

image

logstash example config:

pipelines.yml

############### INPUTS ###############
- pipeline.id: inputs
  path.config: "/usr/share/logstash/config/inputs/{*}.conf"

00_inputs.conf

input {

}

01_filter1.conf

filter {

}

02_filter2.conf

filter {

}

03_output.conf

output {

}

Have you tried the latest version?

Have you tried the latest version?

of course you fixed it between a commit 2 weeks ago and now :D

Thank you!

Chu chu, here goes the dev train! 😂