We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
live_stream_listen_delete
live_stream_no_dependencies
1 parent 27aa3e6 commit 84475f7Copy full SHA for 84475f7
stream/microsoft-sentinel-intel/src/microsoft_sentinel_intel/settings.py
@@ -24,14 +24,6 @@ class StreamConnectorConfig(BaseStreamConnectorConfig):
24
live_stream_id: str = Field(
25
description="The ID of the live stream to connect to.",
26
)
27
- live_stream_listen_delete: bool = Field(
28
- description="Whether to listen for delete events in the live stream.",
29
- default=True,
30
- )
31
- live_stream_no_dependencies: bool = Field(
32
- description="Whether to avoid fetching dependencies for the objects received in the live stream.",
33
34
35
36
37
class MicrosoftSentinelIntelConfig(BaseConfigModel):
0 commit comments