Skip to content

fix(stream-exporter): add missing CONNECTOR_LIVE_STREAM_ID to README.md (#0) - #7094

Open
garethhumphriesgkc wants to merge 1 commit into
OpenCTI-Platform:masterfrom
garethhumphriesgkc:patch-1
Open

fix(stream-exporter): add missing CONNECTOR_LIVE_STREAM_ID to README.md (#0)#7094
garethhumphriesgkc wants to merge 1 commit into
OpenCTI-Platform:masterfrom
garethhumphriesgkc:patch-1

Conversation

@garethhumphriesgkc

Copy link
Copy Markdown

Proposed changes

  • Add the missing CONNECTOR_LIVE_STREAM_ID to README.md for the stream-exporter connector

Checklist

  • I consider the submitted work as finished
  • I have signed my commits using GPG key.
  • I tested the code for its functionality using different use cases
  • I added/update the relevant documentation (either on github or on notion)
  • Where necessary I refactored code to improve the overall quality

Further comments

Modify doc didn't include how to specify the id of the stream to connect to.
Copilot AI review requested due to automatic review settings July 23, 2026 21:23
@filigran-cla-bot filigran-cla-bot Bot added the cla:pending CLA signature required. label Jul 23, 2026
@filigran-cla-bot

filigran-cla-bot Bot commented Jul 23, 2026

Copy link
Copy Markdown

Contributor License Agreement

CLA signed 💚

Thank you @garethhumphriesgkc for signing the Contributor License Agreement! Your pull request can now be reviewed and merged.

We appreciate your contribution to Filigran's open source projects! ❤️

This is an automated message from the Filigran CLA Bot.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the stream-exporter connector documentation to include the previously missing CONNECTOR_LIVE_STREAM_ID configuration, helping users correctly configure the connector against an OpenCTI Live Stream.

Changes:

  • Added CONNECTOR_LIVE_STREAM_ID to the README configuration table.
  • Added CONNECTOR_LIVE_STREAM_ID to the README docker-compose.yml environment example.

| 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). |
- CONNECTOR_SCOPE=stream-exporter
- CONNECTOR_LOG_LEVEL=info
- CONNECTOR_CONFIDENCE_LEVEL=80
- CONNECTOR_LIVE_STREAM_ID=ChangeMe
@filigran-cla-bot filigran-cla-bot Bot removed the cla:pending CLA signature required. label Jul 24, 2026
@garethhumphriesgkc garethhumphriesgkc removed their assignment Jul 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants