cribl-control-plane 0.0.26a1__py3-none-any.whl → 0.0.27__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 (127) hide show
  1. cribl_control_plane/_version.py +3 -3
  2. cribl_control_plane/acl.py +203 -0
  3. cribl_control_plane/auth_sdk.py +9 -176
  4. cribl_control_plane/branches.py +335 -0
  5. cribl_control_plane/commits.py +1141 -0
  6. cribl_control_plane/commits_files.py +371 -0
  7. cribl_control_plane/configs_versions.py +189 -0
  8. cribl_control_plane/destinations.py +18 -729
  9. cribl_control_plane/destinations_pq.py +359 -0
  10. cribl_control_plane/errors/healthstatus_error.py +1 -1
  11. cribl_control_plane/groups_configs.py +17 -0
  12. cribl_control_plane/groups_sdk.py +18 -551
  13. cribl_control_plane/{healthinfo.py → health.py} +3 -1
  14. cribl_control_plane/hectokens.py +479 -0
  15. cribl_control_plane/models/__init__.py +3 -35
  16. cribl_control_plane/models/healthstatus.py +3 -3
  17. cribl_control_plane/models/inputappscope.py +5 -5
  18. cribl_control_plane/models/inputcollection.py +2 -2
  19. cribl_control_plane/models/inputconfluentcloud.py +3 -3
  20. cribl_control_plane/models/inputcribl.py +5 -5
  21. cribl_control_plane/models/inputcriblhttp.py +3 -3
  22. cribl_control_plane/models/inputcribllakehttp.py +3 -3
  23. cribl_control_plane/models/inputcriblmetrics.py +5 -5
  24. cribl_control_plane/models/inputcribltcp.py +3 -3
  25. cribl_control_plane/models/inputdatadogagent.py +3 -3
  26. cribl_control_plane/models/inputedgeprometheus.py +3 -3
  27. cribl_control_plane/models/inputelastic.py +3 -3
  28. cribl_control_plane/models/inputeventhub.py +3 -3
  29. cribl_control_plane/models/inputfile.py +5 -5
  30. cribl_control_plane/models/inputfirehose.py +3 -3
  31. cribl_control_plane/models/inputgooglepubsub.py +3 -3
  32. cribl_control_plane/models/inputgrafana.py +6 -6
  33. cribl_control_plane/models/inputhttp.py +3 -3
  34. cribl_control_plane/models/inputhttpraw.py +3 -3
  35. cribl_control_plane/models/inputjournalfiles.py +3 -3
  36. cribl_control_plane/models/inputkafka.py +3 -3
  37. cribl_control_plane/models/inputkinesis.py +3 -3
  38. cribl_control_plane/models/inputkubeevents.py +5 -5
  39. cribl_control_plane/models/inputkubelogs.py +5 -5
  40. cribl_control_plane/models/inputkubemetrics.py +5 -5
  41. cribl_control_plane/models/inputloki.py +3 -3
  42. cribl_control_plane/models/inputmodeldriventelemetry.py +3 -3
  43. cribl_control_plane/models/inputmsk.py +3 -3
  44. cribl_control_plane/models/inputnetflow.py +3 -3
  45. cribl_control_plane/models/inputoffice365mgmt.py +3 -3
  46. cribl_control_plane/models/inputoffice365msgtrace.py +3 -3
  47. cribl_control_plane/models/inputoffice365service.py +3 -3
  48. cribl_control_plane/models/inputopentelemetry.py +3 -3
  49. cribl_control_plane/models/inputprometheus.py +3 -3
  50. cribl_control_plane/models/inputprometheusrw.py +3 -3
  51. cribl_control_plane/models/inputrawudp.py +3 -3
  52. cribl_control_plane/models/inputsnmp.py +3 -3
  53. cribl_control_plane/models/inputsplunk.py +3 -3
  54. cribl_control_plane/models/inputsplunkhec.py +3 -3
  55. cribl_control_plane/models/inputsplunksearch.py +3 -3
  56. cribl_control_plane/models/inputsqs.py +3 -3
  57. cribl_control_plane/models/inputsystemmetrics.py +5 -5
  58. cribl_control_plane/models/inputsystemstate.py +5 -5
  59. cribl_control_plane/models/inputtcp.py +3 -3
  60. cribl_control_plane/models/inputtcpjson.py +3 -3
  61. cribl_control_plane/models/inputwef.py +3 -3
  62. cribl_control_plane/models/inputwindowsmetrics.py +5 -5
  63. cribl_control_plane/models/inputwiz.py +3 -3
  64. cribl_control_plane/models/inputzscalerhec.py +3 -3
  65. cribl_control_plane/models/outputazureblob.py +3 -3
  66. cribl_control_plane/models/outputazuredataexplorer.py +3 -3
  67. cribl_control_plane/models/outputazureeventhub.py +3 -3
  68. cribl_control_plane/models/outputclickhouse.py +3 -3
  69. cribl_control_plane/models/outputcloudwatch.py +3 -3
  70. cribl_control_plane/models/outputconfluentcloud.py +3 -3
  71. cribl_control_plane/models/outputcriblhttp.py +5 -5
  72. cribl_control_plane/models/outputcribllake.py +5 -5
  73. cribl_control_plane/models/outputcribltcp.py +5 -5
  74. cribl_control_plane/models/outputcrowdstrikenextgensiem.py +3 -3
  75. cribl_control_plane/models/outputdatadog.py +5 -5
  76. cribl_control_plane/models/outputdataset.py +5 -5
  77. cribl_control_plane/models/outputdevnull.py +5 -5
  78. cribl_control_plane/models/outputdiskspool.py +5 -5
  79. cribl_control_plane/models/outputdls3.py +3 -3
  80. cribl_control_plane/models/outputdynatracehttp.py +3 -3
  81. cribl_control_plane/models/outputdynatraceotlp.py +3 -3
  82. cribl_control_plane/models/outputelasticcloud.py +3 -3
  83. cribl_control_plane/models/outputexabeam.py +3 -3
  84. cribl_control_plane/models/outputgooglecloudlogging.py +3 -3
  85. cribl_control_plane/models/outputgooglecloudstorage.py +3 -3
  86. cribl_control_plane/models/outputgrafanacloud.py +10 -10
  87. cribl_control_plane/models/outputgraphite.py +3 -3
  88. cribl_control_plane/models/outputhumiohec.py +3 -3
  89. cribl_control_plane/models/outputkafka.py +3 -3
  90. cribl_control_plane/models/outputkinesis.py +3 -3
  91. cribl_control_plane/models/outputminio.py +3 -3
  92. cribl_control_plane/models/outputmsk.py +3 -3
  93. cribl_control_plane/models/outputnewrelic.py +5 -5
  94. cribl_control_plane/models/outputnewrelicevents.py +3 -3
  95. cribl_control_plane/models/outputring.py +5 -5
  96. cribl_control_plane/models/outputs3.py +3 -3
  97. cribl_control_plane/models/outputsecuritylake.py +3 -3
  98. cribl_control_plane/models/outputsentinel.py +3 -3
  99. cribl_control_plane/models/outputsentineloneaisiem.py +3 -3
  100. cribl_control_plane/models/outputservicenow.py +3 -3
  101. cribl_control_plane/models/outputsns.py +3 -3
  102. cribl_control_plane/models/outputsplunk.py +3 -3
  103. cribl_control_plane/models/outputsplunkhec.py +5 -5
  104. cribl_control_plane/models/outputsqs.py +3 -3
  105. cribl_control_plane/models/outputstatsd.py +3 -3
  106. cribl_control_plane/models/outputstatsdext.py +3 -3
  107. cribl_control_plane/models/outputsyslog.py +5 -5
  108. cribl_control_plane/models/outputtcpjson.py +5 -5
  109. cribl_control_plane/models/outputwebhook.py +5 -5
  110. cribl_control_plane/models/outputxsiam.py +5 -5
  111. cribl_control_plane/nodes.py +90 -68
  112. cribl_control_plane/samples.py +391 -0
  113. cribl_control_plane/sdk.py +11 -17
  114. cribl_control_plane/sources.py +15 -469
  115. cribl_control_plane/{workers_sdk.py → statuses.py} +23 -25
  116. cribl_control_plane/{deployments.py → summaries.py} +3 -3
  117. cribl_control_plane/teams.py +201 -0
  118. cribl_control_plane/tokens.py +182 -0
  119. cribl_control_plane/versions.py +26 -0
  120. cribl_control_plane/versions_configs.py +171 -0
  121. {cribl_control_plane-0.0.26a1.dist-info → cribl_control_plane-0.0.27.dist-info}/METADATA +67 -36
  122. {cribl_control_plane-0.0.26a1.dist-info → cribl_control_plane-0.0.27.dist-info}/RECORD +123 -114
  123. cribl_control_plane/models/createversionsyncop.py +0 -23
  124. cribl_control_plane/models/restartresponse.py +0 -26
  125. cribl_control_plane/models/updateworkersrestartop.py +0 -24
  126. cribl_control_plane/versioning.py +0 -2309
  127. {cribl_control_plane-0.0.26a1.dist-info → cribl_control_plane-0.0.27.dist-info}/WHEEL +0 -0
@@ -181,6 +181,7 @@ class InputWizAuthenticationMethod(str, Enum):
181
181
 
182
182
 
183
183
  class InputWizTypedDict(TypedDict):
184
+ type: InputWizType
184
185
  auth_url: str
185
186
  r"""The authentication URL to generate an OAuth token"""
186
187
  client_id: str
@@ -188,7 +189,6 @@ class InputWizTypedDict(TypedDict):
188
189
  content_config: List[InputWizContentConfigTypedDict]
189
190
  id: NotRequired[str]
190
191
  r"""Unique ID for this input"""
191
- type: NotRequired[InputWizType]
192
192
  disabled: NotRequired[bool]
193
193
  pipeline: NotRequired[str]
194
194
  r"""Pipeline to process data from this Source before sending it through the Routes"""
@@ -230,6 +230,8 @@ class InputWizTypedDict(TypedDict):
230
230
 
231
231
 
232
232
  class InputWiz(BaseModel):
233
+ type: InputWizType
234
+
233
235
  auth_url: Annotated[str, pydantic.Field(alias="authUrl")]
234
236
  r"""The authentication URL to generate an OAuth token"""
235
237
 
@@ -243,8 +245,6 @@ class InputWiz(BaseModel):
243
245
  id: Optional[str] = None
