cribl-control-plane 0.0.25__py3-none-any.whl → 0.0.26__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 (112) hide show
  1. cribl_control_plane/_version.py +3 -3
  2. cribl_control_plane/destinations.py +10 -8
  3. cribl_control_plane/errors/healthstatus_error.py +1 -1
  4. cribl_control_plane/groups_sdk.py +10 -10
  5. cribl_control_plane/{healthinfo.py → health.py} +3 -1
  6. cribl_control_plane/models/__init__.py +3 -27
  7. cribl_control_plane/models/healthstatus.py +3 -3
  8. cribl_control_plane/models/inputappscope.py +5 -5
  9. cribl_control_plane/models/inputcollection.py +2 -2
  10. cribl_control_plane/models/inputconfluentcloud.py +3 -3
  11. cribl_control_plane/models/inputcribl.py +5 -5
  12. cribl_control_plane/models/inputcriblhttp.py +3 -3
  13. cribl_control_plane/models/inputcribllakehttp.py +3 -3
  14. cribl_control_plane/models/inputcriblmetrics.py +5 -5
  15. cribl_control_plane/models/inputcribltcp.py +3 -3
  16. cribl_control_plane/models/inputdatadogagent.py +3 -3
  17. cribl_control_plane/models/inputedgeprometheus.py +3 -3
  18. cribl_control_plane/models/inputelastic.py +3 -3
  19. cribl_control_plane/models/inputeventhub.py +3 -3
  20. cribl_control_plane/models/inputfile.py +5 -5
  21. cribl_control_plane/models/inputfirehose.py +3 -3
  22. cribl_control_plane/models/inputgooglepubsub.py +3 -3
  23. cribl_control_plane/models/inputgrafana.py +6 -6
  24. cribl_control_plane/models/inputhttp.py +3 -3
  25. cribl_control_plane/models/inputhttpraw.py +3 -3
  26. cribl_control_plane/models/inputjournalfiles.py +3 -3
  27. cribl_control_plane/models/inputkafka.py +3 -3
  28. cribl_control_plane/models/inputkinesis.py +3 -3
  29. cribl_control_plane/models/inputkubeevents.py +5 -5
  30. cribl_control_plane/models/inputkubelogs.py +5 -5
  31. cribl_control_plane/models/inputkubemetrics.py +5 -5
  32. cribl_control_plane/models/inputloki.py +3 -3
  33. cribl_control_plane/models/inputmodeldriventelemetry.py +3 -3
  34. cribl_control_plane/models/inputmsk.py +3 -3
  35. cribl_control_plane/models/inputnetflow.py +3 -3
  36. cribl_control_plane/models/inputoffice365mgmt.py +3 -3
  37. cribl_control_plane/models/inputoffice365msgtrace.py +3 -3
  38. cribl_control_plane/models/inputoffice365service.py +3 -3
  39. cribl_control_plane/models/inputopentelemetry.py +3 -3
  40. cribl_control_plane/models/inputprometheus.py +3 -3
  41. cribl_control_plane/models/inputprometheusrw.py +3 -3
  42. cribl_control_plane/models/inputrawudp.py +3 -3
  43. cribl_control_plane/models/inputsnmp.py +3 -3
  44. cribl_control_plane/models/inputsplunk.py +3 -3
  45. cribl_control_plane/models/inputsplunkhec.py +3 -3
  46. cribl_control_plane/models/inputsplunksearch.py +3 -3
  47. cribl_control_plane/models/inputsqs.py +3 -3
  48. cribl_control_plane/models/inputsystemmetrics.py +5 -5
  49. cribl_control_plane/models/inputsystemstate.py +5 -5
  50. cribl_control_plane/models/inputtcp.py +3 -3
  51. cribl_control_plane/models/inputtcpjson.py +3 -3
  52. cribl_control_plane/models/inputwef.py +3 -3
  53. cribl_control_plane/models/inputwindowsmetrics.py +5 -5
  54. cribl_control_plane/models/inputwiz.py +3 -3
  55. cribl_control_plane/models/inputzscalerhec.py +3 -3
  56. cribl_control_plane/models/outputazureblob.py +3 -3
  57. cribl_control_plane/models/outputazuredataexplorer.py +3 -3
  58. cribl_control_plane/models/outputazureeventhub.py +3 -3
  59. cribl_control_plane/models/outputclickhouse.py +3 -3
  60. cribl_control_plane/models/outputcloudwatch.py +3 -3
  61. cribl_control_plane/models/outputconfluentcloud.py +3 -3
  62. cribl_control_plane/models/outputcriblhttp.py +5 -5
  63. cribl_control_plane/models/outputcribllake.py +5 -5
  64. cribl_control_plane/models/outputcribltcp.py +5 -5
  65. cribl_control_plane/models/outputcrowdstrikenextgensiem.py +3 -3
  66. cribl_control_plane/models/outputdatadog.py +5 -5
  67. cribl_control_plane/models/outputdataset.py +5 -5
  68. cribl_control_plane/models/outputdevnull.py +5 -5
  69. cribl_control_plane/models/outputdiskspool.py +5 -5
  70. cribl_control_plane/models/outputdls3.py +3 -3
  71. cribl_control_plane/models/outputdynatracehttp.py +3 -3
  72. cribl_control_plane/models/outputdynatraceotlp.py +3 -3
  73. cribl_control_plane/models/outputelasticcloud.py +3 -3
  74. cribl_control_plane/models/outputexabeam.py +3 -3
  75. cribl_control_plane/models/outputgooglecloudlogging.py +3 -3
  76. cribl_control_plane/models/outputgooglecloudstorage.py +3 -3
  77. cribl_control_plane/models/outputgrafanacloud.py +10 -10
  78. cribl_control_plane/models/outputgraphite.py +3 -3
  79. cribl_control_plane/models/outputhumiohec.py +3 -3
  80. cribl_control_plane/models/outputkafka.py +3 -3
  81. cribl_control_plane/models/outputkinesis.py +3 -3
  82. cribl_control_plane/models/outputminio.py +3 -3
  83. cribl_control_plane/models/outputmsk.py +3 -3
  84. cribl_control_plane/models/outputnewrelic.py +5 -5
  85. cribl_control_plane/models/outputnewrelicevents.py +3 -3
  86. cribl_control_plane/models/outputring.py +5 -5
  87. cribl_control_plane/models/outputs3.py +3 -3
  88. cribl_control_plane/models/outputsecuritylake.py +3 -3
  89. cribl_control_plane/models/outputsentinel.py +3 -3
  90. cribl_control_plane/models/outputsentineloneaisiem.py +3 -3
  91. cribl_control_plane/models/outputservicenow.py +3 -3
  92. cribl_control_plane/models/outputsns.py +3 -3
  93. cribl_control_plane/models/outputsplunk.py +3 -3
  94. cribl_control_plane/models/outputsplunkhec.py +5 -5
  95. cribl_control_plane/models/outputsqs.py +3 -3
  96. cribl_control_plane/models/outputstatsd.py +3 -3
  97. cribl_control_plane/models/outputstatsdext.py +3 -3
  98. cribl_control_plane/models/outputsyslog.py +5 -5
  99. cribl_control_plane/models/outputtcpjson.py +5 -5
  100. cribl_control_plane/models/outputwebhook.py +5 -5
  101. cribl_control_plane/models/outputxsiam.py +5 -5
  102. cribl_control_plane/nodes.py +252 -68
  103. cribl_control_plane/sdk.py +8 -12
  104. cribl_control_plane/sources.py +2 -0
  105. cribl_control_plane/versioning.py +10 -10
  106. {cribl_control_plane-0.0.25.dist-info → cribl_control_plane-0.0.26.dist-info}/METADATA +20 -27
  107. {cribl_control_plane-0.0.25.dist-info → cribl_control_plane-0.0.26.dist-info}/RECORD +108 -112
  108. cribl_control_plane/deployments.py +0 -185
  109. cribl_control_plane/models/restartresponse.py +0 -26
  110. cribl_control_plane/models/updateworkersrestartop.py +0 -24
  111. cribl_control_plane/workers_sdk.py +0 -187
  112. {cribl_control_plane-0.0.25.dist-info → cribl_control_plane-0.0.26.dist-info}/WHEEL +0 -0
