Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janheise authored Sep 15, 2023
1 parent d081c1c commit d4f302d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker/datanode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ Enable `hostname: "datanode"` in `docker-compose.yml` and `datanode` as an alias

### Environment Variables

| Variable | Default | Required | Description |
| Variable | Default | Required | Description |
| :--- | :--- | :--- |:----------------------------------------------------------|
| `GRAYLOG_DATANODE_PASSWORD_SECRET` | none | yes | Password secret to seed secret storage. |
| `GRAYLOG_DATANODE_ROOT_PASSWORD_SHA2` | none | yes | Password hash for the root user. |
| `GRAYLOG_DATANODE_ROOT_USERNAME` | admin | yes |name of the root user. |
| `GRAYLOG_DATANODE_MONGODB_URI` | none | yes | URI to the MongoDB instance and database. |
| `GRAYLOG_DATANODE_DATA_DIR` | `/var/lib/graylog-datanode` | no | The data root directory. (e.g., OpenSearch data) |
| `GRAYLOG_DATANODE_NODE_NAME` | container hostname | no | The OpenSearch node name. |
| `GRAYLOG_DATANODE_PASSWORD_SECRET` | none | yes | Password secret to seed secret storage. |
| `GRAYLOG_DATANODE_ROOT_PASSWORD_SHA2` | none | yes | Password hash for the root user. |
| `GRAYLOG_DATANODE_ROOT_USERNAME` | admin | yes |name of the root user. |
| `GRAYLOG_DATANODE_MONGODB_URI` | none | yes | URI to the MongoDB instance and database. |
| `GRAYLOG_DATANODE_DATA_DIR` | `/var/lib/graylog-datanode` | no | The data root directory. (e.g., OpenSearch data) |
| `GRAYLOG_DATANODE_NODE_NAME` | container hostname | no | The OpenSearch node name. |
| `GRAYLOG_DATANODE_SINGLE_NODE_ONLY` | `"false"` | no | Starts OpenSearch in single node mode when set to `true`. |
| `GRAYLOG_DATANODE_OPENSEARCH_DISCOVERY_SEED_HOSTS` | none | no | tbd |

0 comments on commit d4f302d

Please sign in to comment.