244
246
  r"""Unique ID for this input"""
245
247
 
246
- type: Optional[InputWizType] = None
247
-
248
248
  disabled: Optional[bool] = False
249
249
 
250
250
  pipeline: Optional[str] = None
@@ -227,11 +227,11 @@ class InputZscalerHecMetadatum(BaseModel):
227
227
 
228
228
 
229
229
  class InputZscalerHecTypedDict(TypedDict):
230
+ type: InputZscalerHecType
230
231
  port: float
231
232
  r"""Port to listen on"""
232
233
  id: NotRequired[str]
233
234
  r"""Unique ID for this input"""
234
- type: NotRequired[InputZscalerHecType]
235
235
  disabled: NotRequired[bool]
236
236
  pipeline: NotRequired[str]
237
237
  r"""Pipeline to process data from this Source before sending it through the Routes"""
@@ -290,14 +290,14 @@ class InputZscalerHecTypedDict(TypedDict):
290
290
 
291
291
 
292
292
  class InputZscalerHec(BaseModel):
293
+ type: InputZscalerHecType
294
+
293
295
  port: float
294
296
  r"""Port to listen on"""
295
297
 
296
298
  id: Optional[str] = None
297
299
  r"""Unique ID for this input"""
298
300
 
299
- type: Optional[InputZscalerHecType] = None
300
-
301
301
  disabled: Optional[bool] = False
302
302
 
303
303
  pipeline: Optional[str] = None
@@ -101,11 +101,11 @@ class OutputAzureBlobCertificate(BaseModel):
101
101
 
102
102
 
103
103
  class OutputAzureBlobTypedDict(TypedDict):
104
+ type: OutputAzureBlobType
104
105
  container_name: str
105
106
  r"""The Azure Blob Storage container name. Name can include only lowercase letters, numbers, and hyphens. For dynamic container names, enter a JavaScript expression within quotes or backticks, to be evaluated at initialization. The expression can evaluate to a constant value and can reference Global Variables, such as `myContainer-${C.env[\"CRIBL_WORKER_ID\"]}`."""
106
107
  id: NotRequired[str]
107
108
  r"""Unique ID for this output"""
108
- type: NotRequired[OutputAzureBlobType]
109
109
  pipeline: NotRequired[str]
110
110
  r"""Pipeline to process data before sending out to this output"""
111
111
  system_fields: NotRequired[List[str]]
@@ -205,14 +205,14 @@ class OutputAzureBlobTypedDict(TypedDict):
205
205
 
206
206
 
207
207
  class OutputAzureBlob(BaseModel):
208
+ type: OutputAzureBlobType
209
+
208
210
  container_name: Annotated[str, pydantic.Field(alias="containerName")]
209
211
  r"""The Azure Blob Storage container name. Name can include only lowercase letters, numbers, and hyphens. For dynamic container names, enter a JavaScript expression within quotes or backticks, to be evaluated at initialization. The expression can evaluate to a constant value and can reference Global Variables, such as `myContainer-${C.env[\"CRIBL_WORKER_ID\"]}`."""
210
212
 
211
213
  id: Optional[str] = None
212
214
  r"""Unique ID for this output"""
213
215
 
214
- type: Optional[OutputAzureBlobType] = None
215
-
216
216
  pipeline: Optional[str] = None
217
217
  r"""Pipeline to process data before sending out to this output"""
218
218
 
@@ -211,6 +211,7 @@ class OutputAzureDataExplorerPqControls(BaseModel):
211
211
 
212
212
 
213
213
  class OutputAzureDataExplorerTypedDict(TypedDict):
214
+ type: OutputAzureDataExplorerType
214
215
  cluster_url: str
215
216
  r"""The base URI for your cluster. Typically, `https://<cluster>.<region>.kusto.windows.net`."""
216
217
  database: str
@@ -225,7 +226,6 @@ class OutputAzureDataExplorerTypedDict(TypedDict):
225
226
  r"""Scope to pass in the OAuth request parameter"""
226
227
  id: NotRequired[str]
227
228
  r"""Unique ID for this output"""
228
- type: NotRequired[OutputAzureDataExplorerType]
229
229
  pipeline: NotRequired[str]
230
230
  r"""Pipeline to process data before sending out to this output"""
