mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59:43 +00:00
logging: graylog: add sso plugin
This commit is contained in:
parent
f9e2275f68
commit
e06beb45f2
1 changed files with 3 additions and 0 deletions
|
|
@ -40,4 +40,7 @@ graylog:
|
||||||
uri: mongodb://mongodb:27017/graylog
|
uri: mongodb://mongodb:27017/graylog
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
hosts: http://elasticsearch-master:9200
|
hosts: http://elasticsearch-master:9200
|
||||||
|
plugins:
|
||||||
|
- name: graylog-plugin-auth-sso-3.1.0.jar
|
||||||
|
url: https://github.com/Graylog2/graylog-plugin-auth-sso/releases/download/3.1.0/graylog-plugin-auth-sso-3.1.0.jar
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue