Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/graylog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: graylog
home: https://www.graylog.org
version: 2.4.1
version: 2.4.2
appVersion: 6.3.3
description: Graylog is the centralized log management solution built to open
standards for capturing, storing, and enabling real-time analysis of terabytes
Expand Down
2 changes: 1 addition & 1 deletion charts/graylog/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ data:
echo "Graylog Leader ${GRAYLOG_IS_LEADER}"
echo "Graylog Plugin Dir ${GRAYLOG_PLUGIN_DIR}"
echo "Graylog Elasticsearch Version ${GRAYLOG_ELASTICSEARCH_VERSION}"
"${JAVA_HOME}/bin/java" \
exec "${JAVA_HOME}/bin/java" \
${GRAYLOG_SERVER_JAVA_OPTS} \
-jar \
-Dlog4j.configurationFile=${GRAYLOG_HOME}/config/log4j2.xml \
Expand Down