cribl-control-plane 0.1.0b1__py3-none-any.whl → 0.1.1rc1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cribl-control-plane might be problematic. Click here for more details.
- cribl_control_plane/_hooks/clientcredentials.py +91 -41
- cribl_control_plane/_version.py +4 -4
- cribl_control_plane/errors/apierror.py +1 -1
- cribl_control_plane/errors/criblcontrolplaneerror.py +1 -1
- cribl_control_plane/errors/error.py +1 -1
- cribl_control_plane/errors/healthstatus_error.py +1 -1
- cribl_control_plane/errors/no_response_error.py +1 -1
- cribl_control_plane/errors/responsevalidationerror.py +1 -1
- cribl_control_plane/groups_sdk.py +4 -4
- cribl_control_plane/httpclient.py +0 -1
- cribl_control_plane/lakedatasets.py +12 -12
- cribl_control_plane/models/__init__.py +92 -25
- cribl_control_plane/models/configgroup.py +17 -2
- cribl_control_plane/models/createversionundoop.py +3 -3
- cribl_control_plane/models/cribllakedatasetupdate.py +81 -0
- cribl_control_plane/models/distributedsummary.py +6 -0
- cribl_control_plane/models/gitinfo.py +14 -3
- cribl_control_plane/models/input.py +65 -63
- cribl_control_plane/models/inputappscope.py +4 -0
- cribl_control_plane/models/inputazureblob.py +4 -0
- cribl_control_plane/models/inputcollection.py +4 -0
- cribl_control_plane/models/inputconfluentcloud.py +8 -0
- cribl_control_plane/models/inputcribl.py +4 -0
- cribl_control_plane/models/inputcriblhttp.py +4 -0
- cribl_control_plane/models/inputcribllakehttp.py +4 -0
- cribl_control_plane/models/inputcriblmetrics.py +4 -0
- cribl_control_plane/models/inputcribltcp.py +4 -0
- cribl_control_plane/models/inputcrowdstrike.py +7 -0
- cribl_control_plane/models/inputdatadogagent.py +4 -0
- cribl_control_plane/models/inputdatagen.py +4 -0
- cribl_control_plane/models/inputedgeprometheus.py +12 -0
- cribl_control_plane/models/inputelastic.py +11 -0
- cribl_control_plane/models/inputeventhub.py +6 -0
- cribl_control_plane/models/inputexec.py +4 -0
- cribl_control_plane/models/inputfile.py +6 -0
- cribl_control_plane/models/inputfirehose.py +4 -0
- cribl_control_plane/models/inputgooglepubsub.py +7 -0
- cribl_control_plane/models/inputgrafana.py +8 -0
- cribl_control_plane/models/inputhttp.py +4 -0
- cribl_control_plane/models/inputhttpraw.py +4 -0
- cribl_control_plane/models/inputjournalfiles.py +4 -0
- cribl_control_plane/models/inputkafka.py +8 -0
- cribl_control_plane/models/inputkinesis.py +15 -0
- cribl_control_plane/models/inputkubeevents.py +4 -0
- cribl_control_plane/models/inputkubelogs.py +4 -0
- cribl_control_plane/models/inputkubemetrics.py +4 -0
- cribl_control_plane/models/inputloki.py +4 -0
- cribl_control_plane/models/inputmetrics.py +4 -0
- cribl_control_plane/models/inputmodeldriventelemetry.py +4 -0
- cribl_control_plane/models/inputmsk.py +7 -0
- cribl_control_plane/models/inputnetflow.py +4 -0
- cribl_control_plane/models/inputoffice365mgmt.py +11 -0
- cribl_control_plane/models/inputoffice365msgtrace.py +11 -0
- cribl_control_plane/models/inputoffice365service.py +11 -0
- cribl_control_plane/models/inputopentelemetry.py +8 -0
- cribl_control_plane/models/inputprometheus.py +10 -0
- cribl_control_plane/models/inputprometheusrw.py +4 -0
- cribl_control_plane/models/inputrawudp.py +4 -0
- cribl_control_plane/models/inputs3.py +7 -0
- cribl_control_plane/models/inputs3inventory.py +7 -0
- cribl_control_plane/models/inputsecuritylake.py +7 -0
- cribl_control_plane/models/inputsnmp.py +11 -0
- cribl_control_plane/models/inputsplunk.py +9 -0
- cribl_control_plane/models/inputsplunkhec.py +4 -0
- cribl_control_plane/models/inputsplunksearch.py +7 -0
- cribl_control_plane/models/inputsqs.py +17 -10
- cribl_control_plane/models/inputsyslog.py +8 -0
- cribl_control_plane/models/inputsystemmetrics.py +32 -0
- cribl_control_plane/models/inputsystemstate.py +4 -0
- cribl_control_plane/models/inputtcp.py +4 -0
- cribl_control_plane/models/inputtcpjson.py +4 -0
- cribl_control_plane/models/inputwef.py +6 -0
- cribl_control_plane/models/inputwindowsmetrics.py +28 -0
- cribl_control_plane/models/inputwineventlogs.py +8 -0
- cribl_control_plane/models/inputwiz.py +7 -0
- cribl_control_plane/models/inputwizwebhook.py +4 -0
- cribl_control_plane/models/inputzscalerhec.py +4 -0
- cribl_control_plane/models/jobinfo.py +4 -1
- cribl_control_plane/models/nodeprovidedinfo.py +4 -1
- cribl_control_plane/models/output.py +86 -81
- cribl_control_plane/models/outputazureblob.py +20 -0
- cribl_control_plane/models/outputazuredataexplorer.py +28 -0
- cribl_control_plane/models/outputazureeventhub.py +17 -0
- cribl_control_plane/models/outputazurelogs.py +13 -0
- cribl_control_plane/models/outputchronicle.py +444 -0
- cribl_control_plane/models/outputclickhouse.py +17 -0
- cribl_control_plane/models/outputcloudwatch.py +13 -0
- cribl_control_plane/models/outputconfluentcloud.py +24 -0
- cribl_control_plane/models/outputcriblhttp.py +15 -0
- cribl_control_plane/models/outputcribllake.py +21 -0
- cribl_control_plane/models/outputcribltcp.py +12 -0
- cribl_control_plane/models/outputcrowdstrikenextgensiem.py +15 -0
- cribl_control_plane/models/outputdatabricks.py +28 -176
- cribl_control_plane/models/outputdatadog.py +30 -0
- cribl_control_plane/models/outputdataset.py +23 -0
- cribl_control_plane/models/outputdls3.py +35 -0
- cribl_control_plane/models/outputdynatracehttp.py +22 -0
- cribl_control_plane/models/outputdynatraceotlp.py +22 -0
- cribl_control_plane/models/outputelastic.py +18 -0
- cribl_control_plane/models/outputelasticcloud.py +13 -0
- cribl_control_plane/models/outputexabeam.py +14 -0
- cribl_control_plane/models/outputfilesystem.py +15 -0
- cribl_control_plane/models/outputgooglechronicle.py +26 -4
- cribl_control_plane/models/outputgooglecloudlogging.py +28 -4
- cribl_control_plane/models/outputgooglecloudstorage.py +28 -0
- cribl_control_plane/models/outputgooglepubsub.py +13 -0
- cribl_control_plane/models/outputgrafanacloud.py +50 -0
- cribl_control_plane/models/outputgraphite.py +12 -0
- cribl_control_plane/models/outputhoneycomb.py +13 -0
- cribl_control_plane/models/outputhumiohec.py +15 -0
- cribl_control_plane/models/outputinfluxdb.py +19 -0
- cribl_control_plane/models/outputkafka.py +24 -0
- cribl_control_plane/models/outputkinesis.py +15 -0
- cribl_control_plane/models/outputloki.py +20 -0
- cribl_control_plane/models/outputminio.py +28 -0
- cribl_control_plane/models/outputmsk.py +23 -0
- cribl_control_plane/models/outputnewrelic.py +16 -0
- cribl_control_plane/models/outputnewrelicevents.py +16 -0
- cribl_control_plane/models/outputopentelemetry.py +22 -0
- cribl_control_plane/models/outputprometheus.py +13 -0
- cribl_control_plane/models/outputring.py +2 -0
- cribl_control_plane/models/outputs3.py +35 -0
- cribl_control_plane/models/outputsecuritylake.py +29 -0
- cribl_control_plane/models/outputsentinel.py +15 -0
- cribl_control_plane/models/outputsentineloneaisiem.py +13 -0
- cribl_control_plane/models/outputservicenow.py +21 -0
- cribl_control_plane/models/outputsignalfx.py +13 -0
- cribl_control_plane/models/outputsns.py +13 -0
- cribl_control_plane/models/outputsplunk.py +15 -0
- cribl_control_plane/models/outputsplunkhec.py +13 -0
- cribl_control_plane/models/outputsplunklb.py +15 -0
- cribl_control_plane/models/outputsqs.py +23 -10
- cribl_control_plane/models/outputstatsd.py +12 -0
- cribl_control_plane/models/outputstatsdext.py +12 -0
- cribl_control_plane/models/outputsumologic.py +15 -0
- cribl_control_plane/models/outputsyslog.py +24 -0
- cribl_control_plane/models/outputtcpjson.py +12 -0
- cribl_control_plane/models/outputwavefront.py +13 -0
- cribl_control_plane/models/outputwebhook.py +23 -0
- cribl_control_plane/models/outputxsiam.py +13 -0
- cribl_control_plane/models/packinfo.py +3 -0
- cribl_control_plane/models/packinstallinfo.py +3 -0
- cribl_control_plane/models/runnablejobcollection.py +4 -0
- cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +9 -5
- cribl_control_plane/models/updatepacksop.py +27 -0
- cribl_control_plane/models/uploadpackresponse.py +13 -0
- cribl_control_plane/packs.py +196 -1
- {cribl_control_plane-0.1.0b1.dist-info → cribl_control_plane-0.1.1rc1.dist-info}/METADATA +47 -13
- {cribl_control_plane-0.1.0b1.dist-info → cribl_control_plane-0.1.1rc1.dist-info}/RECORD +150 -146
- {cribl_control_plane-0.1.0b1.dist-info → cribl_control_plane-0.1.1rc1.dist-info}/WHEEL +0 -0
|
@@ -22,6 +22,7 @@ if TYPE_CHECKING:
|
|
|
22
22
|
ConfigGroup,
|
|
23
23
|
ConfigGroupType,
|
|
24
24
|
ConfigGroupTypedDict,
|
|
25
|
+
EstimatedIngestRate,
|
|
25
26
|
Git,
|
|
26
27
|
GitTypedDict,
|
|
27
28
|
)
|
|
@@ -97,6 +98,11 @@ if TYPE_CHECKING:
|
|
|
97
98
|
CriblLakeDatasetFormat,
|
|
98
99
|
CriblLakeDatasetTypedDict,
|
|
99
100
|
)
|
|
101
|
+
from .cribllakedatasetupdate import (
|
|
102
|
+
CriblLakeDatasetUpdate,
|
|
103
|
+
CriblLakeDatasetUpdateFormat,
|
|
104
|
+
CriblLakeDatasetUpdateTypedDict,
|
|
105
|
+
)
|
|
100
106
|
from .currentbranchresult import CurrentBranchResult, CurrentBranchResultTypedDict
|
|
101
107
|
from .datasetmetadata import DatasetMetadata, DatasetMetadataTypedDict, ScanMode
|
|
102
108
|
from .datasetmetadataruninfo import (
|
|
@@ -335,7 +341,7 @@ if TYPE_CHECKING:
|
|
|
335
341
|
from .gitdiffresult import GitDiffResult, GitDiffResultTypedDict
|
|
336
342
|
from .gitfile import GitFile, GitFileTypedDict
|
|
337
343
|
from .gitfilesresponse import GitFilesResponse, GitFilesResponseTypedDict
|
|
338
|
-
from .gitinfo import GitInfo, GitInfoTypedDict, Remote, RemoteTypedDict
|
|
344
|
+
from .gitinfo import GitInfo, GitInfoTypedDict, Remote, RemoteEnum, RemoteTypedDict
|
|
339
345
|
from .gitlogresult import GitLogResult, GitLogResultTypedDict
|
|
340
346
|
from .gitrevertparams import GitRevertParams, GitRevertParamsTypedDict
|
|
341
347
|
from .gitrevertresult import (
|
|
@@ -1920,6 +1926,27 @@ if TYPE_CHECKING:
|
|
|
1920
1926
|
OutputAzureLogsType,
|
|
1921
1927
|
OutputAzureLogsTypedDict,
|
|
1922
1928
|
)
|
|
1929
|
+
from .outputchronicle import (
|
|
1930
|
+
OutputChronicle,
|
|
1931
|
+
OutputChronicleAuthenticationMethod,
|
|
1932
|
+
OutputChronicleBackpressureBehavior,
|
|
1933
|
+
OutputChronicleCompression,
|
|
1934
|
+
OutputChronicleCustomLabel,
|
|
1935
|
+
OutputChronicleCustomLabelTypedDict,
|
|
1936
|
+
OutputChronicleExtraHTTPHeader,
|
|
1937
|
+
OutputChronicleExtraHTTPHeaderTypedDict,
|
|
1938
|
+
OutputChronicleFailedRequestLoggingMode,
|
|
1939
|
+
OutputChronicleMode,
|
|
1940
|
+
OutputChroniclePqControls,
|
|
1941
|
+
OutputChroniclePqControlsTypedDict,
|
|
1942
|
+
OutputChronicleQueueFullBehavior,
|
|
1943
|
+
OutputChronicleResponseRetrySetting,
|
|
1944
|
+
OutputChronicleResponseRetrySettingTypedDict,
|
|
1945
|
+
OutputChronicleTimeoutRetrySettings,
|
|
1946
|
+
OutputChronicleTimeoutRetrySettingsTypedDict,
|
|
1947
|
+
OutputChronicleType,
|
|
1948
|
+
OutputChronicleTypedDict,
|
|
1949
|
+
)
|
|
1923
1950
|
from .outputclickhouse import (
|
|
1924
1951
|
ColumnMapping,
|
|
1925
1952
|
ColumnMappingTypedDict,
|
|
@@ -2073,14 +2100,8 @@ if TYPE_CHECKING:
|
|
|
2073
2100
|
OutputDatabricks,
|
|
2074
2101
|
OutputDatabricksAuthenticationMethod,
|
|
2075
2102
|
OutputDatabricksBackpressureBehavior,
|
|
2076
|
-
OutputDatabricksCompression,
|
|
2077
|
-
OutputDatabricksCompressionLevel,
|
|
2078
2103
|
OutputDatabricksDataFormat,
|
|
2079
|
-
OutputDatabricksDataPageVersion,
|
|
2080
2104
|
OutputDatabricksDiskSpaceProtection,
|
|
2081
|
-
OutputDatabricksKeyValueMetadatum,
|
|
2082
|
-
OutputDatabricksKeyValueMetadatumTypedDict,
|
|
2083
|
-
OutputDatabricksParquetVersion,
|
|
2084
2105
|
OutputDatabricksType,
|
|
2085
2106
|
OutputDatabricksTypedDict,
|
|
2086
2107
|
)
|
|
@@ -2277,8 +2298,6 @@ if TYPE_CHECKING:
|
|
|
2277
2298
|
OutputFilesystemTypedDict,
|
|
2278
2299
|
)
|
|
2279
2300
|
from .outputgooglechronicle import (
|
|
2280
|
-
CustomLabel,
|
|
2281
|
-
CustomLabelTypedDict,
|
|
2282
2301
|
ExtraLogType,
|
|
2283
2302
|
ExtraLogTypeTypedDict,
|
|
2284
2303
|
OutputGoogleChronicle,
|
|
@@ -2286,6 +2305,8 @@ if TYPE_CHECKING:
|
|
|
2286
2305
|
OutputGoogleChronicleAuthenticationMethod,
|
|
2287
2306
|
OutputGoogleChronicleBackpressureBehavior,
|
|
2288
2307
|
OutputGoogleChronicleCompression,
|
|
2308
|
+
OutputGoogleChronicleCustomLabel,
|
|
2309
|
+
OutputGoogleChronicleCustomLabelTypedDict,
|
|
2289
2310
|
OutputGoogleChronicleExtraHTTPHeader,
|
|
2290
2311
|
OutputGoogleChronicleExtraHTTPHeaderTypedDict,
|
|
2291
2312
|
OutputGoogleChronicleFailedRequestLoggingMode,
|
|
@@ -3274,6 +3295,7 @@ if TYPE_CHECKING:
|
|
|
3274
3295
|
UpdatePacksByIDResponse,
|
|
3275
3296
|
UpdatePacksByIDResponseTypedDict,
|
|
3276
3297
|
)
|
|
3298
|
+
from .updatepacksop import UpdatePacksRequest, UpdatePacksRequestTypedDict
|
|
3277
3299
|
from .updatepipelinebyidop import (
|
|
3278
3300
|
UpdatePipelineByIDRequest,
|
|
3279
3301
|
UpdatePipelineByIDRequestTypedDict,
|
|
@@ -3286,6 +3308,7 @@ if TYPE_CHECKING:
|
|
|
3286
3308
|
UpdateRoutesByIDResponse,
|
|
3287
3309
|
UpdateRoutesByIDResponseTypedDict,
|
|
3288
3310
|
)
|
|
3311
|
+
from .uploadpackresponse import UploadPackResponse, UploadPackResponseTypedDict
|
|
3289
3312
|
from .useraccesscontrollist import (
|
|
3290
3313
|
UserAccessControlList,
|
|
3291
3314
|
UserAccessControlListTypedDict,
|
|
@@ -3401,10 +3424,11 @@ __all__ = [
|
|
|
3401
3424
|
"CriblLakeDataset",
|
|
3402
3425
|
"CriblLakeDatasetFormat",
|
|
3403
3426
|
"CriblLakeDatasetTypedDict",
|
|
3427
|
+
"CriblLakeDatasetUpdate",
|
|
3428
|
+
"CriblLakeDatasetUpdateFormat",
|
|
3429
|
+
"CriblLakeDatasetUpdateTypedDict",
|
|
3404
3430
|
"CurrentBranchResult",
|
|
3405
3431
|
"CurrentBranchResultTypedDict",
|
|
3406
|
-
"CustomLabel",
|
|
3407
|
-
"CustomLabelTypedDict",
|
|
3408
3432
|
"DNS",
|
|
3409
3433
|
"DNSTypedDict",
|
|
3410
3434
|
"DataSetSite",
|
|
@@ -3470,6 +3494,7 @@ __all__ = [
|
|
|
3470
3494
|
"EndpointType",
|
|
3471
3495
|
"Error",
|
|
3472
3496
|
"ErrorTypedDict",
|
|
3497
|
+
"EstimatedIngestRate",
|
|
3473
3498
|
"EventFormat",
|
|
3474
3499
|
"Executor",
|
|
3475
3500
|
"ExecutorSpecificSettings",
|
|
@@ -4997,6 +5022,25 @@ __all__ = [
|
|
|
4997
5022
|
"OutputAzureLogsTimeoutRetrySettingsTypedDict",
|
|
4998
5023
|
"OutputAzureLogsType",
|
|
4999
5024
|
"OutputAzureLogsTypedDict",
|
|
5025
|
+
"OutputChronicle",
|
|
5026
|
+
"OutputChronicleAuthenticationMethod",
|
|
5027
|
+
"OutputChronicleBackpressureBehavior",
|
|
5028
|
+
"OutputChronicleCompression",
|
|
5029
|
+
"OutputChronicleCustomLabel",
|
|
5030
|
+
"OutputChronicleCustomLabelTypedDict",
|
|
5031
|
+
"OutputChronicleExtraHTTPHeader",
|
|
5032
|
+
"OutputChronicleExtraHTTPHeaderTypedDict",
|
|
5033
|
+
"OutputChronicleFailedRequestLoggingMode",
|
|
5034
|
+
"OutputChronicleMode",
|
|
5035
|
+
"OutputChroniclePqControls",
|
|
5036
|
+
"OutputChroniclePqControlsTypedDict",
|
|
5037
|
+
"OutputChronicleQueueFullBehavior",
|
|
5038
|
+
"OutputChronicleResponseRetrySetting",
|
|
5039
|
+
"OutputChronicleResponseRetrySettingTypedDict",
|
|
5040
|
+
"OutputChronicleTimeoutRetrySettings",
|
|
5041
|
+
"OutputChronicleTimeoutRetrySettingsTypedDict",
|
|
5042
|
+
"OutputChronicleType",
|
|
5043
|
+
"OutputChronicleTypedDict",
|
|
5000
5044
|
"OutputClickHouse",
|
|
5001
5045
|
"OutputClickHouseAuthenticationType",
|
|
5002
5046
|
"OutputClickHouseBackpressureBehavior",
|
|
@@ -5131,14 +5175,8 @@ __all__ = [
|
|
|
5131
5175
|
"OutputDatabricks",
|
|
5132
5176
|
"OutputDatabricksAuthenticationMethod",
|
|
5133
5177
|
"OutputDatabricksBackpressureBehavior",
|
|
5134
|
-
"OutputDatabricksCompression",
|
|
5135
|
-
"OutputDatabricksCompressionLevel",
|
|
5136
5178
|
"OutputDatabricksDataFormat",
|
|
5137
|
-
"OutputDatabricksDataPageVersion",
|
|
5138
5179
|
"OutputDatabricksDiskSpaceProtection",
|
|
5139
|
-
"OutputDatabricksKeyValueMetadatum",
|
|
5140
|
-
"OutputDatabricksKeyValueMetadatumTypedDict",
|
|
5141
|
-
"OutputDatabricksParquetVersion",
|
|
5142
5180
|
"OutputDatabricksType",
|
|
5143
5181
|
"OutputDatabricksTypedDict",
|
|
5144
5182
|
"OutputDatadog",
|
|
@@ -5314,6 +5352,8 @@ __all__ = [
|
|
|
5314
5352
|
"OutputGoogleChronicleAuthenticationMethod",
|
|
5315
5353
|
"OutputGoogleChronicleBackpressureBehavior",
|
|
5316
5354
|
"OutputGoogleChronicleCompression",
|
|
5355
|
+
"OutputGoogleChronicleCustomLabel",
|
|
5356
|
+
"OutputGoogleChronicleCustomLabelTypedDict",
|
|
5317
5357
|
"OutputGoogleChronicleExtraHTTPHeader",
|
|
5318
5358
|
"OutputGoogleChronicleExtraHTTPHeaderTypedDict",
|
|
5319
5359
|
"OutputGoogleChronicleFailedRequestLoggingMode",
|
|
@@ -6073,6 +6113,7 @@ __all__ = [
|
|
|
6073
6113
|
"RbacResource",
|
|
6074
6114
|
"ReadMode",
|
|
6075
6115
|
"Remote",
|
|
6116
|
+
"RemoteEnum",
|
|
6076
6117
|
"RemoteTypedDict",
|
|
6077
6118
|
"Renamed",
|
|
6078
6119
|
"RenamedTypedDict",
|
|
@@ -6209,6 +6250,8 @@ __all__ = [
|
|
|
6209
6250
|
"UpdatePacksByIDRequestTypedDict",
|
|
6210
6251
|
"UpdatePacksByIDResponse",
|
|
6211
6252
|
"UpdatePacksByIDResponseTypedDict",
|
|
6253
|
+
"UpdatePacksRequest",
|
|
6254
|
+
"UpdatePacksRequestTypedDict",
|
|
6212
6255
|
"UpdatePipelineByIDRequest",
|
|
6213
6256
|
"UpdatePipelineByIDRequestTypedDict",
|
|
6214
6257
|
"UpdatePipelineByIDResponse",
|
|
@@ -6217,6 +6260,8 @@ __all__ = [
|
|
|
6217
6260
|
"UpdateRoutesByIDRequestTypedDict",
|
|
6218
6261
|
"UpdateRoutesByIDResponse",
|
|
6219
6262
|
"UpdateRoutesByIDResponseTypedDict",
|
|
6263
|
+
"UploadPackResponse",
|
|
6264
|
+
"UploadPackResponseTypedDict",
|
|
6220
6265
|
"UserAccessControlList",
|
|
6221
6266
|
"UserAccessControlListTypedDict",
|
|
6222
6267
|
"UsersAndGroups",
|
|
@@ -6246,6 +6291,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6246
6291
|
"ConfigGroup": ".configgroup",
|
|
6247
6292
|
"ConfigGroupType": ".configgroup",
|
|
6248
6293
|
"ConfigGroupTypedDict": ".configgroup",
|
|
6294
|
+
"EstimatedIngestRate": ".configgroup",
|
|
6249
6295
|
"Git": ".configgroup",
|
|
6250
6296
|
"GitTypedDict": ".configgroup",
|
|
6251
6297
|
"ConfigGroupCloud": ".configgroupcloud",
|
|
@@ -6301,6 +6347,9 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6301
6347
|
"CriblLakeDataset": ".cribllakedataset",
|
|
6302
6348
|
"CriblLakeDatasetFormat": ".cribllakedataset",
|
|
6303
6349
|
"CriblLakeDatasetTypedDict": ".cribllakedataset",
|
|
6350
|
+
"CriblLakeDatasetUpdate": ".cribllakedatasetupdate",
|
|
6351
|
+
"CriblLakeDatasetUpdateFormat": ".cribllakedatasetupdate",
|
|
6352
|
+
"CriblLakeDatasetUpdateTypedDict": ".cribllakedatasetupdate",
|
|
6304
6353
|
"CurrentBranchResult": ".currentbranchresult",
|
|
6305
6354
|
"CurrentBranchResultTypedDict": ".currentbranchresult",
|
|
6306
6355
|
"DatasetMetadata": ".datasetmetadata",
|
|
@@ -6481,6 +6530,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6481
6530
|
"GitInfo": ".gitinfo",
|
|
6482
6531
|
"GitInfoTypedDict": ".gitinfo",
|
|
6483
6532
|
"Remote": ".gitinfo",
|
|
6533
|
+
"RemoteEnum": ".gitinfo",
|
|
6484
6534
|
"RemoteTypedDict": ".gitinfo",
|
|
6485
6535
|
"GitLogResult": ".gitlogresult",
|
|
6486
6536
|
"GitLogResultTypedDict": ".gitlogresult",
|
|
@@ -7940,6 +7990,25 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7940
7990
|
"OutputAzureLogsTimeoutRetrySettingsTypedDict": ".outputazurelogs",
|
|
7941
7991
|
"OutputAzureLogsType": ".outputazurelogs",
|
|
7942
7992
|
"OutputAzureLogsTypedDict": ".outputazurelogs",
|
|
7993
|
+
"OutputChronicle": ".outputchronicle",
|
|
7994
|
+
"OutputChronicleAuthenticationMethod": ".outputchronicle",
|
|
7995
|
+
"OutputChronicleBackpressureBehavior": ".outputchronicle",
|
|
7996
|
+
"OutputChronicleCompression": ".outputchronicle",
|
|
7997
|
+
"OutputChronicleCustomLabel": ".outputchronicle",
|
|
7998
|
+
"OutputChronicleCustomLabelTypedDict": ".outputchronicle",
|
|
7999
|
+
"OutputChronicleExtraHTTPHeader": ".outputchronicle",
|
|
8000
|
+
"OutputChronicleExtraHTTPHeaderTypedDict": ".outputchronicle",
|
|
8001
|
+
"OutputChronicleFailedRequestLoggingMode": ".outputchronicle",
|
|
8002
|
+
"OutputChronicleMode": ".outputchronicle",
|
|
8003
|
+
"OutputChroniclePqControls": ".outputchronicle",
|
|
8004
|
+
"OutputChroniclePqControlsTypedDict": ".outputchronicle",
|
|
8005
|
+
"OutputChronicleQueueFullBehavior": ".outputchronicle",
|
|
8006
|
+
"OutputChronicleResponseRetrySetting": ".outputchronicle",
|
|
8007
|
+
"OutputChronicleResponseRetrySettingTypedDict": ".outputchronicle",
|
|
8008
|
+
"OutputChronicleTimeoutRetrySettings": ".outputchronicle",
|
|
8009
|
+
"OutputChronicleTimeoutRetrySettingsTypedDict": ".outputchronicle",
|
|
8010
|
+
"OutputChronicleType": ".outputchronicle",
|
|
8011
|
+
"OutputChronicleTypedDict": ".outputchronicle",
|
|
7943
8012
|
"ColumnMapping": ".outputclickhouse",
|
|
7944
8013
|
"ColumnMappingTypedDict": ".outputclickhouse",
|
|
7945
8014
|
"MappingType": ".outputclickhouse",
|
|
@@ -8078,14 +8147,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8078
8147
|
"OutputDatabricks": ".outputdatabricks",
|
|
8079
8148
|
"OutputDatabricksAuthenticationMethod": ".outputdatabricks",
|
|
8080
8149
|
"OutputDatabricksBackpressureBehavior": ".outputdatabricks",
|
|
8081
|
-
"OutputDatabricksCompression": ".outputdatabricks",
|
|
8082
|
-
"OutputDatabricksCompressionLevel": ".outputdatabricks",
|
|
8083
8150
|
"OutputDatabricksDataFormat": ".outputdatabricks",
|
|
8084
|
-
"OutputDatabricksDataPageVersion": ".outputdatabricks",
|
|
8085
8151
|
"OutputDatabricksDiskSpaceProtection": ".outputdatabricks",
|
|
8086
|
-
"OutputDatabricksKeyValueMetadatum": ".outputdatabricks",
|
|
8087
|
-
"OutputDatabricksKeyValueMetadatumTypedDict": ".outputdatabricks",
|
|
8088
|
-
"OutputDatabricksParquetVersion": ".outputdatabricks",
|
|
8089
8152
|
"OutputDatabricksType": ".outputdatabricks",
|
|
8090
8153
|
"OutputDatabricksTypedDict": ".outputdatabricks",
|
|
8091
8154
|
"DatadogSite": ".outputdatadog",
|
|
@@ -8264,8 +8327,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8264
8327
|
"OutputFilesystemParquetVersion": ".outputfilesystem",
|
|
8265
8328
|
"OutputFilesystemType": ".outputfilesystem",
|
|
8266
8329
|
"OutputFilesystemTypedDict": ".outputfilesystem",
|
|
8267
|
-
"CustomLabel": ".outputgooglechronicle",
|
|
8268
|
-
"CustomLabelTypedDict": ".outputgooglechronicle",
|
|
8269
8330
|
"ExtraLogType": ".outputgooglechronicle",
|
|
8270
8331
|
"ExtraLogTypeTypedDict": ".outputgooglechronicle",
|
|
8271
8332
|
"OutputGoogleChronicle": ".outputgooglechronicle",
|
|
@@ -8273,6 +8334,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8273
8334
|
"OutputGoogleChronicleAuthenticationMethod": ".outputgooglechronicle",
|
|
8274
8335
|
"OutputGoogleChronicleBackpressureBehavior": ".outputgooglechronicle",
|
|
8275
8336
|
"OutputGoogleChronicleCompression": ".outputgooglechronicle",
|
|
8337
|
+
"OutputGoogleChronicleCustomLabel": ".outputgooglechronicle",
|
|
8338
|
+
"OutputGoogleChronicleCustomLabelTypedDict": ".outputgooglechronicle",
|
|
8276
8339
|
"OutputGoogleChronicleExtraHTTPHeader": ".outputgooglechronicle",
|
|
8277
8340
|
"OutputGoogleChronicleExtraHTTPHeaderTypedDict": ".outputgooglechronicle",
|
|
8278
8341
|
"OutputGoogleChronicleFailedRequestLoggingMode": ".outputgooglechronicle",
|
|
@@ -9151,6 +9214,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9151
9214
|
"UpdatePacksByIDRequestTypedDict": ".updatepacksbyidop",
|
|
9152
9215
|
"UpdatePacksByIDResponse": ".updatepacksbyidop",
|
|
9153
9216
|
"UpdatePacksByIDResponseTypedDict": ".updatepacksbyidop",
|
|
9217
|
+
"UpdatePacksRequest": ".updatepacksop",
|
|
9218
|
+
"UpdatePacksRequestTypedDict": ".updatepacksop",
|
|
9154
9219
|
"UpdatePipelineByIDRequest": ".updatepipelinebyidop",
|
|
9155
9220
|
"UpdatePipelineByIDRequestTypedDict": ".updatepipelinebyidop",
|
|
9156
9221
|
"UpdatePipelineByIDResponse": ".updatepipelinebyidop",
|
|
@@ -9159,6 +9224,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9159
9224
|
"UpdateRoutesByIDRequestTypedDict": ".updateroutesbyidop",
|
|
9160
9225
|
"UpdateRoutesByIDResponse": ".updateroutesbyidop",
|
|
9161
9226
|
"UpdateRoutesByIDResponseTypedDict": ".updateroutesbyidop",
|
|
9227
|
+
"UploadPackResponse": ".uploadpackresponse",
|
|
9228
|
+
"UploadPackResponseTypedDict": ".uploadpackresponse",
|
|
9162
9229
|
"UserAccessControlList": ".useraccesscontrollist",
|
|
9163
9230
|
"UserAccessControlListTypedDict": ".useraccesscontrollist",
|
|
9164
9231
|
"WorkerTypes": ".workertypes",
|
|
@@ -14,6 +14,18 @@ from typing import List, Optional
|
|
|
14
14
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
15
15
|
|
|
16
16
|
|
|
17
|
+
class EstimatedIngestRate(int, Enum, metaclass=utils.OpenEnumMeta):
|
|
18
|
+
ONE_THOUSAND_AND_TWENTY_FOUR = 1024
|
|
19
|
+
FOUR_THOUSAND_AND_NINETY_SIX = 4096
|
|
20
|
+
TEN_THOUSAND_TWO_HUNDRED_AND_FORTY = 10240
|
|
21
|
+
TWO_THOUSAND_AND_FORTY_EIGHT = 2048
|
|
22
|
+
THREE_THOUSAND_AND_SEVENTY_TWO = 3072
|
|
23
|
+
FIVE_THOUSAND_ONE_HUNDRED_AND_TWENTY = 5120
|
|
24
|
+
SEVEN_THOUSAND_ONE_HUNDRED_AND_SIXTY_EIGHT = 7168
|
|
25
|
+
THIRTEEN_THOUSAND_THREE_HUNDRED_AND_TWELVE = 13312
|
|
26
|
+
FIFTEEN_THOUSAND_THREE_HUNDRED_AND_SIXTY = 15360
|
|
27
|
+
|
|
28
|
+
|
|
17
29
|
class GitTypedDict(TypedDict):
|
|
18
30
|
commit: NotRequired[str]
|
|
19
31
|
local_changes: NotRequired[float]
|
|
@@ -40,7 +52,7 @@ class ConfigGroupTypedDict(TypedDict):
|
|
|
40
52
|
config_version: NotRequired[str]
|
|
41
53
|
deploying_worker_count: NotRequired[float]
|
|
42
54
|
description: NotRequired[str]
|
|
43
|
-
estimated_ingest_rate: NotRequired[
|
|
55
|
+
estimated_ingest_rate: NotRequired[EstimatedIngestRate]
|
|
44
56
|
git: NotRequired[GitTypedDict]
|
|
45
57
|
incompatible_worker_count: NotRequired[float]
|
|
46
58
|
inherits: NotRequired[str]
|
|
@@ -75,7 +87,10 @@ class ConfigGroup(BaseModel):
|
|
|
75
87
|
description: Optional[str] = None
|
|
76
88
|
|
|
77
89
|
estimated_ingest_rate: Annotated[
|
|
78
|
-
|
|
90
|
+
Annotated[
|
|
91
|
+
Optional[EstimatedIngestRate], PlainValidator(validate_open_enum(True))
|
|
92
|
+
],
|
|
93
|
+
pydantic.Field(alias="estimatedIngestRate"),
|
|
79
94
|
] = None
|
|
80
95
|
|
|
81
96
|
git: Optional[Git] = None
|
|
@@ -4,7 +4,7 @@ from __future__ import annotations
|
|
|
4
4
|
from cribl_control_plane.types import BaseModel
|
|
5
5
|
from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata
|
|
6
6
|
import pydantic
|
|
7
|
-
from typing import List, Optional
|
|
7
|
+
from typing import Any, Dict, List, Optional
|
|
8
8
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
9
9
|
|
|
10
10
|
|
|
@@ -27,7 +27,7 @@ class CreateVersionUndoResponseTypedDict(TypedDict):
|
|
|
27
27
|
|
|
28
28
|
count: NotRequired[int]
|
|
29
29
|
r"""number of items present in the items array"""
|
|
30
|
-
items: NotRequired[List[str]]
|
|
30
|
+
items: NotRequired[List[Dict[str, Any]]]
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
class CreateVersionUndoResponse(BaseModel):
|
|
@@ -36,4 +36,4 @@ class CreateVersionUndoResponse(BaseModel):
|
|
|
36
36
|
count: Optional[int] = None
|
|
37
37
|
r"""number of items present in the items array"""
|
|
38
38
|
|
|
39
|
-
items: Optional[List[str]] = None
|
|
39
|
+
items: Optional[List[Dict[str, Any]]] = None
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .cacheconnection import CacheConnection, CacheConnectionTypedDict
|
|
5
|
+
from .lakedatasetsearchconfig import (
|
|
6
|
+
LakeDatasetSearchConfig,
|
|
7
|
+
LakeDatasetSearchConfigTypedDict,
|
|
8
|
+
)
|
|
9
|
+
from cribl_control_plane import utils
|
|
10
|
+
from cribl_control_plane.types import BaseModel
|
|
11
|
+
from cribl_control_plane.utils import validate_open_enum
|
|
12
|
+
from enum import Enum
|
|
13
|
+
import pydantic
|
|
14
|
+
from pydantic.functional_validators import PlainValidator
|
|
15
|
+
from typing import List, Optional
|
|
16
|
+
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
class CriblLakeDatasetUpdateFormat(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
20
|
+
JSON = "json"
|
|
21
|
+
DDSS = "ddss"
|
|
22
|
+
PARQUET = "parquet"
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
class CriblLakeDatasetUpdateTypedDict(TypedDict):
|
|
26
|
+
accelerated_fields: NotRequired[List[str]]
|
|
27
|
+
bucket_name: NotRequired[str]
|
|
28
|
+
cache_connection: NotRequired[CacheConnectionTypedDict]
|
|
29
|
+
deletion_started_at: NotRequired[float]
|
|
30
|
+
description: NotRequired[str]
|
|
31
|
+
format_: NotRequired[CriblLakeDatasetUpdateFormat]
|
|
32
|
+
http_da_used: NotRequired[bool]
|
|
33
|
+
id: NotRequired[str]
|
|
34
|
+
retention_period_in_days: NotRequired[float]
|
|
35
|
+
search_config: NotRequired[LakeDatasetSearchConfigTypedDict]
|
|
36
|
+
storage_location_id: NotRequired[str]
|
|
37
|
+
view_name: NotRequired[str]
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
class CriblLakeDatasetUpdate(BaseModel):
|
|
41
|
+
accelerated_fields: Annotated[
|
|
42
|
+
Optional[List[str]], pydantic.Field(alias="acceleratedFields")
|
|
43
|
+
] = None
|
|
44
|
+
|
|
45
|
+
bucket_name: Annotated[Optional[str], pydantic.Field(alias="bucketName")] = None
|
|
46
|
+
|
|
47
|
+
cache_connection: Annotated[
|
|
48
|
+
Optional[CacheConnection], pydantic.Field(alias="cacheConnection")
|
|
49
|
+
] = None
|
|
50
|
+
|
|
51
|
+
deletion_started_at: Annotated[
|
|
52
|
+
Optional[float], pydantic.Field(alias="deletionStartedAt")
|
|
53
|
+
] = None
|
|
54
|
+
|
|
55
|
+
description: Optional[str] = None
|
|
56
|
+
|
|
57
|
+
format_: Annotated[
|
|
58
|
+
Annotated[
|
|
59
|
+
Optional[CriblLakeDatasetUpdateFormat],
|
|
60
|
+
PlainValidator(validate_open_enum(False)),
|
|
61
|
+
],
|
|
62
|
+
pydantic.Field(alias="format"),
|
|
63
|
+
] = None
|
|
64
|
+
|
|
65
|
+
http_da_used: Annotated[Optional[bool], pydantic.Field(alias="httpDAUsed")] = None
|
|
66
|
+
|
|
67
|
+
id: Optional[str] = None
|
|
68
|
+
|
|
69
|
+
retention_period_in_days: Annotated[
|
|
70
|
+
Optional[float], pydantic.Field(alias="retentionPeriodInDays")
|
|
71
|
+
] = None
|
|
72
|
+
|
|
73
|
+
search_config: Annotated[
|
|
74
|
+
Optional[LakeDatasetSearchConfig], pydantic.Field(alias="searchConfig")
|
|
75
|
+
] = None
|
|
76
|
+
|
|
77
|
+
storage_location_id: Annotated[
|
|
78
|
+
Optional[str], pydantic.Field(alias="storageLocationId")
|
|
79
|
+
] = None
|
|
80
|
+
|
|
81
|
+
view_name: Annotated[Optional[str], pydantic.Field(alias="viewName")] = None
|
|
@@ -9,7 +9,9 @@ from typing_extensions import Annotated, TypedDict
|
|
|
9
9
|
class DistributedSummaryGroupsTypedDict(TypedDict):
|
|
10
10
|
count: float
|
|
11
11
|
destinations: float
|
|
12
|
+
packs: float
|
|
12
13
|
pipelines: float
|
|
14
|
+
quick_connects: float
|
|
13
15
|
routes: float
|
|
14
16
|
sources: float
|
|
15
17
|
|
|
@@ -19,8 +21,12 @@ class DistributedSummaryGroups(BaseModel):
|
|
|
19
21
|
|
|
20
22
|
destinations: float
|
|
21
23
|
|
|
24
|
+
packs: float
|
|
25
|
+
|
|
22
26
|
pipelines: float
|
|
23
27
|
|
|
28
|
+
quick_connects: Annotated[float, pydantic.Field(alias="quickConnects")]
|
|
29
|
+
|
|
24
30
|
routes: float
|
|
25
31
|
|
|
26
32
|
sources: float
|
|
@@ -1,15 +1,26 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane import utils
|
|
4
5
|
from cribl_control_plane.types import BaseModel
|
|
6
|
+
from cribl_control_plane.utils import validate_open_enum
|
|
7
|
+
from enum import Enum
|
|
8
|
+
from pydantic.functional_validators import PlainValidator
|
|
5
9
|
from typing import Union
|
|
6
|
-
from typing_extensions import TypeAliasType, TypedDict
|
|
10
|
+
from typing_extensions import Annotated, TypeAliasType, TypedDict
|
|
7
11
|
|
|
8
12
|
|
|
9
|
-
|
|
13
|
+
class RemoteEnum(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
14
|
+
FALSE = "false"
|
|
10
15
|
|
|
11
16
|
|
|
12
|
-
|
|
17
|
+
RemoteTypedDict = TypeAliasType("RemoteTypedDict", Union[str, RemoteEnum])
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
Remote = TypeAliasType(
|
|
21
|
+
"Remote",
|
|
22
|
+
Union[str, Annotated[RemoteEnum, PlainValidator(validate_open_enum(False))]],
|
|
23
|
+
)
|
|
13
24
|
|
|
14
25
|
|
|
15
26
|
class GitInfoTypedDict(TypedDict):
|
|
@@ -66,8 +66,10 @@ from .inputwineventlogs import InputWinEventLogs, InputWinEventLogsTypedDict
|
|
|
66
66
|
from .inputwiz import InputWiz, InputWizTypedDict
|
|
67
67
|
from .inputwizwebhook import InputWizWebhook, InputWizWebhookTypedDict
|
|
68
68
|
from .inputzscalerhec import InputZscalerHec, InputZscalerHecTypedDict
|
|
69
|
+
from cribl_control_plane.utils import get_discriminator
|
|
70
|
+
from pydantic import Discriminator, Tag
|
|
69
71
|
from typing import Union
|
|
70
|
-
from typing_extensions import TypeAliasType
|
|
72
|
+
from typing_extensions import Annotated, TypeAliasType
|
|
71
73
|
|
|
72
74
|
|
|
73
75
|
InputTypedDict = TypeAliasType(
|
|
@@ -136,67 +138,67 @@ InputTypedDict = TypeAliasType(
|
|
|
136
138
|
)
|
|
137
139
|
|
|
138
140
|
|
|
139
|
-
Input =
|
|
140
|
-
"Input",
|
|
141
|
+
Input = Annotated[
|
|
141
142
|
Union[
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
143
|
+
Annotated[InputCollection, Tag("collection")],
|
|
144
|
+
Annotated[InputKafka, Tag("kafka")],
|
|
145
|
+
Annotated[InputMsk, Tag("msk")],
|
|
146
|
+
Annotated[InputHTTP, Tag("http")],
|
|
147
|
+
Annotated[InputSplunk, Tag("splunk")],
|
|
148
|
+
Annotated[InputSplunkSearch, Tag("splunk_search")],
|
|
149
|
+
Annotated[InputSplunkHec, Tag("splunk_hec")],
|
|
150
|
+
Annotated[InputAzureBlob, Tag("azure_blob")],
|
|
151
|
+
Annotated[InputElastic, Tag("elastic")],
|
|
152
|
+
Annotated[InputConfluentCloud, Tag("confluent_cloud")],
|
|
153
|
+
Annotated[InputGrafana, Tag("grafana")],
|
|
154
|
+
Annotated[InputLoki, Tag("loki")],
|
|
155
|
+
Annotated[InputPrometheusRw, Tag("prometheus_rw")],
|
|
156
|
+
Annotated[InputPrometheus, Tag("prometheus")],
|
|
157
|
+
Annotated[InputEdgePrometheus, Tag("edge_prometheus")],
|
|
158
|
+
Annotated[InputOffice365Mgmt, Tag("office365_mgmt")],
|
|
159
|
+
Annotated[InputOffice365Service, Tag("office365_service")],
|
|
160
|
+
Annotated[InputOffice365MsgTrace, Tag("office365_msg_trace")],
|
|
161
|
+
Annotated[InputEventhub, Tag("eventhub")],
|
|
162
|
+
Annotated[InputExec, Tag("exec")],
|
|
163
|
+
Annotated[InputFirehose, Tag("firehose")],
|
|
164
|
+
Annotated[InputGooglePubsub, Tag("google_pubsub")],
|
|
165
|
+
Annotated[InputCribl, Tag("cribl")],
|
|
166
|
+
Annotated[InputCriblTCP, Tag("cribl_tcp")],
|
|
167
|
+
Annotated[InputCriblHTTP, Tag("cribl_http")],
|
|
168
|
+
Annotated[InputCriblLakeHTTP, Tag("cribl_lake_http")],
|
|
169
|
+
Annotated[InputTcpjson, Tag("tcpjson")],
|
|
170
|
+
Annotated[InputSystemMetrics, Tag("system_metrics")],
|
|
171
|
+
Annotated[InputSystemState, Tag("system_state")],
|
|
172
|
+
Annotated[InputKubeMetrics, Tag("kube_metrics")],
|
|
173
|
+
Annotated[InputKubeLogs, Tag("kube_logs")],
|
|
174
|
+
Annotated[InputKubeEvents, Tag("kube_events")],
|
|
175
|
+
Annotated[InputWindowsMetrics, Tag("windows_metrics")],
|
|
176
|
+
Annotated[InputCrowdstrike, Tag("crowdstrike")],
|
|
177
|
+
Annotated[InputDatadogAgent, Tag("datadog_agent")],
|
|
178
|
+
Annotated[InputDatagen, Tag("datagen")],
|
|
179
|
+
Annotated[InputHTTPRaw, Tag("http_raw")],
|
|
180
|
+
Annotated[InputKinesis, Tag("kinesis")],
|
|
181
|
+
Annotated[InputCriblmetrics, Tag("criblmetrics")],
|
|
182
|
+
Annotated[InputMetrics, Tag("metrics")],
|
|
183
|
+
Annotated[InputS3, Tag("s3")],
|
|
184
|
+
Annotated[InputS3Inventory, Tag("s3_inventory")],
|
|
185
|
+
Annotated[InputSnmp, Tag("snmp")],
|
|
186
|
+
Annotated[InputOpenTelemetry, Tag("open_telemetry")],
|
|
187
|
+
Annotated[InputModelDrivenTelemetry, Tag("model_driven_telemetry")],
|
|
188
|
+
Annotated[InputSqs, Tag("sqs")],
|
|
189
|
+
Annotated[InputSyslog, Tag("syslog")],
|
|
190
|
+
Annotated[InputFile, Tag("file")],
|
|
191
|
+
Annotated[InputTCP, Tag("tcp")],
|
|
192
|
+
Annotated[InputAppscope, Tag("appscope")],
|
|
193
|
+
Annotated[InputWef, Tag("wef")],
|
|
194
|
+
Annotated[InputWinEventLogs, Tag("win_event_logs")],
|
|
195
|
+
Annotated[InputRawUDP, Tag("raw_udp")],
|
|
196
|
+
Annotated[InputJournalFiles, Tag("journal_files")],
|
|
197
|
+
Annotated[InputWiz, Tag("wiz")],
|
|
198
|
+
Annotated[InputWizWebhook, Tag("wiz_webhook")],
|
|
199
|
+
Annotated[InputNetflow, Tag("netflow")],
|
|
200
|
+
Annotated[InputSecurityLake, Tag("security_lake")],
|
|
201
|
+
Annotated[InputZscalerHec, Tag("zscaler_hec")],
|
|
201
202
|
],
|
|
202
|
-
)
|
|
203
|
+
Discriminator(lambda m: get_discriminator(m, "type", "type")),
|
|
204
|
+
]
|
|
@@ -29,14 +29,18 @@ class InputAppscopeConnection(BaseModel):
|
|
|
29
29
|
class InputAppscopeMode(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
30
30
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
31
31
|
|
|
32
|
+
# Smart
|
|
32
33
|
SMART = "smart"
|
|
34
|
+
# Always On
|
|
33
35
|
ALWAYS = "always"
|
|
34
36
|
|
|
35
37
|
|
|
36
38
|
class InputAppscopeCompression(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
37
39
|
r"""Codec to use to compress the persisted data"""
|
|
38
40
|
|
|
41
|
+
# None
|
|
39
42
|
NONE = "none"
|
|
43
|
+
# Gzip
|
|
40
44
|
GZIP = "gzip"
|
|
41
45
|
|
|
42
46
|
|