You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my docker run command, I map the volume /my-config-dir:/config which has the ip_to_plugin.yml file and it is fully accessible to the logstash process.
However, when I try and launch logstash with the above config I get this error:
This image has been deprecated in favor of the official logstash image provided and maintained by elastic.co. The upstream images are available to pull via docker.elastic.co/logstash/logstash:[version] like 5.4.2. The images found here will receive no further updates once the 5.6.0 release is available upstream. Please adjust your usage accordingly.
I'm running Logstash 2.4 with the v3.0.0 of the logstash-filter-translate. I have the following configuration:
In my docker run command, I map the volume /my-config-dir:/config which has the ip_to_plugin.yml file and it is fully accessible to the logstash process.
However, when I try and launch logstash with the above config I get this error:
I guess that the translate plugin tries to 'lock' the file somehow? I'm not sure how to resolve this.
Also referenced here: logstash-plugins/logstash-filter-translate#36
The text was updated successfully, but these errors were encountered: