cribl-control-plane 0.0.42__py3-none-any.whl → 0.0.43__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.

Files changed (68) hide show
  1. cribl_control_plane/_version.py +3 -3
  2. cribl_control_plane/models/__init__.py +378 -0
  3. cribl_control_plane/models/input.py +2 -2
  4. cribl_control_plane/models/inputappscope.py +13 -0
  5. cribl_control_plane/models/inputazureblob.py +13 -0
  6. cribl_control_plane/models/inputcollection.py +13 -0
  7. cribl_control_plane/models/inputconfluentcloud.py +13 -0
  8. cribl_control_plane/models/inputcribl.py +13 -0
  9. cribl_control_plane/models/inputcriblhttp.py +13 -0
  10. cribl_control_plane/models/inputcribllakehttp.py +38 -4
  11. cribl_control_plane/models/inputcriblmetrics.py +13 -0
  12. cribl_control_plane/models/inputcribltcp.py +13 -0
  13. cribl_control_plane/models/inputcrowdstrike.py +13 -0
  14. cribl_control_plane/models/inputdatadogagent.py +13 -0
  15. cribl_control_plane/models/inputdatagen.py +13 -0
  16. cribl_control_plane/models/inputedgeprometheus.py +13 -0
  17. cribl_control_plane/models/inputelastic.py +13 -0
  18. cribl_control_plane/models/inputeventhub.py +13 -0
  19. cribl_control_plane/models/inputexec.py +13 -0
  20. cribl_control_plane/models/inputfile.py +13 -0
  21. cribl_control_plane/models/inputfirehose.py +13 -0
  22. cribl_control_plane/models/inputgooglepubsub.py +13 -0
  23. cribl_control_plane/models/inputgrafana.py +26 -14
  24. cribl_control_plane/models/inputhttp.py +13 -0
  25. cribl_control_plane/models/inputhttpraw.py +13 -0
  26. cribl_control_plane/models/inputjournalfiles.py +13 -0
  27. cribl_control_plane/models/inputkafka.py +13 -0
  28. cribl_control_plane/models/inputkinesis.py +13 -0
  29. cribl_control_plane/models/inputkubeevents.py +13 -0
  30. cribl_control_plane/models/inputkubelogs.py +13 -0
  31. cribl_control_plane/models/inputkubemetrics.py +13 -0
  32. cribl_control_plane/models/inputloki.py +13 -7
  33. cribl_control_plane/models/inputmetrics.py +13 -0
  34. cribl_control_plane/models/inputmodeldriventelemetry.py +14 -0
  35. cribl_control_plane/models/inputmsk.py +13 -0
  36. cribl_control_plane/models/inputnetflow.py +13 -0
  37. cribl_control_plane/models/inputoffice365mgmt.py +13 -0
  38. cribl_control_plane/models/inputoffice365msgtrace.py +13 -0
  39. cribl_control_plane/models/inputoffice365service.py +13 -0
  40. cribl_control_plane/models/inputopentelemetry.py +13 -0
  41. cribl_control_plane/models/inputprometheus.py +13 -0
  42. cribl_control_plane/models/inputprometheusrw.py +13 -0
  43. cribl_control_plane/models/inputrawudp.py +13 -0
  44. cribl_control_plane/models/inputs3.py +13 -0
  45. cribl_control_plane/models/inputs3inventory.py +13 -0
  46. cribl_control_plane/models/inputsecuritylake.py +13 -0
  47. cribl_control_plane/models/inputsnmp.py +13 -0
  48. cribl_control_plane/models/inputsplunk.py +13 -0
  49. cribl_control_plane/models/inputsplunkhec.py +13 -0
  50. cribl_control_plane/models/inputsplunksearch.py +13 -0
  51. cribl_control_plane/models/inputsqs.py +13 -0
  52. cribl_control_plane/models/inputsyslog.py +26 -0
  53. cribl_control_plane/models/inputsystemmetrics.py +13 -0
  54. cribl_control_plane/models/inputsystemstate.py +13 -0
  55. cribl_control_plane/models/inputtcp.py +13 -0
  56. cribl_control_plane/models/inputtcpjson.py +13 -0
  57. cribl_control_plane/models/inputwef.py +13 -0
  58. cribl_control_plane/models/inputwindowsmetrics.py +13 -0
  59. cribl_control_plane/models/inputwineventlogs.py +13 -0
  60. cribl_control_plane/models/inputwiz.py +13 -0
  61. cribl_control_plane/models/inputwizwebhook.py +13 -0
  62. cribl_control_plane/models/inputzscalerhec.py +13 -0
  63. cribl_control_plane/models/output.py +14 -14
  64. cribl_control_plane/models/outputgrafanacloud.py +0 -14
  65. cribl_control_plane/models/outputloki.py +0 -7
  66. {cribl_control_plane-0.0.42.dist-info → cribl_control_plane-0.0.43.dist-info}/METADATA +1 -1
  67. {cribl_control_plane-0.0.42.dist-info → cribl_control_plane-0.0.43.dist-info}/RECORD +68 -68
  68. {cribl_control_plane-0.0.42.dist-info → cribl_control_plane-0.0.43.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"
@@ -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
- enable_splunk_hec: NotRequired[bool]
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
- enable_splunk_hec: Annotated[
207
- Optional[bool], pydantic.Field(alias="enableSplunkHec")
208
- ] = False
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"""