From e5fdd5b07990fff366e6cb5a093874ce3d6e0564 Mon Sep 17 00:00:00 2001 From: garethhumphriesgkc <62865047+garethhumphriesgkc@users.noreply.github.com> Date: Fri, 24 Jul 2026 09:18:44 +1200 Subject: [PATCH] Add missing CONNECTOR_LIVE_STREAM_ID to README.md Modify doc didn't include how to specify the id of the stream to connect to. --- stream/stream-exporter/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stream/stream-exporter/README.md b/stream/stream-exporter/README.md index afb304ec148..c45a5d3a2e0 100644 --- a/stream/stream-exporter/README.md +++ b/stream/stream-exporter/README.md @@ -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). | @@ -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