cribl-control-plane 0.0.42__py3-none-any.whl → 0.0.44__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cribl-control-plane might be problematic. Click here for more details.
- cribl_control_plane/_hooks/clientcredentials.py +1 -1
- cribl_control_plane/_version.py +4 -4
- cribl_control_plane/acl.py +5 -3
- cribl_control_plane/auth_sdk.py +6 -3
- cribl_control_plane/basesdk.py +11 -1
- cribl_control_plane/commits.py +5 -3
- cribl_control_plane/destinations.py +6 -4
- cribl_control_plane/errors/__init__.py +15 -3
- cribl_control_plane/groups_configs.py +8 -3
- cribl_control_plane/groups_sdk.py +6 -4
- cribl_control_plane/models/__init__.py +401 -1
- cribl_control_plane/models/input.py +2 -2
- cribl_control_plane/models/inputappscope.py +13 -0
- cribl_control_plane/models/inputazureblob.py +13 -0
- cribl_control_plane/models/inputcollection.py +13 -0
- cribl_control_plane/models/inputconfluentcloud.py +20 -0
- cribl_control_plane/models/inputcribl.py +13 -0
- cribl_control_plane/models/inputcriblhttp.py +13 -0
- cribl_control_plane/models/inputcribllakehttp.py +38 -4
- cribl_control_plane/models/inputcriblmetrics.py +13 -0
- cribl_control_plane/models/inputcribltcp.py +13 -0
- cribl_control_plane/models/inputcrowdstrike.py +13 -0
- cribl_control_plane/models/inputdatadogagent.py +13 -0
- cribl_control_plane/models/inputdatagen.py +13 -0
- cribl_control_plane/models/inputedgeprometheus.py +13 -0
- cribl_control_plane/models/inputelastic.py +13 -0
- cribl_control_plane/models/inputeventhub.py +13 -0
- cribl_control_plane/models/inputexec.py +13 -0
- cribl_control_plane/models/inputfile.py +13 -0
- cribl_control_plane/models/inputfirehose.py +13 -0
- cribl_control_plane/models/inputgooglepubsub.py +13 -0
- cribl_control_plane/models/inputgrafana.py +26 -14
- cribl_control_plane/models/inputhttp.py +13 -0
- cribl_control_plane/models/inputhttpraw.py +13 -0
- cribl_control_plane/models/inputjournalfiles.py +13 -0
- cribl_control_plane/models/inputkafka.py +20 -0
- cribl_control_plane/models/inputkinesis.py +13 -0
- cribl_control_plane/models/inputkubeevents.py +13 -0
- cribl_control_plane/models/inputkubelogs.py +13 -0
- cribl_control_plane/models/inputkubemetrics.py +13 -0
- cribl_control_plane/models/inputloki.py +13 -7
- cribl_control_plane/models/inputmetrics.py +13 -0
- cribl_control_plane/models/inputmodeldriventelemetry.py +14 -0
- cribl_control_plane/models/inputmsk.py +13 -0
- cribl_control_plane/models/inputnetflow.py +13 -0
- cribl_control_plane/models/inputoffice365mgmt.py +13 -0
- cribl_control_plane/models/inputoffice365msgtrace.py +13 -0
- cribl_control_plane/models/inputoffice365service.py +13 -0
- cribl_control_plane/models/inputopentelemetry.py +13 -0
- cribl_control_plane/models/inputprometheus.py +13 -0
- cribl_control_plane/models/inputprometheusrw.py +13 -0
- cribl_control_plane/models/inputrawudp.py +13 -0
- cribl_control_plane/models/inputs3.py +13 -0
- cribl_control_plane/models/inputs3inventory.py +13 -0
- cribl_control_plane/models/inputsecuritylake.py +13 -0
- cribl_control_plane/models/inputsnmp.py +13 -0
- cribl_control_plane/models/inputsplunk.py +13 -0
- cribl_control_plane/models/inputsplunkhec.py +13 -0
- cribl_control_plane/models/inputsplunksearch.py +13 -0
- cribl_control_plane/models/inputsqs.py +13 -0
- cribl_control_plane/models/inputsyslog.py +26 -0
- cribl_control_plane/models/inputsystemmetrics.py +13 -0
- cribl_control_plane/models/inputsystemstate.py +13 -0
- cribl_control_plane/models/inputtcp.py +13 -0
- cribl_control_plane/models/inputtcpjson.py +13 -0
- cribl_control_plane/models/inputwef.py +13 -0
- cribl_control_plane/models/inputwindowsmetrics.py +13 -0
- cribl_control_plane/models/inputwineventlogs.py +13 -0
- cribl_control_plane/models/inputwiz.py +13 -0
- cribl_control_plane/models/inputwizwebhook.py +13 -0
- cribl_control_plane/models/inputzscalerhec.py +13 -0
- cribl_control_plane/models/output.py +18 -18
- cribl_control_plane/models/outputazuredataexplorer.py +7 -0
- cribl_control_plane/models/outputconfluentcloud.py +7 -0
- cribl_control_plane/models/outputgrafanacloud.py +0 -14
- cribl_control_plane/models/outputkafka.py +7 -0
- cribl_control_plane/models/outputloki.py +0 -7
- cribl_control_plane/models/outputsyslog.py +68 -0
- cribl_control_plane/nodes.py +5 -3
- cribl_control_plane/sdk.py +15 -2
- cribl_control_plane/sources.py +5 -3
- cribl_control_plane/utils/__init__.py +15 -3
- cribl_control_plane/utils/eventstreaming.py +10 -0
- cribl_control_plane/versions.py +11 -6
- {cribl_control_plane-0.0.42.dist-info → cribl_control_plane-0.0.44.dist-info}/METADATA +1 -1
- {cribl_control_plane-0.0.42.dist-info → cribl_control_plane-0.0.44.dist-info}/RECORD +87 -87
- {cribl_control_plane-0.0.42.dist-info → cribl_control_plane-0.0.44.dist-info}/WHEEL +0 -0
|
@@ -119,8 +119,8 @@ InputTypedDict = TypeAliasType(
|
|
|
119
119
|
InputElasticTypedDict,
|
|
120
120
|
InputOffice365MsgTraceTypedDict,
|
|
121
121
|
InputSplunkHecTypedDict,
|
|
122
|
-
InputPrometheusRwTypedDict,
|
|
123
122
|
InputLokiTypedDict,
|
|
123
|
+
InputPrometheusRwTypedDict,
|
|
124
124
|
InputPrometheusTypedDict,
|
|
125
125
|
InputCrowdstrikeTypedDict,
|
|
126
126
|
InputEdgePrometheusTypedDict,
|
|
@@ -185,8 +185,8 @@ Input = TypeAliasType(
|
|
|
185
185
|
InputElastic,
|
|
186
186
|
InputOffice365MsgTrace,
|
|
187
187
|
InputSplunkHec,
|
|
188
|
-
InputPrometheusRw,
|
|
189
188
|
InputLoki,
|
|
189
|
+
InputPrometheusRw,
|
|
190
190
|
InputPrometheus,
|
|
191
191
|
InputCrowdstrike,
|
|
192
192
|
InputEdgePrometheus,
|
|
@@ -37,6 +37,14 @@ class InputAppscopeCompression(str, Enum):
|
|
|
37
37
|
GZIP = "gzip"
|
|
38
38
|
|
|
39
39
|
|
|
40
|
+
class InputAppscopePqControlsTypedDict(TypedDict):
|
|
41
|
+
pass
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class InputAppscopePqControls(BaseModel):
|
|
45
|
+
pass
|
|
46
|
+
|
|
47
|
+
|
|
40
48
|
class InputAppscopePqTypedDict(TypedDict):
|
|
41
49
|
mode: NotRequired[InputAppscopeMode]
|
|
42
50
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
@@ -52,6 +60,7 @@ class InputAppscopePqTypedDict(TypedDict):
|
|
|
52
60
|
r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
|
|
53
61
|
compress: NotRequired[InputAppscopeCompression]
|
|
54
62
|
r"""Codec to use to compress the persisted data"""
|
|
63
|
+
pq_controls: NotRequired[InputAppscopePqControlsTypedDict]
|
|
55
64
|
|
|
56
65
|
|
|
57
66
|
class InputAppscopePq(BaseModel):
|
|
@@ -82,6 +91,10 @@ class InputAppscopePq(BaseModel):
|
|
|
82
91
|
compress: Optional[InputAppscopeCompression] = InputAppscopeCompression.NONE
|
|
83
92
|
r"""Codec to use to compress the persisted data"""
|
|
84
93
|
|
|
94
|
+
pq_controls: Annotated[
|
|
95
|
+
Optional[InputAppscopePqControls], pydantic.Field(alias="pqControls")
|
|
96
|
+
] = None
|
|
97
|
+
|
|
85
98
|
|
|
86
99
|
class InputAppscopeMetadatumTypedDict(TypedDict):
|
|
87
100
|
name: str
|
|
@@ -37,6 +37,14 @@ class InputAzureBlobCompression(str, Enum):
|
|
|
37
37
|
GZIP = "gzip"
|
|
38
38
|
|
|
39
39
|
|
|
40
|
+
class InputAzureBlobPqControlsTypedDict(TypedDict):
|
|
41
|
+
pass
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class InputAzureBlobPqControls(BaseModel):
|
|
45
|
+
pass
|
|
46
|
+
|
|
47
|
+
|
|
40
48
|
class InputAzureBlobPqTypedDict(TypedDict):
|
|
41
49
|
mode: NotRequired[InputAzureBlobMode]
|
|
42
50
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
@@ -52,6 +60,7 @@ class InputAzureBlobPqTypedDict(TypedDict):
|
|
|
52
60
|
r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
|
|
53
61
|
compress: NotRequired[InputAzureBlobCompression]
|
|
54
62
|
r"""Codec to use to compress the persisted data"""
|
|
63
|
+
pq_controls: NotRequired[InputAzureBlobPqControlsTypedDict]
|
|
55
64
|
|
|
56
65
|
|
|
57
66
|
class InputAzureBlobPq(BaseModel):
|
|
@@ -82,6 +91,10 @@ class InputAzureBlobPq(BaseModel):
|
|
|
82
91
|
compress: Optional[InputAzureBlobCompression] = InputAzureBlobCompression.NONE
|
|
83
92
|
r"""Codec to use to compress the persisted data"""
|
|
84
93
|
|
|
94
|
+
pq_controls: Annotated[
|
|
95
|
+
Optional[InputAzureBlobPqControls], pydantic.Field(alias="pqControls")
|
|
96
|
+
] = None
|
|
97
|
+
|
|
85
98
|
|
|
86
99
|
class InputAzureBlobMetadatumTypedDict(TypedDict):
|
|
87
100
|
name: str
|
|
@@ -37,6 +37,14 @@ class InputCollectionCompression(str, Enum):
|
|
|
37
37
|
GZIP = "gzip"
|
|
38
38
|
|
|
39
39
|
|
|
40
|
+
class InputCollectionPqControlsTypedDict(TypedDict):
|
|
41
|
+
pass
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class InputCollectionPqControls(BaseModel):
|
|
45
|
+
pass
|
|
46
|
+
|
|
47
|
+
|
|
40
48
|
class InputCollectionPqTypedDict(TypedDict):
|
|
41
49
|
mode: NotRequired[InputCollectionMode]
|
|
42
50
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
@@ -52,6 +60,7 @@ class InputCollectionPqTypedDict(TypedDict):
|
|
|
52
60
|
r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
|
|
53
61
|
compress: NotRequired[InputCollectionCompression]
|
|
54
62
|
r"""Codec to use to compress the persisted data"""
|
|
63
|
+
pq_controls: NotRequired[InputCollectionPqControlsTypedDict]
|
|
55
64
|
|
|
56
65
|
|
|
57
66
|
class InputCollectionPq(BaseModel):
|
|
@@ -82,6 +91,10 @@ class InputCollectionPq(BaseModel):
|
|
|
82
91
|
compress: Optional[InputCollectionCompression] = InputCollectionCompression.NONE
|
|
83
92
|
r"""Codec to use to compress the persisted data"""
|
|
84
93
|
|
|
94
|
+
pq_controls: Annotated[
|
|
95
|
+
Optional[InputCollectionPqControls], pydantic.Field(alias="pqControls")
|
|
96
|
+
] = None
|
|
97
|
+
|
|
85
98
|
|
|
86
99
|
class InputCollectionPreprocessTypedDict(TypedDict):
|
|
87
100
|
disabled: NotRequired[bool]
|
|
@@ -37,6 +37,14 @@ class InputConfluentCloudCompression(str, Enum):
|
|
|
37
37
|
GZIP = "gzip"
|
|
38
38
|
|
|
39
39
|
|
|
40
|
+
class InputConfluentCloudPqControlsTypedDict(TypedDict):
|
|
41
|
+
pass
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class InputConfluentCloudPqControls(BaseModel):
|
|
45
|
+
pass
|
|
46
|
+
|
|
47
|
+
|
|
40
48
|
class InputConfluentCloudPqTypedDict(TypedDict):
|
|
41
49
|
mode: NotRequired[InputConfluentCloudMode]
|
|
42
50
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
@@ -52,6 +60,7 @@ class InputConfluentCloudPqTypedDict(TypedDict):
|
|
|
52
60
|
r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
|
|
53
61
|
compress: NotRequired[InputConfluentCloudCompression]
|
|
54
62
|
r"""Codec to use to compress the persisted data"""
|
|
63
|
+
pq_controls: NotRequired[InputConfluentCloudPqControlsTypedDict]
|
|
55
64
|
|
|
56
65
|
|
|
57
66
|
class InputConfluentCloudPq(BaseModel):
|
|
@@ -84,6 +93,10 @@ class InputConfluentCloudPq(BaseModel):
|
|
|
84
93
|
)
|
|
85
94
|
r"""Codec to use to compress the persisted data"""
|
|
86
95
|
|
|
96
|
+
pq_controls: Annotated[
|
|
97
|
+
Optional[InputConfluentCloudPqControls], pydantic.Field(alias="pqControls")
|
|
98
|
+
] = None
|
|
99
|
+
|
|
87
100
|
|
|
88
101
|
class InputConfluentCloudMinimumTLSVersion(str, Enum):
|
|
89
102
|
TL_SV1 = "TLSv1"
|
|
@@ -328,6 +341,8 @@ class InputConfluentCloudAuthenticationTypedDict(TypedDict):
|
|
|
328
341
|
|
|
329
342
|
disabled: NotRequired[bool]
|
|
330
343
|
mechanism: NotRequired[InputConfluentCloudSASLMechanism]
|
|
344
|
+
oauth_enabled: NotRequired[bool]
|
|
345
|
+
r"""Enable OAuth authentication"""
|
|
331
346
|
|
|
332
347
|
|
|
333
348
|
class InputConfluentCloudAuthentication(BaseModel):
|
|
@@ -339,6 +354,11 @@ class InputConfluentCloudAuthentication(BaseModel):
|
|
|
339
354
|
InputConfluentCloudSASLMechanism.PLAIN
|
|
340
355
|
)
|
|
341
356
|
|
|
357
|
+
oauth_enabled: Annotated[Optional[bool], pydantic.Field(alias="oauthEnabled")] = (
|
|
358
|
+
False
|
|
359
|
+
)
|
|
360
|
+
r"""Enable OAuth authentication"""
|
|
361
|
+
|
|
342
362
|
|
|
343
363
|
class InputConfluentCloudMetadatumTypedDict(TypedDict):
|
|
344
364
|
name: str
|
|
@@ -37,6 +37,14 @@ class InputCriblCompression(str, Enum):
|
|
|
37
37
|
GZIP = "gzip"
|
|
38
38
|
|
|
39
39
|
|
|
40
|
+
class InputCriblPqControlsTypedDict(TypedDict):
|
|
41
|
+
pass
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class InputCriblPqControls(BaseModel):
|
|
45
|
+
pass
|
|
46
|
+
|
|
47
|
+
|
|
40
48
|
class InputCriblPqTypedDict(TypedDict):
|
|
41
49
|
mode: NotRequired[InputCriblMode]
|
|
42
50
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
@@ -52,6 +60,7 @@ class InputCriblPqTypedDict(TypedDict):
|
|
|
52
60
|
r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
|
|
53
61
|
compress: NotRequired[InputCriblCompression]
|
|
54
62
|
r"""Codec to use to compress the persisted data"""
|
|
63
|
+
pq_controls: NotRequired[InputCriblPqControlsTypedDict]
|
|
55
64
|
|
|
56
65
|
|
|
57
66
|
class InputCriblPq(BaseModel):
|
|
@@ -82,6 +91,10 @@ class InputCriblPq(BaseModel):
|
|
|
82
91
|
compress: Optional[InputCriblCompression] = InputCriblCompression.NONE
|
|
83
92
|
r"""Codec to use to compress the persisted data"""
|
|
84
93
|
|
|
94
|
+
pq_controls: Annotated[
|
|
95
|
+
Optional[InputCriblPqControls], pydantic.Field(alias="pqControls")
|
|
96
|
+
] = None
|
|
97
|
+
|
|
85
98
|
|
|
86
99
|
class InputCriblMetadatumTypedDict(TypedDict):
|
|
87
100
|
name: str
|
|
@@ -37,6 +37,14 @@ class InputCriblHTTPCompression(str, Enum):
|
|
|
37
37
|
GZIP = "gzip"
|
|
38
38
|
|
|
39
39
|
|
|
40
|
+
class InputCriblHTTPPqControlsTypedDict(TypedDict):
|
|
41
|
+
pass
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class InputCriblHTTPPqControls(BaseModel):
|
|
45
|
+
pass
|
|
46
|
+
|
|
47
|
+
|
|
40
48
|
class InputCriblHTTPPqTypedDict(TypedDict):
|
|
41
49
|
mode: NotRequired[InputCriblHTTPMode]
|
|
42
50
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
@@ -52,6 +60,7 @@ class InputCriblHTTPPqTypedDict(TypedDict):
|
|
|
52
60
|
r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
|
|
53
61
|
compress: NotRequired[InputCriblHTTPCompression]
|
|
54
62
|
r"""Codec to use to compress the persisted data"""
|
|
63
|
+
pq_controls: NotRequired[InputCriblHTTPPqControlsTypedDict]
|
|
55
64
|
|
|
56
65
|
|
|
57
66
|
class InputCriblHTTPPq(BaseModel):
|
|
@@ -82,6 +91,10 @@ class InputCriblHTTPPq(BaseModel):
|
|
|
82
91
|
compress: Optional[InputCriblHTTPCompression] = InputCriblHTTPCompression.NONE
|
|
83
92
|
r"""Codec to use to compress the persisted data"""
|
|
84
93
|
|
|
94
|
+
pq_controls: Annotated[
|
|
95
|
+
Optional[InputCriblHTTPPqControls], pydantic.Field(alias="pqControls")
|
|
96
|
+
] = None
|
|
97
|
+
|
|
85
98
|
|
|
86
99
|
class InputCriblHTTPMinimumTLSVersion(str, Enum):
|
|
87
100
|
TL_SV1 = "TLSv1"
|
|
@@ -37,6 +37,14 @@ class InputCriblLakeHTTPCompression(str, Enum):
|
|
|
37
37
|
GZIP = "gzip"
|
|
38
38
|
|
|
39
39
|
|
|
40
|
+
class InputCriblLakeHTTPPqControlsTypedDict(TypedDict):
|
|
41
|
+
pass
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class InputCriblLakeHTTPPqControls(BaseModel):
|
|
45
|
+
pass
|
|
46
|
+
|
|
47
|
+
|
|
40
48
|
class InputCriblLakeHTTPPqTypedDict(TypedDict):
|
|
41
49
|
mode: NotRequired[InputCriblLakeHTTPMode]
|
|
42
50
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
@@ -52,6 +60,7 @@ class InputCriblLakeHTTPPqTypedDict(TypedDict):
|
|
|
52
60
|
r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
|
|
53
61
|
compress: NotRequired[InputCriblLakeHTTPCompression]
|
|
54
62
|
r"""Codec to use to compress the persisted data"""
|
|
63
|
+
pq_controls: NotRequired[InputCriblLakeHTTPPqControlsTypedDict]
|
|
55
64
|
|
|
56
65
|
|
|
57
66
|
class InputCriblLakeHTTPPq(BaseModel):
|
|
@@ -84,6 +93,10 @@ class InputCriblLakeHTTPPq(BaseModel):
|
|
|
84
93
|
)
|
|
85
94
|
r"""Codec to use to compress the persisted data"""
|
|
86
95
|
|
|
96
|
+
pq_controls: Annotated[
|
|
97
|
+
Optional[InputCriblLakeHTTPPqControls], pydantic.Field(alias="pqControls")
|
|
98
|
+
] = None
|
|
99
|
+
|
|
87
100
|
|
|
88
101
|
class InputCriblLakeHTTPMinimumTLSVersion(str, Enum):
|
|
89
102
|
TL_SV1 = "TLSv1"
|
|
@@ -187,12 +200,29 @@ class InputCriblLakeHTTPAuthTokensExtMetadatum(BaseModel):
|
|
|
187
200
|
r"""JavaScript expression to compute field's value, enclosed in quotes or backticks. (Can evaluate to a constant.)"""
|
|
188
201
|
|
|
189
202
|
|
|
203
|
+
class SplunkHecMetadataTypedDict(TypedDict):
|
|
204
|
+
enabled: NotRequired[bool]
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
class SplunkHecMetadata(BaseModel):
|
|
208
|
+
enabled: Optional[bool] = None
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
class ElasticsearchMetadataTypedDict(TypedDict):
|
|
212
|
+
enabled: NotRequired[bool]
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
class ElasticsearchMetadata(BaseModel):
|
|
216
|
+
enabled: Optional[bool] = None
|
|
217
|
+
|
|
218
|
+
|
|
190
219
|
class InputCriblLakeHTTPAuthTokensExtTypedDict(TypedDict):
|
|
191
220
|
token: str
|
|
192
221
|
description: NotRequired[str]
|
|
193
222
|
metadata: NotRequired[List[InputCriblLakeHTTPAuthTokensExtMetadatumTypedDict]]
|
|
194
223
|
r"""Fields to add to events referencing this token"""
|
|
195
|
-
|
|
224
|
+
splunk_hec_metadata: NotRequired[SplunkHecMetadataTypedDict]
|
|
225
|
+
elasticsearch_metadata: NotRequired[ElasticsearchMetadataTypedDict]
|
|
196
226
|
|
|
197
227
|
|
|
198
228
|
class InputCriblLakeHTTPAuthTokensExt(BaseModel):
|
|
@@ -203,9 +233,13 @@ class InputCriblLakeHTTPAuthTokensExt(BaseModel):
|
|
|
203
233
|
metadata: Optional[List[InputCriblLakeHTTPAuthTokensExtMetadatum]] = None
|
|
204
234
|
r"""Fields to add to events referencing this token"""
|
|
205
235
|
|
|
206
|
-
|
|
207
|
-
Optional[
|
|
208
|
-
] =
|
|
236
|
+
splunk_hec_metadata: Annotated[
|
|
237
|
+
Optional[SplunkHecMetadata], pydantic.Field(alias="splunkHecMetadata")
|
|
238
|
+
] = None
|
|
239
|
+
|
|
240
|
+
elasticsearch_metadata: Annotated[
|
|
241
|
+
Optional[ElasticsearchMetadata], pydantic.Field(alias="elasticsearchMetadata")
|
|
242
|
+
] = None
|
|
209
243
|
|
|
210
244
|
|
|
211
245
|
class InputCriblLakeHTTPTypedDict(TypedDict):
|
|
@@ -37,6 +37,14 @@ class InputCriblmetricsCompression(str, Enum):
|
|
|
37
37
|
GZIP = "gzip"
|
|
38
38
|
|
|
39
39
|
|
|
40
|
+
class InputCriblmetricsPqControlsTypedDict(TypedDict):
|
|
41
|
+
pass
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class InputCriblmetricsPqControls(BaseModel):
|
|
45
|
+
pass
|
|
46
|
+
|
|
47
|
+
|
|
40
48
|
class InputCriblmetricsPqTypedDict(TypedDict):
|
|
41
49
|
mode: NotRequired[InputCriblmetricsMode]
|
|
42
50
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
@@ -52,6 +60,7 @@ class InputCriblmetricsPqTypedDict(TypedDict):
|
|
|
52
60
|
r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
|
|
53
61
|
compress: NotRequired[InputCriblmetricsCompression]
|
|
54
62
|
r"""Codec to use to compress the persisted data"""
|
|
63
|
+
pq_controls: NotRequired[InputCriblmetricsPqControlsTypedDict]
|
|
55
64
|
|
|
56
65
|
|
|
57
66
|
class InputCriblmetricsPq(BaseModel):
|
|
@@ -82,6 +91,10 @@ class InputCriblmetricsPq(BaseModel):
|
|
|
82
91
|
compress: Optional[InputCriblmetricsCompression] = InputCriblmetricsCompression.NONE
|
|
83
92
|
r"""Codec to use to compress the persisted data"""
|
|
84
93
|
|
|
94
|
+
pq_controls: Annotated[
|
|
95
|
+
Optional[InputCriblmetricsPqControls], pydantic.Field(alias="pqControls")
|
|
96
|
+
] = None
|
|
97
|
+
|
|
85
98
|
|
|
86
99
|
class InputCriblmetricsMetadatumTypedDict(TypedDict):
|
|
87
100
|
name: str
|
|
@@ -37,6 +37,14 @@ class InputCriblTCPCompression(str, Enum):
|
|
|
37
37
|
GZIP = "gzip"
|
|
38
38
|
|
|
39
39
|
|
|
40
|
+
class InputCriblTCPPqControlsTypedDict(TypedDict):
|
|
41
|
+
pass
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class InputCriblTCPPqControls(BaseModel):
|
|
45
|
+
pass
|
|
46
|
+
|
|
47
|
+
|
|
40
48
|
class InputCriblTCPPqTypedDict(TypedDict):
|
|
41
49
|
mode: NotRequired[InputCriblTCPMode]
|
|
42
50
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
@@ -52,6 +60,7 @@ class InputCriblTCPPqTypedDict(TypedDict):
|
|
|
52
60
|
r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
|
|
53
61
|
compress: NotRequired[InputCriblTCPCompression]
|
|
54
62
|
r"""Codec to use to compress the persisted data"""
|
|
63
|
+
pq_controls: NotRequired[InputCriblTCPPqControlsTypedDict]
|
|
55
64
|
|
|
56
65
|
|
|
57
66
|
class InputCriblTCPPq(BaseModel):
|
|
@@ -82,6 +91,10 @@ class InputCriblTCPPq(BaseModel):
|
|
|
82
91
|
compress: Optional[InputCriblTCPCompression] = InputCriblTCPCompression.NONE
|
|
83
92
|
r"""Codec to use to compress the persisted data"""
|
|
84
93
|
|
|
94
|
+
pq_controls: Annotated[
|
|
95
|
+
Optional[InputCriblTCPPqControls], pydantic.Field(alias="pqControls")
|
|
96
|
+
] = None
|
|
97
|
+
|
|
85
98
|
|
|
86
99
|
class InputCriblTCPMinimumTLSVersion(str, Enum):
|
|
87
100
|
TL_SV1 = "TLSv1"
|
|
@@ -37,6 +37,14 @@ class InputCrowdstrikeCompression(str, Enum):
|
|
|
37
37
|
GZIP = "gzip"
|
|
38
38
|
|
|
39
39
|
|
|
40
|
+
class InputCrowdstrikePqControlsTypedDict(TypedDict):
|
|
41
|
+
pass
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class InputCrowdstrikePqControls(BaseModel):
|
|
45
|
+
pass
|
|
46
|
+
|
|
47
|
+
|
|
40
48
|
class InputCrowdstrikePqTypedDict(TypedDict):
|
|
41
49
|
mode: NotRequired[InputCrowdstrikeMode]
|
|
42
50
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
@@ -52,6 +60,7 @@ class InputCrowdstrikePqTypedDict(TypedDict):
|
|
|
52
60
|
r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
|
|
53
61
|
compress: NotRequired[InputCrowdstrikeCompression]
|
|
54
62
|
r"""Codec to use to compress the persisted data"""
|
|
63
|
+
pq_controls: NotRequired[InputCrowdstrikePqControlsTypedDict]
|
|
55
64
|
|
|
56
65
|
|
|
57
66
|
class InputCrowdstrikePq(BaseModel):
|
|
@@ -82,6 +91,10 @@ class InputCrowdstrikePq(BaseModel):
|
|
|
82
91
|
compress: Optional[InputCrowdstrikeCompression] = InputCrowdstrikeCompression.NONE
|
|
83
92
|
r"""Codec to use to compress the persisted data"""
|
|
84
93
|
|
|
94
|
+
pq_controls: Annotated[
|
|
95
|
+
Optional[InputCrowdstrikePqControls], pydantic.Field(alias="pqControls")
|
|
96
|
+
] = None
|
|
97
|
+
|
|
85
98
|
|
|
86
99
|
class InputCrowdstrikeAuthenticationMethod(str, Enum):
|
|
87
100
|
r"""AWS authentication method. Choose Auto to use IAM roles."""
|
|
@@ -37,6 +37,14 @@ class InputDatadogAgentCompression(str, Enum):
|
|
|
37
37
|
GZIP = "gzip"
|
|
38
38
|
|
|
39
39
|
|
|
40
|
+
class InputDatadogAgentPqControlsTypedDict(TypedDict):
|
|
41
|
+
pass
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class InputDatadogAgentPqControls(BaseModel):
|
|
45
|
+
pass
|
|
46
|
+
|
|
47
|
+
|
|
40
48
|
class InputDatadogAgentPqTypedDict(TypedDict):
|
|
41
49
|
mode: NotRequired[InputDatadogAgentMode]
|
|
42
50
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
@@ -52,6 +60,7 @@ class InputDatadogAgentPqTypedDict(TypedDict):
|
|
|
52
60
|
r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
|
|
53
61
|
compress: NotRequired[InputDatadogAgentCompression]
|
|
54
62
|
r"""Codec to use to compress the persisted data"""
|
|
63
|
+
pq_controls: NotRequired[InputDatadogAgentPqControlsTypedDict]
|
|
55
64
|
|
|
56
65
|
|
|
57
66
|
class InputDatadogAgentPq(BaseModel):
|
|
@@ -82,6 +91,10 @@ class InputDatadogAgentPq(BaseModel):
|
|
|
82
91
|
compress: Optional[InputDatadogAgentCompression] = InputDatadogAgentCompression.NONE
|
|
83
92
|
r"""Codec to use to compress the persisted data"""
|
|
84
93
|
|
|
94
|
+
pq_controls: Annotated[
|
|
95
|
+
Optional[InputDatadogAgentPqControls], pydantic.Field(alias="pqControls")
|
|
96
|
+
] = None
|
|
97
|
+
|
|
85
98
|
|
|
86
99
|
class InputDatadogAgentMinimumTLSVersion(str, Enum):
|
|
87
100
|
TL_SV1 = "TLSv1"
|
|
@@ -37,6 +37,14 @@ class InputDatagenCompression(str, Enum):
|
|
|
37
37
|
GZIP = "gzip"
|
|
38
38
|
|
|
39
39
|
|
|
40
|
+
class InputDatagenPqControlsTypedDict(TypedDict):
|
|
41
|
+
pass
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class InputDatagenPqControls(BaseModel):
|
|
45
|
+
pass
|
|
46
|
+
|
|
47
|
+
|
|
40
48
|
class InputDatagenPqTypedDict(TypedDict):
|
|
41
49
|
mode: NotRequired[InputDatagenMode]
|
|
42
50
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
@@ -52,6 +60,7 @@ class InputDatagenPqTypedDict(TypedDict):
|
|
|
52
60
|
r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
|
|
53
61
|
compress: NotRequired[InputDatagenCompression]
|
|
54
62
|
r"""Codec to use to compress the persisted data"""
|
|
63
|
+
pq_controls: NotRequired[InputDatagenPqControlsTypedDict]
|
|
55
64
|
|
|
56
65
|
|
|
57
66
|
class InputDatagenPq(BaseModel):
|
|
@@ -82,6 +91,10 @@ class InputDatagenPq(BaseModel):
|
|
|
82
91
|
compress: Optional[InputDatagenCompression] = InputDatagenCompression.NONE
|
|
83
92
|
r"""Codec to use to compress the persisted data"""
|
|
84
93
|
|
|
94
|
+
pq_controls: Annotated[
|
|
95
|
+
Optional[InputDatagenPqControls], pydantic.Field(alias="pqControls")
|
|
96
|
+
] = None
|
|
97
|
+
|
|
85
98
|
|
|
86
99
|
class SampleTypedDict(TypedDict):
|
|
87
100
|
sample: str
|
|
@@ -37,6 +37,14 @@ class InputEdgePrometheusPqCompression(str, Enum):
|
|
|
37
37
|
GZIP = "gzip"
|
|
38
38
|
|
|
39
39
|
|
|
40
|
+
class InputEdgePrometheusPqControlsTypedDict(TypedDict):
|
|
41
|
+
pass
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class InputEdgePrometheusPqControls(BaseModel):
|
|
45
|
+
pass
|
|
46
|
+
|
|
47
|
+
|
|
40
48
|
class InputEdgePrometheusPqTypedDict(TypedDict):
|
|
41
49
|
mode: NotRequired[InputEdgePrometheusMode]
|
|
42
50
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
@@ -52,6 +60,7 @@ class InputEdgePrometheusPqTypedDict(TypedDict):
|
|
|
52
60
|
r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
|
|
53
61
|
compress: NotRequired[InputEdgePrometheusPqCompression]
|
|
54
62
|
r"""Codec to use to compress the persisted data"""
|
|
63
|
+
pq_controls: NotRequired[InputEdgePrometheusPqControlsTypedDict]
|
|
55
64
|
|
|
56
65
|
|
|
57
66
|
class InputEdgePrometheusPq(BaseModel):
|
|
@@ -84,6 +93,10 @@ class InputEdgePrometheusPq(BaseModel):
|
|
|
84
93
|
)
|
|
85
94
|
r"""Codec to use to compress the persisted data"""
|
|
86
95
|
|
|
96
|
+
pq_controls: Annotated[
|
|
97
|
+
Optional[InputEdgePrometheusPqControls], pydantic.Field(alias="pqControls")
|
|
98
|
+
] = None
|
|
99
|
+
|
|
87
100
|
|
|
88
101
|
class InputEdgePrometheusDiscoveryType(str, Enum):
|
|
89
102
|
r"""Target discovery mechanism. Use static to manually enter a list of targets."""
|
|
@@ -37,6 +37,14 @@ class InputElasticCompression(str, Enum):
|
|
|
37
37
|
GZIP = "gzip"
|
|
38
38
|
|
|
39
39
|
|
|
40
|
+
class InputElasticPqControlsTypedDict(TypedDict):
|
|
41
|
+
pass
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class InputElasticPqControls(BaseModel):
|
|
45
|
+
pass
|
|
46
|
+
|
|
47
|
+
|
|
40
48
|
class InputElasticPqTypedDict(TypedDict):
|
|
41
49
|
mode: NotRequired[InputElasticMode]
|
|
42
50
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
@@ -52,6 +60,7 @@ class InputElasticPqTypedDict(TypedDict):
|
|
|
52
60
|
r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
|
|
53
61
|
compress: NotRequired[InputElasticCompression]
|
|
54
62
|
r"""Codec to use to compress the persisted data"""
|
|
63
|
+
pq_controls: NotRequired[InputElasticPqControlsTypedDict]
|
|
55
64
|
|
|
56
65
|
|
|
57
66
|
class InputElasticPq(BaseModel):
|
|
@@ -82,6 +91,10 @@ class InputElasticPq(BaseModel):
|
|
|
82
91
|
compress: Optional[InputElasticCompression] = InputElasticCompression.NONE
|
|
83
92
|
r"""Codec to use to compress the persisted data"""
|
|
84
93
|
|
|
94
|
+
pq_controls: Annotated[
|
|
95
|
+
Optional[InputElasticPqControls], pydantic.Field(alias="pqControls")
|
|
96
|
+
] = None
|
|
97
|
+
|
|
85
98
|
|
|
86
99
|
class InputElasticMinimumTLSVersion(str, Enum):
|
|
87
100
|
TL_SV1 = "TLSv1"
|
|
@@ -37,6 +37,14 @@ class InputEventhubCompression(str, Enum):
|
|
|
37
37
|
GZIP = "gzip"
|
|
38
38
|
|
|
39
39
|
|
|
40
|
+
class InputEventhubPqControlsTypedDict(TypedDict):
|
|
41
|
+
pass
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class InputEventhubPqControls(BaseModel):
|
|
45
|
+
pass
|
|
46
|
+
|
|
47
|
+
|
|
40
48
|
class InputEventhubPqTypedDict(TypedDict):
|
|
41
49
|
mode: NotRequired[InputEventhubMode]
|
|
42
50
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
@@ -52,6 +60,7 @@ class InputEventhubPqTypedDict(TypedDict):
|
|
|
52
60
|
r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
|
|
53
61
|
compress: NotRequired[InputEventhubCompression]
|
|
54
62
|
r"""Codec to use to compress the persisted data"""
|
|
63
|
+
pq_controls: NotRequired[InputEventhubPqControlsTypedDict]
|
|
55
64
|
|
|
56
65
|
|
|
57
66
|
class InputEventhubPq(BaseModel):
|
|
@@ -82,6 +91,10 @@ class InputEventhubPq(BaseModel):
|
|
|
82
91
|
compress: Optional[InputEventhubCompression] = InputEventhubCompression.NONE
|
|
83
92
|
r"""Codec to use to compress the persisted data"""
|
|
84
93
|
|
|
94
|
+
pq_controls: Annotated[
|
|
95
|
+
Optional[InputEventhubPqControls], pydantic.Field(alias="pqControls")
|
|
96
|
+
] = None
|
|
97
|
+
|
|
85
98
|
|
|
86
99
|
class InputEventhubSASLMechanism(str, Enum):
|
|
87
100
|
PLAIN = "plain"
|
|
@@ -37,6 +37,14 @@ class InputExecCompression(str, Enum):
|
|
|
37
37
|
GZIP = "gzip"
|
|
38
38
|
|
|
39
39
|
|
|
40
|
+
class InputExecPqControlsTypedDict(TypedDict):
|
|
41
|
+
pass
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class InputExecPqControls(BaseModel):
|
|
45
|
+
pass
|
|
46
|
+
|
|
47
|
+
|
|
40
48
|
class InputExecPqTypedDict(TypedDict):
|
|
41
49
|
mode: NotRequired[InputExecMode]
|
|
42
50
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
@@ -52,6 +60,7 @@ class InputExecPqTypedDict(TypedDict):
|
|
|
52
60
|
r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
|
|
53
61
|
compress: NotRequired[InputExecCompression]
|
|
54
62
|
r"""Codec to use to compress the persisted data"""
|
|
63
|
+
pq_controls: NotRequired[InputExecPqControlsTypedDict]
|
|
55
64
|
|
|
56
65
|
|
|
57
66
|
class InputExecPq(BaseModel):
|
|
@@ -82,6 +91,10 @@ class InputExecPq(BaseModel):
|
|
|
82
91
|
compress: Optional[InputExecCompression] = InputExecCompression.NONE
|
|
83
92
|
r"""Codec to use to compress the persisted data"""
|
|
84
93
|
|
|
94
|
+
pq_controls: Annotated[
|
|
95
|
+
Optional[InputExecPqControls], pydantic.Field(alias="pqControls")
|
|
96
|
+
] = None
|
|
97
|
+
|
|
85
98
|
|
|
86
99
|
class ScheduleType(str, Enum):
|
|
87
100
|
r"""Select a schedule type; either an interval (in seconds) or a cron-style schedule."""
|
|
@@ -37,6 +37,14 @@ class InputFileCompression(str, Enum):
|
|
|
37
37
|
GZIP = "gzip"
|
|
38
38
|
|
|
39
39
|
|
|
40
|
+
class InputFilePqControlsTypedDict(TypedDict):
|
|
41
|
+
pass
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class InputFilePqControls(BaseModel):
|
|
45
|
+
pass
|
|
46
|
+
|
|
47
|
+
|
|
40
48
|
class InputFilePqTypedDict(TypedDict):
|
|
41
49
|
mode: NotRequired[InputFilePqMode]
|
|
42
50
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
@@ -52,6 +60,7 @@ class InputFilePqTypedDict(TypedDict):
|
|
|
52
60
|
r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
|
|
53
61
|
compress: NotRequired[InputFileCompression]
|
|
54
62
|
r"""Codec to use to compress the persisted data"""
|
|
63
|
+
pq_controls: NotRequired[InputFilePqControlsTypedDict]
|
|
55
64
|
|
|
56
65
|
|
|
57
66
|
class InputFilePq(BaseModel):
|
|
@@ -82,6 +91,10 @@ class InputFilePq(BaseModel):
|
|
|
82
91
|
compress: Optional[InputFileCompression] = InputFileCompression.NONE
|
|
83
92
|
r"""Codec to use to compress the persisted data"""
|
|
84
93
|
|
|
94
|
+
pq_controls: Annotated[
|
|
95
|
+
Optional[InputFilePqControls], pydantic.Field(alias="pqControls")
|
|
96
|
+
] = None
|
|
97
|
+
|
|
85
98
|
|
|
86
99
|
class InputFileMode(str, Enum):
|
|
87
100
|
r"""Choose how to discover files to monitor"""
|