@@ -139,13 +139,13 @@ class OutputNewrelicEventsPqControls(BaseModel):
139
139
 
140
140
 
141
141
  class OutputNewrelicEventsTypedDict(TypedDict):
142
+ type: OutputNewrelicEventsType
142
143
  account_id: str
143
144
  r"""New Relic account ID"""
144
145
  event_type: str
145
146
  r"""Default eventType to use when not present in an event. For more information, see [here](https://docs.newrelic.com/docs/telemetry-data-platform/custom-data/custom-events/data-requirements-limits-custom-event-data/#reserved-words)."""
146
147
  id: NotRequired[str]
147
148
  r"""Unique ID for this output"""
148
- type: NotRequired[OutputNewrelicEventsType]
149
149
  pipeline: NotRequired[str]
150
150
  r"""Pipeline to process data before sending out to this output"""
151
151
  system_fields: NotRequired[List[str]]
@@ -218,6 +218,8 @@ class OutputNewrelicEventsTypedDict(TypedDict):
218
218
 
219
219
 
220
220
  class OutputNewrelicEvents(BaseModel):
221
+ type: OutputNewrelicEventsType
222
+
221
223
  account_id: Annotated[str, pydantic.Field(alias="accountId")]
222
224
  r"""New Relic account ID"""
223
225
 
