Skip to content

Commit 0a79144

Browse files
committed
logStashImage parameter now contains "logstash:6.6.0" value.
Container based on image logstash:6.6.0 solved the "/var/lib/logstash is not writable" error Signed-off-by: Denis Maggiorotto <[email protected]>
1 parent aa4cbad commit 0a79144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/charts/weblogic-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ elkIntegrationEnabled: false
8787

8888
# logStashImage specifies the docker image containing logstash.
8989
# This parameter is ignored if 'elkIntegrationEnabled' is false.
90-
logStashImage: "logstash:5"
90+
logStashImage: "logstash:6.6.0"
9191

9292
# elasticSearchHost specifies the hostname of where elasticsearch is running.
9393
# This parameter is ignored if 'elkIntegrationEnabled' is false.

0 commit comments

Comments
 (0)