We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e587c commit b89df80Copy full SHA for b89df80
2 files changed
docs/deployment/ecosystem/collectors.md
@@ -20,7 +20,7 @@ Here is an example of a collector `docker-compose.yml` file:
20
```yaml
21
- OPENBAS_URL=http://localhost
22
- OPENBAS_TOKEN=ChangeMe
23
-- COLLECTOR_ID=ChangeMe # Valid UUIDv4
+- COLLECTOR_ID=ChangeMe # Specify a valid UUIDv4 of your choice
24
- "COLLECTOR_NAME=MITRE ATT&CK"
25
- COLLECTOR_LOG_LEVEL=error
26
```
docs/deployment/ecosystem/injectors.md
@@ -29,7 +29,7 @@ Here is an example of a injector `docker-compose.yml` file:
29
30
31
32
-- INJECTOR_ID=ChangeMe # Valid UUIDv4
+- INJECTOR_ID=ChangeMe # Specify a valid UUIDv4 of your choice
33
- "INJECTOR_NAME=HTTP query"
34
- INJECTOR_LOG_LEVEL=error
35
0 commit comments