@@ -227,8 +229,6 @@ class OutputNewrelicEvents(BaseModel):
227
229
  id: Optional[str] = None
228
230
  r"""Unique ID for this output"""
229
231
 
230
- type: Optional[OutputNewrelicEventsType] = None
231
-
232
232
  pipeline: Optional[str] = None
233
233
  r"""Pipeline to process data before sending out to this output"""
234
234
 
@@ -32,9 +32,9 @@ class OutputRingBackpressureBehavior(str, Enum):
32
32
 
33
33
 
34
34
  class OutputRingTypedDict(TypedDict):
35
- id: str
36
- r"""Unique ID for this output"""
37
35
  type: OutputRingType
36
+ id: NotRequired[str]
37
+ r"""Unique ID for this output"""
38
38
  pipeline: NotRequired[str]
39
39
  r"""Pipeline to process data before sending out to this output"""
40
40
  system_fields: NotRequired[List[str]]
@@ -60,11 +60,11 @@ class OutputRingTypedDict(TypedDict):
60
60
 
61
61
 
62
62
  class OutputRing(BaseModel):
63
- id: str
64
- r"""Unique ID for this output"""
65
-
66
63
  type: OutputRingType
67
64
 
65
+ id: Optional[str] = None
66
+ r"""Unique ID for this output"""
67
+
68
68
  pipeline: Optional[str] = None
69
69
  r"""Pipeline to process data before sending out to this output"""
70
70
 
@@ -121,11 +121,11 @@ class OutputS3KeyValueMetadatum(BaseModel):
121
121
 
122
122
 
123
123
  class OutputS3TypedDict(TypedDict):
124
+ type: OutputS3Type
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[OutputS3Type]
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]]
@@ -241,14 +241,14 @@ class OutputS3TypedDict(TypedDict):
241
241
 
242
242
 
243
243
  class OutputS3(BaseModel):
244
+ type: OutputS3Type
245
+
244
246
  bucket: str
245
247
  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}`"""
246
248
 
247
249
  id: Optional[str] = None
248
250
  r"""Unique ID for this output"""
249
251
 
250
- type: Optional[OutputS3Type] = None
251
-
252
252
  pipeline: Optional[str] = None
253
253
  r"""Pipeline to process data before sending out to this output"""
254
254
 
@@ -98,6 +98,7 @@ class OutputSecurityLakeKeyValueMetadatum(BaseModel):
98
98
 
99
99
 
100
100
  class OutputSecurityLakeTypedDict(TypedDict):
101
+ type: OutputSecurityLakeType
101
102
  bucket: str
102
103
  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}`"""
103
104
  region: str
@@ -110,7 +111,6 @@ class OutputSecurityLakeTypedDict(TypedDict):
110
111
  r"""Name of the custom source configured in Amazon Security Lake"""
111
112
  id: NotRequired[str]
112
113
  r"""Unique ID for this output"""
113
- type: NotRequired[OutputSecurityLakeType]
114
114
  pipeline: NotRequired[str]
115
115
  r"""Pipeline to process data before sending out to this output"""
116
116
  system_fields: NotRequired[List[str]]
@@ -213,6 +213,8 @@ class OutputSecurityLakeTypedDict(TypedDict):
213
213
 
214
214
 
215
215
  class OutputSecurityLake(BaseModel):
216
+ type: OutputSecurityLakeType
217
+
216
218
  bucket: str
217
219
  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}`"""
218
220
 
@@ -231,8 +233,6 @@ class OutputSecurityLake(BaseModel):
231
233
  id: Optional[str] = None
232
234
  r"""Unique ID for this output"""
233
235
 
234
- type: Optional[OutputSecurityLakeType] = None
235
-
236
236
  pipeline: Optional[str] = None
237
237
  r"""Pipeline to process data before sending out to this output"""
238
238
 
@@ -142,6 +142,7 @@ class OutputSentinelPqControls(BaseModel):
142
142
 
143
143
 
144
144
  class OutputSentinelTypedDict(TypedDict):
145
+ type: OutputSentinelType
145
146
  login_url: str
146
147
  r"""URL for OAuth"""
147
148
  secret: str
@@ -150,7 +151,6 @@ class OutputSentinelTypedDict(TypedDict):
150
151
  r"""JavaScript expression to compute the Client ID for the Azure application. Can be a constant."""
151
152
  id: NotRequired[str]
152
153
  r"""Unique ID for this output"""
153
- type: NotRequired[OutputSentinelType]
154
154
  pipeline: NotRequired[str]
155
155
  r"""Pipeline to process data before sending out to this output"""
156
156
  system_fields: NotRequired[List[str]]
@@ -244,6 +244,8 @@ class OutputSentinelTypedDict(TypedDict):
244
244
 
245
245
 
246
246
  class OutputSentinel(BaseModel):
247
+ type: OutputSentinelType
248
+
247
249
  login_url: Annotated[str, pydantic.Field(alias="loginUrl")]
248
250
  r"""URL for OAuth"""
249
251
 
@@ -256,8 +258,6 @@ class OutputSentinel(BaseModel):
256
258
  id: Optional[str] = None
257
259
  r"""Unique ID for this output"""
258
260
 
259
- type: Optional[OutputSentinelType] = None
260
-
261
261
  pipeline: Optional[str] = None
262
262
  r"""Pipeline to process data before sending out to this output"""
263
263
 
@@ -150,9 +150,9 @@ class OutputSentinelOneAiSiemPqControls(BaseModel):
150
150
 
151
151
 
152
152
  class OutputSentinelOneAiSiemTypedDict(TypedDict):
153
+ type: OutputSentinelOneAiSiemType
153
154
  id: NotRequired[str]
154
155
  r"""Unique ID for this output"""
155
- type: NotRequired[OutputSentinelOneAiSiemType]
156
156
  pipeline: NotRequired[str]
157
157
  r"""Pipeline to process data before sending out to this output"""
158
158
  system_fields: NotRequired[List[str]]
@@ -256,11 +256,11 @@ class OutputSentinelOneAiSiemTypedDict(TypedDict):
256
256
 
257
257
 
258
258
  class OutputSentinelOneAiSiem(BaseModel):
259
+ type: OutputSentinelOneAiSiemType
260
+
259
261
  id: Optional[str] = None
260
262
  r"""Unique ID for this output"""
261
263
 
262
- type: Optional[OutputSentinelOneAiSiemType] = None
263
-
264
264
  pipeline: Optional[str] = None
265
265
  r"""Pipeline to process data before sending out to this output"""
266
266
 
@@ -233,11 +233,11 @@ class OutputServiceNowPqControls(BaseModel):
233
233
 
234
234
 
235
235
  class OutputServiceNowTypedDict(TypedDict):
236
+ type: OutputServiceNowType
236
237
  token_secret: str
237
238
  r"""Select or create a stored text secret"""
238
239
  id: NotRequired[str]
239
240
  r"""Unique ID for this output"""
240
- type: NotRequired[OutputServiceNowType]
241
241
  pipeline: NotRequired[str]
242
242
  r"""Pipeline to process data before sending out to this output"""
243
243
  system_fields: NotRequired[List[str]]
@@ -319,14 +319,14 @@ class OutputServiceNowTypedDict(TypedDict):
319
319
 
320
320
 
321
321
  class OutputServiceNow(BaseModel):
322
+ type: OutputServiceNowType
323
+
322
324
  token_secret: Annotated[str, pydantic.Field(alias="tokenSecret")]
323
325
  r"""Select or create a stored text secret"""
324
326
 
325
327
  id: Optional[str] = None
326
328
  r"""Unique ID for this output"""
327
329
 
