You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* A SHA2 hash of a password you will use for your initial login as Graylog's root user.
43
-
* The default username is `admin`. This value is customizable via configuration option `root_username` (environment variable `GRAYLOG_ROOT_USERNAME`).
44
-
* In general, these credentials will only be needed to initially set up the system or reconfigure the system in the event of an authentication backend failure.
45
-
* This password cannot be changed using the API or via the Web interface.
46
-
* May be generated with something like: `echo -n "Enter Password: " && head -1 </dev/stdin | tr -d '\n' | sha256sum | cut -d" " -f1`
47
-
48
41
49
42
Every [Graylog DataNode configuration option](https://docs.graylog.org/docs/server-conf) can be set via environment variable. To get the environment variable name for a given configuration option, simply prefix the option name with `GRAYLOG_DATANODE_` and put it all in upper case. Another option is to store the configuration file outside of the container and edit it directly.
|`GRAYLOG_DATANODE_PASSWORD_SECRET`| none | yes | Password secret to seed secret storage. Must be the same value as the `password_secret` in the Graylog server configuration. |
100
-
|`GRAYLOG_DATANODE_ROOT_PASSWORD_SHA2`| none | yes | Password hash for the root user. |
101
92
|`GRAYLOG_DATANODE_ROOT_USERNAME`|`admin`| yes | Name of the root user. |
102
93
|`GRAYLOG_DATANODE_MONGODB_URI`| none | yes | URI to the MongoDB instance and database. |
103
94
|`GRAYLOG_DATANODE_DATA_DIR`|`/var/lib/graylog-datanode`| no | The data root directory. (e.g., OpenSearch data) |
0 commit comments