opensearch-project / logstash-output-opensearch

A Logstash plugin that sends event data to a OpenSearch clusters and stores as an index.
https://opensearch.org/docs/latest/clients/logstash/index/
Apache License 2.0
104 stars 80 forks source link

Can I change Logstash Port 5044? #210

Open oliverpark999 opened 1 year ago

oliverpark999 commented 1 year ago

Is your feature request related to a problem? Please describe.

~> I am using Filebeat and OSS to configure the workload. Filebeat collects logs for several services and sends them to OSS, I want to set Filebeat.input to multiple ports in Logstash.conf. ex) foo.conf = input 5044, bar.conf = input 5045 However, since the Dockerfile itself is EXPOSE with 5044 If you change the port arbitrarily, an error appears. Is there any way?

Describe the solution you'd like

~> However, since the Dockerfile itself is EXPOSE with 5044 If you change the port arbitrarily, an error appears.