328
- type: Optional[OutputServiceNowType] = None
329
-
330
330
  pipeline: Optional[str] = None
331
331
  r"""Pipeline to process data before sending out to this output"""
332
332
 
@@ -66,13 +66,13 @@ class OutputSnsPqControls(BaseModel):
66
66
 
67
67
 
68
68
  class OutputSnsTypedDict(TypedDict):
69
+ type: OutputSnsType
69
70
  topic_arn: str
70
71
  r"""The ARN of the SNS topic to send events to. When a non-AWS URL is specified, format must be: '{url}/myQueueName'. E.g., 'https://host:port/myQueueName'. 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: `https://host:port/myQueue-${C.vars.myVar}`"""
71
72
  message_group_id: str
72
73
  r"""Messages in the same group are processed in a FIFO manner. Must be a JavaScript expression (which can evaluate to a constant value), enclosed in quotes or backticks. Can be evaluated only at init time. Example referencing a Global Variable: `https://host:port/myQueue-${C.vars.myVar}`."""
73
74
  id: NotRequired[str]
74
75
  r"""Unique ID for this output"""
75
- type: NotRequired[OutputSnsType]
76
76
  pipeline: NotRequired[str]
77
77
  r"""Pipeline to process data before sending out to this output"""
78
78
  system_fields: NotRequired[List[str]]
@@ -126,6 +126,8 @@ class OutputSnsTypedDict(TypedDict):
126
126
 
127
127
 
128
128
  class OutputSns(BaseModel):
129
+ type: OutputSnsType
130
+
129
131
  topic_arn: Annotated[str, pydantic.Field(alias="topicArn")]
130
132
  r"""The ARN of the SNS topic to send events to. When a non-AWS URL is specified, format must be: '{url}/myQueueName'. E.g., 'https://host:port/myQueueName'. 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: `https://host:port/myQueue-${C.vars.myVar}`"""
131
133
 
@@ -135,8 +137,6 @@ class OutputSns(BaseModel):
135
137
  id: Optional[str] = None
136
138
  r"""Unique ID for this output"""
137
139
 
138
- type: Optional[OutputSnsType] = None
139
-
140
140
  pipeline: Optional[str] = None
141
141
  r"""Pipeline to process data before sending out to this output"""
142
142
 
@@ -155,11 +155,11 @@ class OutputSplunkPqControls(BaseModel):
155
155
 
156
156
 
157
157
  class OutputSplunkTypedDict(TypedDict):
158
+ type: OutputSplunkType
158
159
  host: str
159
160
  r"""The hostname of the receiver"""
160
161
  id: NotRequired[str]
161
162
  r"""Unique ID for this output"""
162
- type: NotRequired[OutputSplunkType]
163
163
  pipeline: NotRequired[str]
164
164
  r"""Pipeline to process data before sending out to this output"""
165
165
  system_fields: NotRequired[List[str]]
@@ -216,14 +216,14 @@ class OutputSplunkTypedDict(TypedDict):
216
216
 
217
217
 
218
218
  class OutputSplunk(BaseModel):
219
+ type: OutputSplunkType
220
+
219
221
  host: str
220
222
  r"""The hostname of the receiver"""
221
223
 
222
224
  id: Optional[str] = None
223
225
  r"""Unique ID for this output"""
224
226
 
225
- type: Optional[OutputSplunkType] = None
226
-
227
227
  pipeline: Optional[str] = None
228
228
  r"""Pipeline to process data before sending out to this output"""
229
229
 
@@ -146,9 +146,9 @@ class OutputSplunkHecPqControls(BaseModel):
146
146
 
147
147
 
148
148
  class OutputSplunkHecTypedDict(TypedDict):
149
- id: str
150
- r"""Unique ID for this output"""
151
149
  type: OutputSplunkHecType
150
+ id: NotRequired[str]
151
+ r"""Unique ID for this output"""
152
152
  pipeline: NotRequired[str]
153
153
  r"""Pipeline to process data before sending out to this output"""
154
154
  system_fields: NotRequired[List[str]]
@@ -231,11 +231,11 @@ class OutputSplunkHecTypedDict(TypedDict):
231
231
 
232
232
 
233
233
  class OutputSplunkHec(BaseModel):
234
- id: str
235
- r"""Unique ID for this output"""
236
-
237
234
  type: OutputSplunkHecType
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
 