231
231
  system_fields: NotRequired[List[str]]
@@ -339,6 +339,8 @@ class OutputAzureDataExplorerTypedDict(TypedDict):
339
339
 
340
340
 
341
341
  class OutputAzureDataExplorer(BaseModel):
342
+ type: OutputAzureDataExplorerType
343
+
342
344
  cluster_url: Annotated[str, pydantic.Field(alias="clusterUrl")]
343
345
  r"""The base URI for your cluster. Typically, `https://<cluster>.<region>.kusto.windows.net`."""
344
346
 
@@ -360,8 +362,6 @@ class OutputAzureDataExplorer(BaseModel):
360
362
  id: Optional[str] = None
361
363
  r"""Unique ID for this output"""
362
364
 
363
- type: Optional[OutputAzureDataExplorerType] = None
364
-
365
365
  pipeline: Optional[str] = None
366
366
  r"""Pipeline to process data before sending out to this output"""
367
367
 
@@ -103,13 +103,13 @@ class OutputAzureEventhubPqControls(BaseModel):
103
103
 
104
104
 
105
105
  class OutputAzureEventhubTypedDict(TypedDict):
106
+ type: OutputAzureEventhubType
106
107
  brokers: List[str]
107
108
  r"""List of Event Hubs Kafka brokers to connect to, eg. yourdomain.servicebus.windows.net:9093. The hostname can be found in the host portion of the primary or secondary connection string in Shared Access Policies."""
108
109
  topic: str
109
110
  r"""The name of the Event Hub (Kafka Topic) to publish events. Can be overwritten using field __topicOut."""
110
111
  id: NotRequired[str]
111
112
  r"""Unique ID for this output"""
112
- type: NotRequired[OutputAzureEventhubType]
113
113
  pipeline: NotRequired[str]
114
114
  r"""Pipeline to process data before sending out to this output"""
115
115
  system_fields: NotRequired[List[str]]
@@ -166,6 +166,8 @@ class OutputAzureEventhubTypedDict(TypedDict):
166
166
 
167
167
 
168
168
  class OutputAzureEventhub(BaseModel):
169
+ type: OutputAzureEventhubType
170
+
169
171
  brokers: List[str]
170
172
  r"""List of Event Hubs Kafka brokers to connect to, eg. yourdomain.servicebus.windows.net:9093. The hostname can be found in the host portion of the primary or secondary connection string in Shared Access Policies."""
171
173
 
@@ -175,8 +177,6 @@ class OutputAzureEventhub(BaseModel):
175
177
  id: Optional[str] = None
176
178
  r"""Unique ID for this output"""
177
179
 
178
- type: Optional[OutputAzureEventhubType] = None
179
-
180
180
  pipeline: Optional[str] = None
181
181
  r"""Pipeline to process data before sending out to this output"""
182
182
 
@@ -264,6 +264,7 @@ class OutputClickHousePqControls(BaseModel):
264
264
 
265
265
 
266
266
  class OutputClickHouseTypedDict(TypedDict):
267
+ type: OutputClickHouseType
267
268
  url: str
268
269
  r"""URL of the ClickHouse instance. Example: http://localhost:8123/"""
269
270
  database: str
@@ -271,7 +272,6 @@ class OutputClickHouseTypedDict(TypedDict):
271
272
  r"""Name of the ClickHouse table where data will be inserted. Name can contain letters (A-Z, a-z), numbers (0-9), and the character \"_\", and must start with either a letter or the character \"_\"."""
272
273
  id: NotRequired[str]
273
274
  r"""Unique ID for this output"""
274
- type: NotRequired[OutputClickHouseType]
275
275
  pipeline: NotRequired[str]
276
276
  r"""Pipeline to process data before sending out to this output"""
277
277
  system_fields: NotRequired[List[str]]
@@ -374,6 +374,8 @@ class OutputClickHouseTypedDict(TypedDict):
374
374
 
375
375
 
376
376
  class OutputClickHouse(BaseModel):
377
+ type: OutputClickHouseType
378
+
377
379
  url: str
378
380
  r"""URL of the ClickHouse instance. Example: http://localhost:8123/"""
379
381
 
@@ -385,8 +387,6 @@ class OutputClickHouse(BaseModel):
385
387
  id: Optional[str] = None
386
388
  r"""Unique ID for this output"""
387
389
 
388
- type: Optional[OutputClickHouseType] = None
389
-
390
390
  pipeline: Optional[str] = None
391
391
  r"""Pipeline to process data before sending out to this output"""
392
392
 
@@ -59,6 +59,7 @@ class OutputCloudwatchPqControls(BaseModel):
59
59
 
60
60
 
61
61
  class OutputCloudwatchTypedDict(TypedDict):
62
+ type: OutputCloudwatchType
62
63
  log_group_name: str
63
64
  r"""CloudWatch log group to associate events with"""
64
65
  log_stream_name: str
@@ -67,7 +68,6 @@ class OutputCloudwatchTypedDict(TypedDict):
67
68
  r"""Region where the CloudWatchLogs is located"""
