question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multiple pipeline supported (pipelines.yaml)

See original GitHub issue

This should be added to the docs somewhere.

Describe the feature: Usage of pipelines.yaml and to specify pipeline.id and path.

Describe a specific use case for the feature: To be able to run multiple pipelines https://www.elastic.co/guide/en/logstash/current/multiple-pipelines.html

After declaring your pipelines, modify the config to point to the files:

logstashConfig:
  logstash.yml: |
   ...
  pipelines.yml: |
    # This file is where you define your pipelines. You can define multiple.
    # For more information on multiple pipelines, see the documentation:
    #   https://www.elastic.co/guide/en/logstash/current/multiple-pipelines.html
    - pipeline.id: main
      path.config: "/usr/share/logstash/pipeline/logstash.conf"
    - pipeline.id: secondpipeline
      path.config: "/usr/share/logstash/pipeline/secondpipeline.conf"

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
teebucommented, Oct 19, 2020

It’s just a suggestion to be added to the docs somewhere.

1reaction
windowsrefundcommented, Oct 23, 2020

This is a really helpful issue as https://github.com/elastic/helm-charts/blob/7.9/logstash/values.yaml#L16 is worded in a way that is a bit misleading IMHO

Read more comments on GitHub >

github_iconTop Results From Across the Web

Multiple YAML build pipelines in Azure DevOps - Stack Overflow
Configuring multiple YAML build pipelines is possible via Azure DevOps. There are numerous free third-party extensions that help you ...
Read more >
Create a multi-platform pipeline - Azure - Microsoft Learn
Azure Pipelines shows you the YAML file that it will use to create your pipeline. Select Save and run, and then select the...
Read more >
Running a pipeline with more than one yaml : r/azuredevops
Hi all,. I'm a little unsure how this works. How do I run a pipeline with more than one yaml file? I have...
Read more >
Azure DevOps - Multiple Pipelines with Multiple YAML Files
Azure DevOps - Multiple Pipelines with Multiple YAML Files. ... Create YAML Files. azure-pipelines-pulumi-up.yml.
Read more >
Allow defining multiple pipelines in one YAML config for mono ...
It would be very convenient to have a single azure-pipelines.yml in the root folder, which would contain references to pipeline definitions in sub-folders ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found