Logstash-keystore error

I am upgrading logstash v7.5.2 to v7.17.1. The step in docker file that using logstash-keystore to create keystore always return the following error message:

Using bundled JDK: /usr/share/logstash/jdk

OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.

ERROR: Failed to load settings file from "path.settings". Aborting... path.setting=/usr/share/logstash/config, exception=NameError, message=>uninitialized constant I18n

Created Logstash keystore at /usr/share/logstash/config/logstash.keystore

But it seems to be created and is working. Should I ignore this error message?

I posted about the same problem in Logstash keystore uninitialized constant I18n. Glad to see I'm not the only one with this problem.

The command will create the keystore file. My problem is that I'm using Docker and the error keeps the container from starting. Hopefully someone knows how to fix this.

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