@@ -73,11 +73,11 @@ class OutputSqsPqControls(BaseModel):
73
73
 
74
74
 
75
75
  class OutputSqsTypedDict(TypedDict):
76
+ type: OutputSqsType
76
77
  queue_name: str
77
78
  r"""The name, URL, or ARN of the SQS queue to send events to. When a non-AWS URL is specified, format must be: '{url}/myQueueName'. Example: 'https://host:port/myQueueName'. Must be a JavaScript expression (which can evaluate to a constant value), enclosed in quotes or backticks. Can be evaluated only at init time. Example referencing a Global Variable: `https://host:port/myQueue-${C.vars.myVar}`."""
78
79
  id: NotRequired[str]
79
80
  r"""Unique ID for this output"""
80
- type: NotRequired[OutputSqsType]
81
81
  pipeline: NotRequired[str]
82
82
  r"""Pipeline to process data before sending out to this output"""
83
83
  system_fields: NotRequired[List[str]]
@@ -145,14 +145,14 @@ class OutputSqsTypedDict(TypedDict):
145
145
 
146
146
 
147
147
  class OutputSqs(BaseModel):
148
+ type: OutputSqsType
149
+
148
150
  queue_name: Annotated[str, pydantic.Field(alias="queueName")]
149
151
  r"""The name, URL, or ARN of the SQS queue to send events to. When a non-AWS URL is specified, format must be: '{url}/myQueueName'. Example: 'https://host:port/myQueueName'. Must be a JavaScript expression (which can evaluate to a constant value), enclosed in quotes or backticks. Can be evaluated only at init time. Example referencing a Global Variable: `https://host:port/myQueue-${C.vars.myVar}`."""
150
152
 
151
153
  id: Optional[str] = None
152
154
  r"""Unique ID for this output"""
153
155
 
154
- type: Optional[OutputSqsType] = None
155
-
156
156
  pipeline: Optional[str] = None
157
157
  r"""Pipeline to process data before sending out to this output"""
158
158
 
@@ -58,11 +58,11 @@ class OutputStatsdPqControls(BaseModel):
58
58
 
59
59
 
60
60
  class OutputStatsdTypedDict(TypedDict):
61
+ type: OutputStatsdType
61
62
  host: str
62
63
  r"""The hostname of the destination."""
63
64
  id: NotRequired[str]
64
65
  r"""Unique ID for this output"""
65
- type: NotRequired[OutputStatsdType]
66
66
  pipeline: NotRequired[str]
67
67
  r"""Pipeline to process data before sending out to this output"""
68
68
  system_fields: NotRequired[List[str]]
@@ -106,14 +106,14 @@ class OutputStatsdTypedDict(TypedDict):
106
106
 
107
107
 
108
108
  class OutputStatsd(BaseModel):
109
+ type: OutputStatsdType
110
+
109
111
  host: str
110
112
  r"""The hostname of the destination."""
111
113
 
112
114
  id: Optional[str] = None
113
115
  r"""Unique ID for this output"""
114
116
 
115
- type: Optional[OutputStatsdType] = None
116
-
117
117
  pipeline: Optional[str] = None
118
118
  r"""Pipeline to process data before sending out to this output"""
119
119
 
@@ -58,11 +58,11 @@ class OutputStatsdExtPqControls(BaseModel):
58
58
 
59
59
 
60
60
  class OutputStatsdExtTypedDict(TypedDict):
61
+ type: OutputStatsdExtType
61
62
  host: str
62
63
  r"""The hostname of the destination."""
63
64
  id: NotRequired[str]
64
65
  r"""Unique ID for this output"""
65
- type: NotRequired[OutputStatsdExtType]
66
66
  pipeline: NotRequired[str]
67
67
  r"""Pipeline to process data before sending out to this output"""
68
68
  system_fields: NotRequired[List[str]]
@@ -106,14 +106,14 @@ class OutputStatsdExtTypedDict(TypedDict):
106
106
 
107
107
 
108
108
  class OutputStatsdExt(BaseModel):
109
+ type: OutputStatsdExtType
110
+
109
111
  host: str
110
112
  r"""The hostname of the destination."""
111
113
 
112
114
  id: Optional[str] = None
113
115
  r"""Unique ID for this output"""
114
116
 
115
- type: Optional[OutputStatsdExtType] = None
116
-
117
117
  pipeline: Optional[str] = None
