Replies: 1 comment 2 replies
-
Do you see the custom pipeline if you run |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good afternoon,
I apologize as I am not a professional and am still learning. I'll get straight to the point. I’m not entirely sure where to find the default configs for Logstash. For my task, I need to take logs that were sent to me in a .txt file and send them to Elasticsearch so that they can be properly parsed. I don't know how to directly pass the file since I don’t know what the default Logstash config looks like.
My mentor suggested using rsyslog. However, I wanted to try using the file module and pass the .txt file through a volume. I understand this is a workaround, but I am not familiar with Logstash parameters, so I hope you can forgive me.
I tried to write my own config. In the documentation, I found that you can create a custom config for sending data to other sources. To do this, you need to describe them in /opt/so/..../pipeline/config/custom/. Then, you should also add them as custom/myconfig.conf in defined_pipeline/manager and synchronize. But I can't figure out if it has been applied. I entered the so-logstash container and found a config at /usr/share/logstash/pipeline that doesn’t match what I wrote and tried to use.
Sorry, I’m just completely confused. I probably have a mess in my head.
Beta Was this translation helpful? Give feedback.
All reactions