-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple docker setup with 2 pipelines but one pipeline constantly fails to start (Expected one of input, filter, output) #16793
Comments
Sidenote: docker-compose.yml
pipelines.yml
Content of folder /usr/share/logstash/mypipeline1
Content of folder /usr/share/logstash/mypipeline2
Logfile
|
Addition:
|
Can you add the following lines to
And send the output? I can't reproduce the issue locally, but I'd like to know what Logstash thinks your configs look like |
Thank for your reply.
Here are the Logs: |
Seems to be a strange Azure GIT problem. docker-compose.yml
pipelines.yml
logfiles2.conf created by copying logfiles1.conf. |
Version: Logstah 8.15.3
Env: Running in Docker on Windows and DockerCE on Linux Mint
Plugins: No additional Plugins installed, just the clean image from docker.elastic.co
OS: Linux logstash 6.6.12-linuxkit #1 SMP PREEMPT_DYNAMIC Fri Jan 19 12:50:23 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Description of the problem including expected versus actual behavior:
When define two pipelines in Logstash, one does not start and Logtsash throws the error:
Only one pipeline works and even if i remove the working one or remove the not-working, its allways pipeline1 that works and pipeline 2 that doesnt.
Also copy the pipeline content from working to non-working does not make a difference.
File Encoding is set to UTF-8 and endchar can be CRLF or LF, does not make a difference.
Changes in the working pipeline or the pipelines.yml are applied correctly after container restart, so no problem here.
Tried this with Docker Desktop on Windows and DockerCE on LinuxMint.
Steps to reproduce:
docker-compose.yml
pipelines.yml
logstash.yml
logfiles1.comf
logfiles2.conf (just a copy of logfiles1.conf but with different port
Logs where pipeline1.conf works but pipeline2.conf does not
Content of folder /usr/share/logstash/pipeline/. Note, the logstash.conf file is autogenerated every time which is not what i want
The text was updated successfully, but these errors were encountered: