diff --git a/stable/graylog/Chart.yaml b/stable/graylog/Chart.yaml index d6721043a6..19686ea7b4 100755 --- a/stable/graylog/Chart.yaml +++ b/stable/graylog/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: graylog home: https://www.graylog.org -version: 1.3.8 +version: 1.3.9 appVersion: 3.1.2-1 description: Graylog is the centralized log management solution built to open standards for capturing, storing, and enabling real-time analysis of terabytes of machine data. keywords: diff --git a/stable/graylog/templates/statefulset.yaml b/stable/graylog/templates/statefulset.yaml index 0358ad173e..ab02da777d 100644 --- a/stable/graylog/templates/statefulset.yaml +++ b/stable/graylog/templates/statefulset.yaml @@ -171,7 +171,7 @@ spec: - -ec - | ROOT_PASSWORD=`/k8s/kubectl get secret {{ template "graylog.fullname" . }} -o "jsonpath={.data['graylog-password-secret']}" | base64 -d` - curl -XPOST -sS -u "{{ .Values.graylog.rootUsername }}:${ROOT_PASSWORD}" "localhost:9000/api/system/shutdown/shutdown" + curl -XPOST -sS -u "{{ .Values.graylog.rootUsername }}:${ROOT_PASSWORD}" -H "X-Requested-By: {{ template "graylog.fullname" . }}" "localhost:9000/api/system/shutdown/shutdown" terminationGracePeriodSeconds: {{ default 30 .Values.graylog.terminationGracePeriodSeconds }} volumes: - name: config diff --git a/stable/graylog/values.yaml b/stable/graylog/values.yaml index 6fdf6cfb00..6e63d67364 100644 --- a/stable/graylog/values.yaml +++ b/stable/graylog/values.yaml @@ -90,12 +90,10 @@ graylog: ## Additional plugins you need to install on Graylog. ## plugins: [] - # - name: graylog-plugin-slack-2.7.1.jar - # url: https://github.com/omise/graylog-plugin-slack/releases/download/2.7.1/graylog-plugin-slack-2.7.1.jar + # - name: graylog-plugin-slack-notification-3.1.0.jar + # url: https://github.com/omise/graylog-plugin-slack-notification/releases/download/v3.1.0/graylog-plugin-slack-notification-3.1.0.jar # - name: graylog-plugin-function-check-diff-1.0.0.jar # url: https://github.com/omise/graylog-plugin-function-check-diff/releases/download/1.0.0/graylog-plugin-function-check-diff-1.0.0.jar - # - name: graylog-plugin-custom-alert-condition-1.0.0.jar - # url: https://github.com/omise/graylog-plugin-custom-alert-condition/releases/download/v1.0.0/graylog-plugin-custom-alert-condition-1.0.0.jar # - name: graylog-plugin-auth-sso-3.0.0.jar # url: https://github.com/Graylog2/graylog-plugin-auth-sso/releases/download/3.0.0/graylog-plugin-auth-sso-3.0.0.jar