Skip to content

Commit b89df80

Browse files
authored
[doc] Explain UUID on injectors and collectors
1 parent 74e587c commit b89df80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/deployment/ecosystem/collectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

docs/deployment/ecosystem/injectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)