Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions stream/stream-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ There are a number of configuration options, which are set either in `docker-com
| Connector ID | id | `CONNECTOR_ID` | | Yes | A unique `UUIDv4` identifier for this connector instance. |
| Connector Name | name | `CONNECTOR_NAME` | | Yes | Name of the connector. |
| Connector Scope | scope | `CONNECTOR_SCOPE` | stream-exporter | Yes | The scope of the connector. |
| Live Stream ID | live_stream_id | `CONNECTOR_LIVE_STREAM_ID` | | Yes | The Live Stream ID of the stream created in the OpenCTI interface. |
| Live Stream Start Timestamp | live_stream_start_timestamp| `CONNECTOR_LIVE_STREAM_START_TIMESTAMP`| | No | Start timestamp on first start (default: all data). |
| Consumer Count | consumer_count | `CONNECTOR_CONSUMER_COUNT` | 10 | No | Number of consumer/worker threads. |
| Confidence Level | confidence_level | `CONNECTOR_CONFIDENCE_LEVEL` | | Yes | Default confidence level (1-4). |
Expand Down Expand Up @@ -104,6 +105,7 @@ Configure the connector in `docker-compose.yml`:
- CONNECTOR_SCOPE=stream-exporter
- CONNECTOR_LOG_LEVEL=info
- CONNECTOR_CONFIDENCE_LEVEL=80
- CONNECTOR_LIVE_STREAM_ID=ChangeMe
- MINIO_ENDPOINT=minio.example.com
- MINIO_PORT=9000
- MINIO_BUCKET=opencti-export
Expand Down
Loading