68
69
  id: NotRequired[str]
69
70
  r"""Unique ID for this output"""
70
- type: NotRequired[OutputCloudwatchType]
71
71
  pipeline: NotRequired[str]
72
72
  r"""Pipeline to process data before sending out to this output"""
73
73
  system_fields: NotRequired[List[str]]
@@ -121,6 +121,8 @@ class OutputCloudwatchTypedDict(TypedDict):
121
121
 
122
122
 
123
123
  class OutputCloudwatch(BaseModel):
124
+ type: OutputCloudwatchType
125
+
124
126
  log_group_name: Annotated[str, pydantic.Field(alias="logGroupName")]
125
127
  r"""CloudWatch log group to associate events with"""
126
128
 
@@ -133,8 +135,6 @@ class OutputCloudwatch(BaseModel):
133
135
  id: Optional[str] = None
134
136
  r"""Unique ID for this output"""
135
137
 
136
- type: Optional[OutputCloudwatchType] = None
137
-
138
138
  pipeline: Optional[str] = None
139
139
  r"""Pipeline to process data before sending out to this output"""
140
140
 
@@ -345,13 +345,13 @@ class OutputConfluentCloudPqControls(BaseModel):
345
345
 
346
346
 
347
347
  class OutputConfluentCloudTypedDict(TypedDict):
348
+ type: OutputConfluentCloudType
348
349
  brokers: List[str]
349
350
  r"""List of Confluent Cloud bootstrap servers to use, such as yourAccount.confluent.cloud:9092."""
350
351
  topic: str
351
352
  r"""The topic to publish events to. Can be overridden using the __topicOut field."""
352
353
  id: NotRequired[str]
353
354
  r"""Unique ID for this output"""
354
- type: NotRequired[OutputConfluentCloudType]
355
355
  pipeline: NotRequired[str]
356
356
  r"""Pipeline to process data before sending out to this output"""
357
357
  system_fields: NotRequired[List[str]]
@@ -415,6 +415,8 @@ class OutputConfluentCloudTypedDict(TypedDict):
415
415
 
416
416
 
417
417
  class OutputConfluentCloud(BaseModel):
418
+ type: OutputConfluentCloudType
419
+
418
420
  brokers: List[str]
419
421
  r"""List of Confluent Cloud bootstrap servers to use, such as yourAccount.confluent.cloud:9092."""
420
422
 
@@ -424,8 +426,6 @@ class OutputConfluentCloud(BaseModel):
424
426
  id: Optional[str] = None
425
427
  r"""Unique ID for this output"""
426
428
 
427
- type: Optional[OutputConfluentCloudType] = None
428
-
429
429
  pipeline: Optional[str] = None
430
430
  r"""Pipeline to process data before sending out to this output"""
431
431
 
@@ -221,9 +221,9 @@ class OutputCriblHTTPPqControls(BaseModel):
221
221
 
222
222
 
223
223
  class OutputCriblHTTPTypedDict(TypedDict):
224
- id: str
225
- r"""Unique ID for this output"""
226
224
  type: OutputCriblHTTPType
225
+ id: NotRequired[str]
226
+ r"""Unique ID for this output"""
227
227
  pipeline: NotRequired[str]
228
228
  r"""Pipeline to process data before sending out to this output"""
229
229
  system_fields: NotRequired[List[str]]
@@ -299,11 +299,11 @@ class OutputCriblHTTPTypedDict(TypedDict):
299
299
 
300
300
 
301
301
  class OutputCriblHTTP(BaseModel):
302
- id: str
303
- r"""Unique ID for this output"""
304
-
305
302
  type: OutputCriblHTTPType
306
303
 
304
+ id: Optional[str] = None
305
+ r"""Unique ID for this output"""
306
+
307
307
  pipeline: Optional[str] = None
308
308
  r"""Pipeline to process data before sending out to this output"""
309
309
 
@@ -76,9 +76,9 @@ class OutputCriblLakeFormat(str, Enum):
76
76
 
77
77
 
78
78
  class OutputCriblLakeTypedDict(TypedDict):
79
- id: str
80
- r"""Unique ID for this output"""
81
79
  type: OutputCriblLakeType
80
+ id: NotRequired[str]
81
+ r"""Unique ID for this output"""
82
82
  pipeline: NotRequired[str]
83
83
  r"""Pipeline to process data before sending out to this output"""
84
84
  system_fields: NotRequired[List[str]]
@@ -166,11 +166,11 @@ class OutputCriblLakeTypedDict(TypedDict):
166
166
 
167
167
 
168
168
  class OutputCriblLake(BaseModel):
169
- id: str
170
- r"""Unique ID for this output"""
171
-
172
169
  type: OutputCriblLakeType
173
170
 
171
+ id: Optional[str] = None
172
+ r"""Unique ID for this output"""
173
+
174
174
  pipeline: Optional[str] = None
