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:
20
20
``` yaml
21
21
- OPENBAS_URL=http://localhost
22
22
- OPENBAS_TOKEN=ChangeMe
23
- - COLLECTOR_ID=ChangeMe # Valid UUIDv4
23
+ - COLLECTOR_ID=ChangeMe # Specify a valid UUIDv4 of your choice
24
24
- " COLLECTOR_NAME=MITRE ATT&CK"
25
25
- COLLECTOR_LOG_LEVEL=error
26
26
` ` `
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:
29
29
``` yaml
30
30
- OPENBAS_URL=http://localhost
31
31
- OPENBAS_TOKEN=ChangeMe
32
- - INJECTOR_ID=ChangeMe # Valid UUIDv4
32
+ - INJECTOR_ID=ChangeMe # Specify a valid UUIDv4 of your choice
33
33
- " INJECTOR_NAME=HTTP query"
34
34
- INJECTOR_LOG_LEVEL=error
35
35
` ` `
You can’t perform that action at this time.
0 commit comments