I´m a beginner with graylog.
I have trouble to config the persist data configuaration. 
Everytime I do "docker-compose rm" and then start again with 
"docker-compose up" every "input" is gone.
I have tried to config the node-id path in the graylog.conf file with a 
absolut path to a file and also recreated the file to make sure the 
permission is ok but it newer writes anything in the file.
Anyone have som clues?

My graylog.conf looks like this:
some-mongo:
  image: "mongo:3"
  volumes:
    - /graylog/data/mongo
some-elasticsearch:
  image: "elasticsearch:2"
  command: "elasticsearch -Des.cluster.name='graylog'"
  volumes:
    - /graylog/data/elasticsearch
graylog:
  image: graylog2/server:2.0.0-1
  volumes:
    - /graylog/data/journal
    - /graylog/config
  environment:
    GRAYLOG_PASSWORD_SECRET: somepasswordpepper
    GRAYLOG_ROOT_PASSWORD_SHA2: 
8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918
    GRAYLOG_REST_TRANSPORT_URI: http://10.100.16.150:12900

  links:
    - some-mongo:mongo
    - some-elasticsearch:elasticsearch
  ports:
    - "9000:9000"
    - "12900:12900"



-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/5b4a4c5e-036c-447c-892e-ba8353ee4747%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to