175
175
  r"""Pipeline to process data before sending out to this output"""
176
176
 
@@ -170,9 +170,9 @@ class OutputCriblTCPPqControls(BaseModel):
170
170
 
171
171
 
172
172
  class OutputCriblTCPTypedDict(TypedDict):
173
- id: str
174
- r"""Unique ID for this output"""
175
173
  type: OutputCriblTCPType
174
+ id: NotRequired[str]
175
+ r"""Unique ID for this output"""
176
176
  pipeline: NotRequired[str]
177
177
  r"""Pipeline to process data before sending out to this output"""
178
178
  system_fields: NotRequired[List[str]]
@@ -231,11 +231,11 @@ class OutputCriblTCPTypedDict(TypedDict):
231
231
 
232
232
 
233
233
  class OutputCriblTCP(BaseModel):
234
- id: str
235
- r"""Unique ID for this output"""
236
-
237
234
  type: OutputCriblTCPType
238
235
 
236
+ id: Optional[str] = None
237
+ r"""Unique ID for this output"""
238
+
239
239
  pipeline: Optional[str] = None
240
240
  r"""Pipeline to process data before sending out to this output"""
241
241
 
@@ -138,13 +138,13 @@ class OutputCrowdstrikeNextGenSiemPqControls(BaseModel):
138
138
 
139
139
 
140
140
  class OutputCrowdstrikeNextGenSiemTypedDict(TypedDict):
141
+ type: OutputCrowdstrikeNextGenSiemType
141
142
  url: str
142
143
  r"""URL provided from a CrowdStrike data connector.
143
144
  Example: https://ingest.<region>.crowdstrike.com/api/ingest/hec/<connection-id>/v1/services/collector
144
145
  """
145
146
  id: NotRequired[str]
146
147
  r"""Unique ID for this output"""
147
- type: NotRequired[OutputCrowdstrikeNextGenSiemType]
148
148
  pipeline: NotRequired[str]
149
149
  r"""Pipeline to process data before sending out to this output"""
150
150
  system_fields: NotRequired[List[str]]
@@ -217,6 +217,8 @@ class OutputCrowdstrikeNextGenSiemTypedDict(TypedDict):
217
217
 
218
218
 
219
219
  class OutputCrowdstrikeNextGenSiem(BaseModel):
220
+ type: OutputCrowdstrikeNextGenSiemType
221
+
220
222
  url: str
