fix(stream-exporter): add missing CONNECTOR_LIVE_STREAM_ID to README.md (#0) - #7094
Open
garethhumphriesgkc wants to merge 1 commit into
Open
fix(stream-exporter): add missing CONNECTOR_LIVE_STREAM_ID to README.md (#0)#7094garethhumphriesgkc wants to merge 1 commit into
garethhumphriesgkc wants to merge 1 commit into
Conversation
Modify doc didn't include how to specify the id of the stream to connect to.
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. |
Contributor
There was a problem hiding this comment.
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_IDto the README configuration table. - Added
CONNECTOR_LIVE_STREAM_IDto the READMEdocker-compose.ymlenvironment 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
CONNECTOR_LIVE_STREAM_IDto README.md for the stream-exporter connectorChecklist
Further comments