118
118
  r"""Pipeline to process data before sending out to this output"""
119
119
 
@@ -187,9 +187,9 @@ class OutputSyslogPqControls(BaseModel):
187
187
 
188
188
 
189
189
  class OutputSyslogTypedDict(TypedDict):
190
- id: str
191
- r"""Unique ID for this output"""
192
190
  type: OutputSyslogType
191
+ id: NotRequired[str]
192
+ r"""Unique ID for this output"""
193
193
  pipeline: NotRequired[str]
194
194
  r"""Pipeline to process data before sending out to this output"""
195
195
  system_fields: NotRequired[List[str]]
@@ -250,11 +250,11 @@ class OutputSyslogTypedDict(TypedDict):
250
250
 
251
251
 
252
252
  class OutputSyslog(BaseModel):
253
- id: str
254
- r"""Unique ID for this output"""
255
-
256
253
  type: OutputSyslogType
257
254
 
255
+ id: Optional[str] = None
256
+ r"""Unique ID for this output"""
257
+
258
258
  pipeline: Optional[str] = None
259
259
  r"""Pipeline to process data before sending out to this output"""
260
260
 
@@ -177,9 +177,9 @@ class OutputTcpjsonPqControls(BaseModel):
177
177
 
178
178
 
179
179
  class OutputTcpjsonTypedDict(TypedDict):
180
- id: str
181
- r"""Unique ID for this output"""
182
180
  type: OutputTcpjsonType
181
+ id: NotRequired[str]
182
+ r"""Unique ID for this output"""
183
183
  pipeline: NotRequired[str]
184
184
  r"""Pipeline to process data before sending out to this output"""
185
185
  system_fields: NotRequired[List[str]]
@@ -244,11 +244,11 @@ class OutputTcpjsonTypedDict(TypedDict):
244
244
 
245
245
 
246
246
  class OutputTcpjson(BaseModel):
247
- id: str
248
- r"""Unique ID for this output"""
249
-
250
247
  type: OutputTcpjsonType
251
248
 
249
+ id: Optional[str] = None
250
+ r"""Unique ID for this output"""
251
+
252
252
  pipeline: Optional[str] = None
253
253
  r"""Pipeline to process data before sending out to this output"""
254
254
 
@@ -261,9 +261,9 @@ class OutputWebhookURL(BaseModel):
261
261
 
262
262
 
263
263
  class OutputWebhookTypedDict(TypedDict):
264
- id: str
265
- r"""Unique ID for this output"""
266
264
  type: OutputWebhookType
265
+ id: NotRequired[str]
266
+ r"""Unique ID for this output"""
267
267
  pipeline: NotRequired[str]
268
268
  r"""Pipeline to process data before sending out to this output"""
269
269
  system_fields: NotRequired[List[str]]
@@ -385,11 +385,11 @@ class OutputWebhookTypedDict(TypedDict):
385
385
 
386
386
 
387
387
  class OutputWebhook(BaseModel):
388
- id: str
389
- r"""Unique ID for this output"""
390
-
391
388
  type: OutputWebhookType
392
389
 
390
+ id: Optional[str] = None
391
+ r"""Unique ID for this output"""
392
+
393
393
  pipeline: Optional[str] = None
394
394
  r"""Pipeline to process data before sending out to this output"""
395
395
 
@@ -144,9 +144,9 @@ class OutputXsiamPqControls(BaseModel):
144
144
 
145
145
 
146
146
  class OutputXsiamTypedDict(TypedDict):
147
- id: str
148
- r"""Unique ID for this output"""
149
147
  type: OutputXsiamType
148
+ id: NotRequired[str]
149
+ r"""Unique ID for this output"""
150
150
  pipeline: NotRequired[str]
151
151
  r"""Pipeline to process data before sending out to this output"""
152
152
  system_fields: NotRequired[List[str]]
@@ -223,11 +223,11 @@ class OutputXsiamTypedDict(TypedDict):
223
223
 
224
224
 
225
225
  class OutputXsiam(BaseModel):
226
- id: str
227
- r"""Unique ID for this output"""
228
-
229
226
  type: OutputXsiamType
230
227
 
228
+ id: Optional[str] = None
229
+ r"""Unique ID for this output"""
230
+
231
231
  pipeline: Optional[str] = None
232
232
  r"""Pipeline to process data before sending out to this output"""
233
233