221
223
  r"""URL provided from a CrowdStrike data connector.
222
224
  Example: https://ingest.<region>.crowdstrike.com/api/ingest/hec/<connection-id>/v1/services/collector
@@ -225,8 +227,6 @@ class OutputCrowdstrikeNextGenSiem(BaseModel):
225
227
  id: Optional[str] = None
226
228
  r"""Unique ID for this output"""
227
229
 
228
- type: Optional[OutputCrowdstrikeNextGenSiemType] = None
229
-
230
230
  pipeline: Optional[str] = None
231
231
  r"""Pipeline to process data before sending out to this output"""
232
232
 
@@ -163,9 +163,9 @@ class OutputDatadogPqControls(BaseModel):
163
163
 
164
164
 
165
165
  class OutputDatadogTypedDict(TypedDict):
166
- id: str
167
- r"""Unique ID for this output"""
168
166
  type: OutputDatadogType
167
+ id: NotRequired[str]
168
+ r"""Unique ID for this output"""
169
169
  pipeline: NotRequired[str]
170
170
  r"""Pipeline to process data before sending out to this output"""
171
171
  system_fields: NotRequired[List[str]]
@@ -256,11 +256,11 @@ class OutputDatadogTypedDict(TypedDict):
256
256
 
257
257
 
258
258
  class OutputDatadog(BaseModel):
259
- id: str
260
- r"""Unique ID for this output"""
261
-
262
259
  type: OutputDatadogType
263
260
 
261
+ id: Optional[str] = None
262
+ r"""Unique ID for this output"""
263
+
264
264
  pipeline: Optional[str] = None
265
265
  r"""Pipeline to process data before sending out to this output"""
266
266
 
@@ -151,9 +151,9 @@ class OutputDatasetPqControls(BaseModel):
151
151
 
152
152
 
153
153
  class OutputDatasetTypedDict(TypedDict):
154
- id: str
155
- r"""Unique ID for this output"""
156
154
  type: OutputDatasetType
155
+ id: NotRequired[str]
156
+ r"""Unique ID for this output"""
157
157
  pipeline: NotRequired[str]
158
158
  r"""Pipeline to process data before sending out to this output"""
159
159
  system_fields: NotRequired[List[str]]
@@ -234,11 +234,11 @@ class OutputDatasetTypedDict(TypedDict):
234
234
 
235
235
 
236
236
  class OutputDataset(BaseModel):
237
- id: str
238
- r"""Unique ID for this output"""
239
-
240
237
  type: OutputDatasetType
241
238
 
239
+ id: Optional[str] = None
240
+ r"""Unique ID for this output"""
241
+
242
242
  pipeline: Optional[str] = None
243
243
  r"""Pipeline to process data before sending out to this output"""
244
244
 
@@ -13,9 +13,9 @@ class OutputDevnullType(str, Enum):
13
13
 
14
14
 
15
15
  class OutputDevnullTypedDict(TypedDict):
16
- id: str
17
- r"""Unique ID for this output"""
18
16
  type: OutputDevnullType
17
+ id: NotRequired[str]
18
+ r"""Unique ID for this output"""
19
19
  pipeline: NotRequired[str]
20
20
  r"""Pipeline to process data before sending out to this output"""
21
21
  system_fields: NotRequired[List[str]]
@@ -27,11 +27,11 @@ class OutputDevnullTypedDict(TypedDict):
27
27
 
28
28
 
29
29
  class OutputDevnull(BaseModel):
30
- id: str
31
- r"""Unique ID for this output"""
32
-
33
30
  type: OutputDevnullType
34
31
 
32
+ id: Optional[str] = None
33
+ r"""Unique ID for this output"""
34
+
35
35
  pipeline: Optional[str] = None
36
36
  r"""Pipeline to process data before sending out to this output"""
37
37
 
@@ -20,9 +20,9 @@ class OutputDiskSpoolCompression(str, Enum):
20
20
 
21
21
 
22
22
  class OutputDiskSpoolTypedDict(TypedDict):
23
- id: str
24
- r"""Unique ID for this output"""
25
23
  type: OutputDiskSpoolType
24
+ id: NotRequired[str]
25
+ r"""Unique ID for this output"""
26
26
  pipeline: NotRequired[str]
27
27
  r"""Pipeline to process data before sending out to this output"""
28
28
  system_fields: NotRequired[List[str]]
@@ -45,11 +45,11 @@ class OutputDiskSpoolTypedDict(TypedDict):
45
45
 
46
46
 
47
47
  class OutputDiskSpool(BaseModel):
48
- id: str
49
- r"""Unique ID for this output"""
50
-
51
48
  type: OutputDiskSpoolType
52
49
 
50
+ id: Optional[str] = None
51
+ r"""Unique ID for this output"""
52
+
53
53
  pipeline: Optional[str] = None
54
54
  r"""Pipeline to process data before sending out to this output"""
55
55
 
@@ -121,11 +121,11 @@ class OutputDlS3KeyValueMetadatum(BaseModel):
121
121
 
122
122
 
123
123
  class OutputDlS3TypedDict(TypedDict):
124
+ type: OutputDlS3Type
124
125
  bucket: str
125
126
  r"""Name of the destination S3 bucket. Must be a JavaScript expression (which can evaluate to a constant value), enclosed in quotes or backticks. Can be evaluated only at initialization time. Example referencing a Global Variable: `myBucket-${C.vars.myVar}`"""
126
127
  id: NotRequired[str]
127
128
  r"""Unique ID for this output"""
128
- type: NotRequired[OutputDlS3Type]
129
129
  pipeline: NotRequired[str]
130
130
  r"""Pipeline to process data before sending out to this output"""
131
131
  system_fields: NotRequired[List[str]]
@@ -243,14 +243,14 @@ class OutputDlS3TypedDict(TypedDict):
243
243
 
244
244
 
245
245
  class OutputDlS3(BaseModel):
246
+ type: OutputDlS3Type
247
+
246
248
  bucket: str
247
249
  r"""Name of the destination S3 bucket. Must be a JavaScript expression (which can evaluate to a constant value), enclosed in quotes or backticks. Can be evaluated only at initialization time. Example referencing a Global Variable: `myBucket-${C.vars.myVar}`"""
248
250
 
249
251
  id: Optional[str] = None
250
252
  r"""Unique ID for this output"""
251
253
 
252
- type: Optional[OutputDlS3Type] = None
253
-
254
254
  pipeline: Optional[str] = None
255
255
  r"""Pipeline to process data before sending out to this output"""
256
256
 
@@ -155,9 +155,9 @@ class OutputDynatraceHTTPPqControls(BaseModel):
155
155
 
156
156
 
157
157
  class OutputDynatraceHTTPTypedDict(TypedDict):
158
+ type: OutputDynatraceHTTPType
158
159
  id: NotRequired[str]
159
160
  r"""Unique ID for this output"""
160
- type: NotRequired[OutputDynatraceHTTPType]
161
161
  pipeline: NotRequired[str]
162
162
  r"""Pipeline to process data before sending out to this output"""
163
163
  system_fields: NotRequired[List[str]]
@@ -242,11 +242,11 @@ class OutputDynatraceHTTPTypedDict(TypedDict):
242
242
 
243
243
 
244
244
  class OutputDynatraceHTTP(BaseModel):
245
+ type: OutputDynatraceHTTPType
246
+
245
247
  id: Optional[str] = None
246
248
  r"""Unique ID for this output"""
247
249
 
248
- type: Optional[OutputDynatraceHTTPType] = None
249
-
250
250
  pipeline: Optional[str] = None
251
251
  r"""Pipeline to process data before sending out to this output"""
252
252
 
@@ -169,11 +169,11 @@ class OutputDynatraceOtlpPqControls(BaseModel):
169
169
 
170
170
 
171
171
  class OutputDynatraceOtlpTypedDict(TypedDict):
172
+ type: OutputDynatraceOtlpType
172
173
  token_secret: str
173
174
  r"""Select or create a stored text secret"""
174
175
  id: NotRequired[str]
175
176
  r"""Unique ID for this output"""
176
- type: NotRequired[OutputDynatraceOtlpType]
177
177
  pipeline: NotRequired[str]
178
178
  r"""Pipeline to process data before sending out to this output"""
179
179
  system_fields: NotRequired[List[str]]
@@ -260,14 +260,14 @@ class OutputDynatraceOtlpTypedDict(TypedDict):
260
260
 
261
261
 
262
262
  class OutputDynatraceOtlp(BaseModel):
263
+ type: OutputDynatraceOtlpType
264
+
263
265
  token_secret: Annotated[str, pydantic.Field(alias="tokenSecret")]
264
266
  r"""Select or create a stored text secret"""
265
267
 
266
268
  id: Optional[str] = None
267
269
  r"""Unique ID for this output"""
268
270
 
269
- type: Optional[OutputDynatraceOtlpType] = None
270
-
271
271
  pipeline: Optional[str] = None
272
272
  r"""Pipeline to process data before sending out to this output"""
273
273
 
@@ -160,13 +160,13 @@ class OutputElasticCloudPqControls(BaseModel):
160
160
 
161
161
 
162
162
  class OutputElasticCloudTypedDict(TypedDict):
163
+ type: OutputElasticCloudType
163
164
  url: str
164
165
  r"""Enter Cloud ID of the Elastic Cloud environment to send events to"""
165
166
  index: str
166
167
  r"""Data stream or index to send events to. Must be a JavaScript expression (which can evaluate to a constant value), enclosed in quotes or backticks. Can be overwritten by an event's __index field."""
