Browse Source

Enable content pack automatic loader

mohammad
Mohammad Akbari 4 years ago
parent
commit
9d733541ed
Signed by: akbarjimi GPG Key ID: 55726AEFECE5E683
  1. 5
      docker-compose.yml
  2. 978
      liwo.json

5
docker-compose.yml

@ -132,9 +132,14 @@ services:
networks: networks:
- hi-user - hi-user
graylog: graylog:
user: graylog
container_name: "graylog" container_name: "graylog"
image: graylog/graylog:4.0.5 image: graylog/graylog:4.0.5
volumes:
- ./liwo.json:/usr/share/graylog/data/contentpacks/liwo.json
environment: environment:
GRAYLOG_CONTENT_PACKS_LOADER_ENABLED: "true"
GRAYLOG_CONTENT_PACKS_AUTO_INSTALL: "liwo.json"
GRAYLOG_HTTP_EXTERNAL_URI: "http://127.0.0.1:9000/" GRAYLOG_HTTP_EXTERNAL_URI: "http://127.0.0.1:9000/"
GRAYLOG_PASSWORD_SECRET: supersecretpassword GRAYLOG_PASSWORD_SECRET: supersecretpassword
GRAYLOG_ROOT_PASSWORD_SHA2: "8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918" GRAYLOG_ROOT_PASSWORD_SHA2: "8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918"

978
liwo.json
File diff suppressed because it is too large
View File

Loading…
Cancel
Save