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
Add fips config to jvm.options for observabilitySRE (#17958)
* Add fips config to jvm.options for observabilitySRE
In addition to setting `LS_JAVA_OPTS` we now include the fips config java
options in the `/usr/share/logstash/config/jvm.options` file. This ensures that
if consumers of the image overwrite `LS_JAVA_OPTS` the fips config is still
respected from `jvm.options`.
* *only* set jvm opts via jvm.options
Stop setting LS_JAVA_OPTS in favor of jvm.options.
* Use subshell to clean up file concat
Codereview suggestion
0 commit comments