167
168
  id: NotRequired[str]
168
169
  r"""Unique ID for this output"""
169
- type: NotRequired[OutputElasticCloudType]
170
170
  pipeline: NotRequired[str]
171
171
  r"""Pipeline to process data before sending out to this output"""
172
172
  system_fields: NotRequired[List[str]]
@@ -231,6 +231,8 @@ class OutputElasticCloudTypedDict(TypedDict):
231
231
 
232
232
 
233
233
  class OutputElasticCloud(BaseModel):
234
+ type: OutputElasticCloudType
235
+
234
236
  url: str
235
237
  r"""Enter Cloud ID of the Elastic Cloud environment to send events to"""
236
238
 
@@ -240,8 +242,6 @@ class OutputElasticCloud(BaseModel):
240
242
  id: Optional[str] = None
241
243
  r"""Unique ID for this output"""
242
244
 
243
- type: Optional[OutputElasticCloudType] = None
244
-
245
245
  pipeline: Optional[str] = None
246
246
  r"""Pipeline to process data before sending out to this output"""
247
247
 
@@ -54,6 +54,7 @@ class OutputExabeamDiskSpaceProtection(str, Enum):
54
54
 
55
55
 
56
56
  class OutputExabeamTypedDict(TypedDict):
57
+ type: OutputExabeamType
57
58
  bucket: str
58
59
  r"""Name of the destination bucket. A constant or a JavaScript expression that can only be evaluated at init time. Example of referencing a JavaScript Global Variable: `myBucket-${C.vars.myVar}`."""
59
60
  region: str
@@ -64,7 +65,6 @@ class OutputExabeamTypedDict(TypedDict):
64
65
  """
65
66
  id: NotRequired[str]
66
67
  r"""Unique ID for this output"""
67
- type: NotRequired[OutputExabeamType]
68
68
  pipeline: NotRequired[str]
69
69
  r"""Pipeline to process data before sending out to this output"""
70
70
  system_fields: NotRequired[List[str]]
@@ -126,6 +126,8 @@ class OutputExabeamTypedDict(TypedDict):
126
126
 
127
127
 
128
128
  class OutputExabeam(BaseModel):
129
+ type: OutputExabeamType
130
+
129
131
  bucket: str
130
132
  r"""Name of the destination bucket. A constant or a JavaScript expression that can only be evaluated at init time. Example of referencing a JavaScript Global Variable: `myBucket-${C.vars.myVar}`."""
131
133
 
@@ -140,8 +142,6 @@ class OutputExabeam(BaseModel):
140
142
  id: Optional[str] = None
141
143
  r"""Unique ID for this output"""
142
144
 
143
- type: Optional[OutputExabeamType] = None
144
-
145
145
  pipeline: Optional[str] = None
146
146
  r"""Pipeline to process data before sending out to this output"""
147
147