Pipeline on Logstash

Hi all,

I need some suggestions about the pipeline on Logstash.
I have running the pipeline on Logstash, and suddenly I have an issue.
The pipeline is configured that is automatically changed without restarting the service.
Some day, I changed one of many pipelines and that is not impacted.

Anyone in there has a problem like me?

I have attached my configuration to this chat:

- pipeline.id : Syslog-P
  path.config : "/*/syslog-p.conf"
  pipeline.workers: 1

- pipeline.id : Syslog-D
  path.config : "/*/syslog-d.conf"
  pipeline.workers: 1

- pipeline.id : Syslog-I
  path.config : "/*/syslog-i.conf"
  pipeline.workers: 1

- pipeline.id : Syslog-V
  path.config : "*/syslog-v.conf"
  pipeline.workers: 1

Thank before for your help

Hi @psanggabuana,
I'm not sure I understand the problem completely. Could you explain more fully what this means?

Having said that the thing that jumps out to me is it looks like Syslog-V might be missing a the first forward slash. Should it be instead like the others?

"/*/syslog-v.conf"

Hard to say since we don't see the full picture that you see.

What is the issue? You didn't say what is the issue.

What you changed? You didn't say what was changed.

Please provide more context about what you are trying to do, what you expect to be the result and what is the result you are getting, also, share some logs of the issue.

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