cribl-control-plane 0.0.24__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.
- cribl_control_plane/_version.py +3 -3
- cribl_control_plane/destinations.py +10 -8
- cribl_control_plane/errors/healthstatus_error.py +1 -1
- cribl_control_plane/groups_sdk.py +10 -10
- cribl_control_plane/{healthinfo.py → health.py} +3 -1
- cribl_control_plane/models/__init__.py +21 -27
- cribl_control_plane/models/healthstatus.py +3 -3
- cribl_control_plane/models/input.py +4 -4
- cribl_control_plane/models/inputappscope.py +5 -5
- cribl_control_plane/models/inputcollection.py +2 -2
- cribl_control_plane/models/inputconfluentcloud.py +17 -3
- cribl_control_plane/models/inputcribl.py +5 -5
- cribl_control_plane/models/inputcriblhttp.py +3 -3
- cribl_control_plane/models/inputcribllakehttp.py +3 -3
- cribl_control_plane/models/inputcriblmetrics.py +5 -5
- cribl_control_plane/models/inputcribltcp.py +3 -3
- cribl_control_plane/models/inputdatadogagent.py +3 -3
- cribl_control_plane/models/inputedgeprometheus.py +3 -3
- cribl_control_plane/models/inputelastic.py +3 -3
- cribl_control_plane/models/inputeventhub.py +3 -3
- cribl_control_plane/models/inputfile.py +5 -5
- cribl_control_plane/models/inputfirehose.py +3 -3
- cribl_control_plane/models/inputgooglepubsub.py +16 -9
- cribl_control_plane/models/inputgrafana.py +20 -6
- cribl_control_plane/models/inputhttp.py +3 -3
- cribl_control_plane/models/inputhttpraw.py +3 -3
- cribl_control_plane/models/inputjournalfiles.py +3 -3
- cribl_control_plane/models/inputkafka.py +17 -3
- cribl_control_plane/models/inputkinesis.py +3 -3
- cribl_control_plane/models/inputkubeevents.py +5 -5
- cribl_control_plane/models/inputkubelogs.py +5 -5
- cribl_control_plane/models/inputkubemetrics.py +5 -5
- cribl_control_plane/models/inputloki.py +10 -3
- cribl_control_plane/models/inputmodeldriventelemetry.py +3 -3
- cribl_control_plane/models/inputmsk.py +17 -3
- cribl_control_plane/models/inputnetflow.py +3 -3
- cribl_control_plane/models/inputoffice365mgmt.py +3 -3
- cribl_control_plane/models/inputoffice365msgtrace.py +3 -3
- cribl_control_plane/models/inputoffice365service.py +3 -3
- cribl_control_plane/models/inputopentelemetry.py +3 -3
- cribl_control_plane/models/inputprometheus.py +3 -3
- cribl_control_plane/models/inputprometheusrw.py +3 -3
- cribl_control_plane/models/inputrawudp.py +3 -3
- cribl_control_plane/models/inputsnmp.py +3 -3
- cribl_control_plane/models/inputsplunk.py +3 -3
- cribl_control_plane/models/inputsplunkhec.py +3 -3
- cribl_control_plane/models/inputsplunksearch.py +3 -3
- cribl_control_plane/models/inputsqs.py +3 -3
- cribl_control_plane/models/inputsystemmetrics.py +5 -5
- cribl_control_plane/models/inputsystemstate.py +5 -5
- cribl_control_plane/models/inputtcp.py +3 -3
- cribl_control_plane/models/inputtcpjson.py +3 -3
- cribl_control_plane/models/inputwef.py +3 -3
- cribl_control_plane/models/inputwindowsmetrics.py +5 -5
- cribl_control_plane/models/inputwiz.py +3 -3
- cribl_control_plane/models/inputzscalerhec.py +3 -3
- cribl_control_plane/models/output.py +14 -14
- cribl_control_plane/models/outputazureblob.py +3 -3
- cribl_control_plane/models/outputazuredataexplorer.py +3 -3
- cribl_control_plane/models/outputazureeventhub.py +3 -3
- cribl_control_plane/models/outputclickhouse.py +3 -3
- cribl_control_plane/models/outputcloudwatch.py +3 -3
- cribl_control_plane/models/outputconfluentcloud.py +17 -3
- cribl_control_plane/models/outputcriblhttp.py +5 -5
- cribl_control_plane/models/outputcribllake.py +5 -5
- cribl_control_plane/models/outputcribltcp.py +5 -5
- cribl_control_plane/models/outputcrowdstrikenextgensiem.py +3 -3
- cribl_control_plane/models/outputdatadog.py +5 -5
- cribl_control_plane/models/outputdataset.py +5 -5
- cribl_control_plane/models/outputdevnull.py +5 -5
- cribl_control_plane/models/outputdiskspool.py +5 -5
- cribl_control_plane/models/outputdls3.py +5 -5
- cribl_control_plane/models/outputdynatracehttp.py +3 -3
- cribl_control_plane/models/outputdynatraceotlp.py +3 -3
- cribl_control_plane/models/outputelasticcloud.py +3 -3
- cribl_control_plane/models/outputexabeam.py +3 -3
- cribl_control_plane/models/outputgooglecloudlogging.py +3 -3
- cribl_control_plane/models/outputgooglecloudstorage.py +5 -5
- cribl_control_plane/models/outputgrafanacloud.py +24 -10
- cribl_control_plane/models/outputgraphite.py +3 -3
- cribl_control_plane/models/outputhumiohec.py +3 -3
- cribl_control_plane/models/outputkafka.py +17 -3
- cribl_control_plane/models/outputkinesis.py +3 -3
- cribl_control_plane/models/outputloki.py +14 -0
- cribl_control_plane/models/outputminio.py +3 -3
- cribl_control_plane/models/outputmsk.py +17 -3
- cribl_control_plane/models/outputnewrelic.py +5 -5
- cribl_control_plane/models/outputnewrelicevents.py +3 -3
- cribl_control_plane/models/outputring.py +5 -5
- cribl_control_plane/models/outputs3.py +5 -5
- cribl_control_plane/models/outputsecuritylake.py +3 -3
- cribl_control_plane/models/outputsentinel.py +3 -3
- cribl_control_plane/models/outputsentineloneaisiem.py +3 -3
- cribl_control_plane/models/outputservicenow.py +3 -3
- cribl_control_plane/models/outputsns.py +3 -3
- cribl_control_plane/models/outputsplunk.py +3 -3
- cribl_control_plane/models/outputsplunkhec.py +5 -5
- cribl_control_plane/models/outputsqs.py +3 -3
- cribl_control_plane/models/outputstatsd.py +3 -3
- cribl_control_plane/models/outputstatsdext.py +3 -3
- cribl_control_plane/models/outputsyslog.py +5 -5
- cribl_control_plane/models/outputtcpjson.py +5 -5
- cribl_control_plane/models/outputwebhook.py +5 -5
- cribl_control_plane/models/outputxsiam.py +5 -5
- cribl_control_plane/nodes.py +100 -90
- cribl_control_plane/pipelines.py +20 -20
- cribl_control_plane/sdk.py +6 -6
- cribl_control_plane/sources.py +2 -0
- cribl_control_plane/versioning.py +14 -14
- {cribl_control_plane-0.0.24.dist-info → cribl_control_plane-0.0.26.dist-info}/METADATA +24 -28
- {cribl_control_plane-0.0.24.dist-info → cribl_control_plane-0.0.26.dist-info}/RECORD +112 -115
- cribl_control_plane/deployments.py +0 -185
- cribl_control_plane/models/restartresponse.py +0 -26
- cribl_control_plane/models/updateworkersrestartop.py +0 -24
- {cribl_control_plane-0.0.24.dist-info → cribl_control_plane-0.0.26.dist-info}/WHEEL +0 -0
|
@@ -37,6 +37,13 @@ class OutputMskCompression(str, Enum):
|
|
|
37
37
|
LZ4 = "lz4"
|
|
38
38
|
|
|
39
39
|
|
|
40
|
+
class OutputMskSchemaType(str, Enum):
|
|
41
|
+
r"""The schema format used to encode and decode event data"""
|
|
42
|
+
|
|
43
|
+
AVRO = "avro"
|
|
44
|
+
JSON = "json"
|
|
45
|
+
|
|
46
|
+
|
|
40
47
|
class OutputMskAuthTypedDict(TypedDict):
|
|
41
48
|
r"""Credentials to use when authenticating with the schema registry using basic HTTP authentication"""
|
|
42
49
|
|
|
@@ -137,6 +144,8 @@ class OutputMskKafkaSchemaRegistryAuthenticationTypedDict(TypedDict):
|
|
|
137
144
|
disabled: NotRequired[bool]
|
|
138
145
|
schema_registry_url: NotRequired[str]
|
|
139
146
|
r"""URL for accessing the Confluent Schema Registry. Example: http://localhost:8081. To connect over TLS, use https instead of http."""
|
|
147
|
+
schema_type: NotRequired[OutputMskSchemaType]
|
|
148
|
+
r"""The schema format used to encode and decode event data"""
|
|
140
149
|
connection_timeout: NotRequired[float]
|
|
141
150
|
r"""Maximum time to wait for a Schema Registry connection to complete successfully"""
|
|
142
151
|
request_timeout: NotRequired[float]
|
|
@@ -160,6 +169,11 @@ class OutputMskKafkaSchemaRegistryAuthentication(BaseModel):
|
|
|
160
169
|
] = "http://localhost:8081"
|
|
161
170
|
r"""URL for accessing the Confluent Schema Registry. Example: http://localhost:8081. To connect over TLS, use https instead of http."""
|
|
162
171
|
|
|
172
|
+
schema_type: Annotated[
|
|
173
|
+
Optional[OutputMskSchemaType], pydantic.Field(alias="schemaType")
|
|
174
|
+
] = OutputMskSchemaType.AVRO
|
|
175
|
+
r"""The schema format used to encode and decode event data"""
|
|
176
|
+
|
|
163
177
|
connection_timeout: Annotated[
|
|
164
178
|
Optional[float], pydantic.Field(alias="connectionTimeout")
|
|
165
179
|
] = 30000
|
|
@@ -318,6 +332,7 @@ class OutputMskPqControls(BaseModel):
|
|
|
318
332
|
|
|
319
333
|
|
|
320
334
|
class OutputMskTypedDict(TypedDict):
|
|
335
|
+
type: OutputMskType
|
|
321
336
|
brokers: List[str]
|
|
322
337
|
r"""Enter each Kafka bootstrap server you want to use. Specify hostname and port, e.g., mykafkabroker:9092, or just hostname, in which case @{product} will assign port 9092."""
|
|
323
338
|
topic: str
|
|
@@ -326,7 +341,6 @@ class OutputMskTypedDict(TypedDict):
|
|
|
326
341
|
r"""Region where the MSK cluster is located"""
|
|
327
342
|
id: NotRequired[str]
|
|
328
343
|
r"""Unique ID for this output"""
|
|
329
|
-
type: NotRequired[OutputMskType]
|
|
330
344
|
pipeline: NotRequired[str]
|
|
331
345
|
r"""Pipeline to process data before sending out to this output"""
|
|
332
346
|
system_fields: NotRequired[List[str]]
|
|
@@ -410,6 +424,8 @@ class OutputMskTypedDict(TypedDict):
|
|
|
410
424
|
|
|
411
425
|
|
|
412
426
|
class OutputMsk(BaseModel):
|
|
427
|
+
type: OutputMskType
|
|
428
|
+
|
|
413
429
|
brokers: List[str]
|
|
414
430
|
r"""Enter each Kafka bootstrap server you want to use. Specify hostname and port, e.g., mykafkabroker:9092, or just hostname, in which case @{product} will assign port 9092."""
|
|
415
431
|
|
|
@@ -422,8 +438,6 @@ class OutputMsk(BaseModel):
|
|
|
422
438
|
id: Optional[str] = None
|
|
423
439
|
r"""Unique ID for this output"""
|
|
424
440
|
|
|
425
|
-
type: Optional[OutputMskType] = None
|
|
426
|
-
|
|
427
441
|
pipeline: Optional[str] = None
|
|
428
442
|
r"""Pipeline to process data before sending out to this output"""
|
|
429
443
|
|
|
@@ -159,9 +159,9 @@ class OutputNewrelicPqControls(BaseModel):
|
|
|
159
159
|
|
|
160
160
|
|
|
161
161
|
class OutputNewrelicTypedDict(TypedDict):
|
|
162
|
-
id: str
|
|
163
|
-
r"""Unique ID for this output"""
|
|
164
162
|
type: OutputNewrelicType
|
|
163
|
+
id: NotRequired[str]
|
|
164
|
+
r"""Unique ID for this output"""
|
|
165
165
|
pipeline: NotRequired[str]
|
|
166
166
|
r"""Pipeline to process data before sending out to this output"""
|
|
167
167
|
system_fields: NotRequired[List[str]]
|
|
@@ -238,11 +238,11 @@ class OutputNewrelicTypedDict(TypedDict):
|
|
|
238
238
|
|
|
239
239
|
|
|
240
240
|
class OutputNewrelic(BaseModel):
|
|
241
|
-
id: str
|
|
242
|
-
r"""Unique ID for this output"""
|
|
243
|
-
|
|
244
241
|
type: OutputNewrelicType
|
|
245
242
|
|
|
243
|
+
id: Optional[str] = None
|
|
244
|
+
r"""Unique ID for this output"""
|
|
245
|
+
|
|
246
246
|
pipeline: Optional[str] = None
|
|
247
247
|
r"""Pipeline to process data before sending out to this output"""
|
|
248
248
|
|
|
@@ -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]]
|
|
@@ -161,7 +161,7 @@ class OutputS3TypedDict(TypedDict):
|
|
|
161
161
|
add_id_to_stage_path: NotRequired[bool]
|
|
162
162
|
r"""Add the Output ID value to staging location"""
|
|
163
163
|
dest_path: NotRequired[str]
|
|
164
|
-
r"""Prefix to
|
|
164
|
+
r"""Prefix to prepend to files before uploading. 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: `myKeyPrefix-${C.vars.myVar}`"""
|
|
165
165
|
object_acl: NotRequired[OutputS3ObjectACL]
|
|
166
166
|
r"""Object ACL to assign to uploaded objects"""
|
|
167
167
|
storage_class: NotRequired[OutputS3StorageClass]
|
|
@@ -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
|
|
|
@@ -326,7 +326,7 @@ class OutputS3(BaseModel):
|
|
|
326
326
|
r"""Add the Output ID value to staging location"""
|
|
327
327
|
|
|
328
328
|
dest_path: Annotated[Optional[str], pydantic.Field(alias="destPath")] = ""
|
|
329
|
-
r"""Prefix to
|
|
329
|
+
r"""Prefix to prepend to files before uploading. 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: `myKeyPrefix-${C.vars.myVar}`"""
|
|
330
330
|
|
|
331
331
|
object_acl: Annotated[
|
|
332
332
|
Optional[OutputS3ObjectACL], pydantic.Field(alias="objectACL")
|
|
@@ -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
|
|