File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/deployment/ecosystem Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Here is an example of a collector `docker-compose.yml` file:
2020``` yaml
2121- OPENBAS_URL=http://localhost
2222- OPENBAS_TOKEN=ChangeMe
23- - COLLECTOR_ID=ChangeMe # Valid UUIDv4
23+ - COLLECTOR_ID=ChangeMe # Specify a valid UUIDv4 of your choice
2424- " COLLECTOR_NAME=MITRE ATT&CK"
2525- COLLECTOR_LOG_LEVEL=error
2626` ` `
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Here is an example of a injector `docker-compose.yml` file:
2929``` yaml
3030- OPENBAS_URL=http://localhost
3131- OPENBAS_TOKEN=ChangeMe
32- - INJECTOR_ID=ChangeMe # Valid UUIDv4
32+ - INJECTOR_ID=ChangeMe # Specify a valid UUIDv4 of your choice
3333- " INJECTOR_NAME=HTTP query"
3434- INJECTOR_LOG_LEVEL=error
3535` ` `
You can’t perform that action at this time.
0 commit comments