cribl-control-plane 0.0.13__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/__init__.py +17 -0
- cribl_control_plane/_hooks/__init__.py +5 -0
- cribl_control_plane/_hooks/clientcredentials.py +211 -0
- cribl_control_plane/_hooks/registration.py +13 -0
- cribl_control_plane/_hooks/sdkhooks.py +81 -0
- cribl_control_plane/_hooks/types.py +112 -0
- cribl_control_plane/_version.py +15 -0
- cribl_control_plane/auth_sdk.py +184 -0
- cribl_control_plane/basesdk.py +358 -0
- cribl_control_plane/errors/__init__.py +60 -0
- cribl_control_plane/errors/apierror.py +38 -0
- cribl_control_plane/errors/criblcontrolplaneerror.py +26 -0
- cribl_control_plane/errors/error.py +24 -0
- cribl_control_plane/errors/healthstatus_error.py +38 -0
- cribl_control_plane/errors/no_response_error.py +13 -0
- cribl_control_plane/errors/responsevalidationerror.py +25 -0
- cribl_control_plane/health.py +166 -0
- cribl_control_plane/httpclient.py +126 -0
- cribl_control_plane/models/__init__.py +7305 -0
- cribl_control_plane/models/addhectokenrequest.py +34 -0
- cribl_control_plane/models/authtoken.py +13 -0
- cribl_control_plane/models/createinputhectokenbyidop.py +45 -0
- cribl_control_plane/models/createinputop.py +24 -0
- cribl_control_plane/models/createoutputop.py +24 -0
- cribl_control_plane/models/createoutputtestbyidop.py +46 -0
- cribl_control_plane/models/criblevent.py +14 -0
- cribl_control_plane/models/deleteinputbyidop.py +37 -0
- cribl_control_plane/models/deleteoutputbyidop.py +37 -0
- cribl_control_plane/models/deleteoutputpqbyidop.py +36 -0
- cribl_control_plane/models/getinputbyidop.py +37 -0
- cribl_control_plane/models/getoutputbyidop.py +37 -0
- cribl_control_plane/models/getoutputpqbyidop.py +36 -0
- cribl_control_plane/models/getoutputsamplesbyidop.py +37 -0
- cribl_control_plane/models/healthstatus.py +36 -0
- cribl_control_plane/models/input.py +199 -0
- cribl_control_plane/models/inputappscope.py +448 -0
- cribl_control_plane/models/inputazureblob.py +308 -0
- cribl_control_plane/models/inputcollection.py +208 -0
- cribl_control_plane/models/inputconfluentcloud.py +585 -0
- cribl_control_plane/models/inputcribl.py +165 -0
- cribl_control_plane/models/inputcriblhttp.py +341 -0
- cribl_control_plane/models/inputcribllakehttp.py +342 -0
- cribl_control_plane/models/inputcriblmetrics.py +175 -0
- cribl_control_plane/models/inputcribltcp.py +299 -0
- cribl_control_plane/models/inputcrowdstrike.py +410 -0
- cribl_control_plane/models/inputdatadogagent.py +364 -0
- cribl_control_plane/models/inputdatagen.py +180 -0
- cribl_control_plane/models/inputedgeprometheus.py +551 -0
- cribl_control_plane/models/inputelastic.py +494 -0
- cribl_control_plane/models/inputeventhub.py +360 -0
- cribl_control_plane/models/inputexec.py +213 -0
- cribl_control_plane/models/inputfile.py +259 -0
- cribl_control_plane/models/inputfirehose.py +341 -0
- cribl_control_plane/models/inputgooglepubsub.py +247 -0
- cribl_control_plane/models/inputgrafana_union.py +1247 -0
- cribl_control_plane/models/inputhttp.py +403 -0
- cribl_control_plane/models/inputhttpraw.py +407 -0
- cribl_control_plane/models/inputjournalfiles.py +208 -0
- cribl_control_plane/models/inputkafka.py +581 -0
- cribl_control_plane/models/inputkinesis.py +363 -0
- cribl_control_plane/models/inputkubeevents.py +182 -0
- cribl_control_plane/models/inputkubelogs.py +256 -0
- cribl_control_plane/models/inputkubemetrics.py +233 -0
- cribl_control_plane/models/inputloki.py +468 -0
- cribl_control_plane/models/inputmetrics.py +290 -0
- cribl_control_plane/models/inputmodeldriventelemetry.py +274 -0
- cribl_control_plane/models/inputmsk.py +654 -0
- cribl_control_plane/models/inputnetflow.py +224 -0
- cribl_control_plane/models/inputoffice365mgmt.py +384 -0
- cribl_control_plane/models/inputoffice365msgtrace.py +449 -0
- cribl_control_plane/models/inputoffice365service.py +377 -0
- cribl_control_plane/models/inputopentelemetry.py +516 -0
- cribl_control_plane/models/inputprometheus.py +464 -0
- cribl_control_plane/models/inputprometheusrw.py +470 -0
- cribl_control_plane/models/inputrawudp.py +207 -0
- cribl_control_plane/models/inputs3.py +416 -0
- cribl_control_plane/models/inputs3inventory.py +440 -0
- cribl_control_plane/models/inputsecuritylake.py +425 -0
- cribl_control_plane/models/inputsnmp.py +274 -0
- cribl_control_plane/models/inputsplunk.py +387 -0
- cribl_control_plane/models/inputsplunkhec.py +478 -0
- cribl_control_plane/models/inputsplunksearch.py +537 -0
- cribl_control_plane/models/inputsqs.py +320 -0
- cribl_control_plane/models/inputsyslog_union.py +759 -0
- cribl_control_plane/models/inputsystemmetrics.py +533 -0
- cribl_control_plane/models/inputsystemstate.py +417 -0
- cribl_control_plane/models/inputtcp.py +359 -0
- cribl_control_plane/models/inputtcpjson.py +334 -0
- cribl_control_plane/models/inputwef.py +498 -0
- cribl_control_plane/models/inputwindowsmetrics.py +457 -0
- cribl_control_plane/models/inputwineventlogs.py +222 -0
- cribl_control_plane/models/inputwiz.py +334 -0
- cribl_control_plane/models/inputzscalerhec.py +439 -0
- cribl_control_plane/models/listinputop.py +24 -0
- cribl_control_plane/models/listoutputop.py +24 -0
- cribl_control_plane/models/logininfo.py +16 -0
- cribl_control_plane/models/output.py +229 -0
- cribl_control_plane/models/outputazureblob.py +471 -0
- cribl_control_plane/models/outputazuredataexplorer.py +660 -0
- cribl_control_plane/models/outputazureeventhub.py +321 -0
- cribl_control_plane/models/outputazurelogs.py +386 -0
- cribl_control_plane/models/outputclickhouse.py +650 -0
- cribl_control_plane/models/outputcloudwatch.py +273 -0
- cribl_control_plane/models/outputconfluentcloud.py +591 -0
- cribl_control_plane/models/outputcriblhttp.py +494 -0
- cribl_control_plane/models/outputcribllake.py +396 -0
- cribl_control_plane/models/outputcribltcp.py +387 -0
- cribl_control_plane/models/outputcrowdstrikenextgensiem.py +410 -0
- cribl_control_plane/models/outputdatadog.py +472 -0
- cribl_control_plane/models/outputdataset.py +437 -0
- cribl_control_plane/models/outputdefault.py +55 -0
- cribl_control_plane/models/outputdevnull.py +50 -0
- cribl_control_plane/models/outputdiskspool.py +89 -0
- cribl_control_plane/models/outputdls3.py +560 -0
- cribl_control_plane/models/outputdynatracehttp.py +454 -0
- cribl_control_plane/models/outputdynatraceotlp.py +486 -0
- cribl_control_plane/models/outputelastic.py +494 -0
- cribl_control_plane/models/outputelasticcloud.py +407 -0
- cribl_control_plane/models/outputexabeam.py +297 -0
- cribl_control_plane/models/outputfilesystem.py +357 -0
- cribl_control_plane/models/outputgooglechronicle.py +486 -0
- cribl_control_plane/models/outputgooglecloudlogging.py +557 -0
- cribl_control_plane/models/outputgooglecloudstorage.py +499 -0
- cribl_control_plane/models/outputgooglepubsub.py +274 -0
- cribl_control_plane/models/outputgrafanacloud_union.py +1024 -0
- cribl_control_plane/models/outputgraphite.py +225 -0
- cribl_control_plane/models/outputhoneycomb.py +369 -0
- cribl_control_plane/models/outputhumiohec.py +389 -0
- cribl_control_plane/models/outputinfluxdb.py +523 -0
- cribl_control_plane/models/outputkafka.py +581 -0
- cribl_control_plane/models/outputkinesis.py +312 -0
- cribl_control_plane/models/outputloki.py +425 -0
- cribl_control_plane/models/outputminio.py +512 -0
- cribl_control_plane/models/outputmsk.py +654 -0
- cribl_control_plane/models/outputnetflow.py +80 -0
- cribl_control_plane/models/outputnewrelic.py +424 -0
- cribl_control_plane/models/outputnewrelicevents.py +401 -0
- cribl_control_plane/models/outputopentelemetry.py +669 -0
- cribl_control_plane/models/outputprometheus.py +485 -0
- cribl_control_plane/models/outputring.py +121 -0
- cribl_control_plane/models/outputrouter.py +83 -0
- cribl_control_plane/models/outputs3.py +556 -0
- cribl_control_plane/models/outputsamplesresponse.py +14 -0
- cribl_control_plane/models/outputsecuritylake.py +505 -0
- cribl_control_plane/models/outputsentinel.py +488 -0
- cribl_control_plane/models/outputsentineloneaisiem.py +505 -0
- cribl_control_plane/models/outputservicenow.py +543 -0
- cribl_control_plane/models/outputsignalfx.py +369 -0
- cribl_control_plane/models/outputsnmp.py +80 -0
- cribl_control_plane/models/outputsns.py +274 -0
- cribl_control_plane/models/outputsplunk.py +383 -0
- cribl_control_plane/models/outputsplunkhec.py +434 -0
- cribl_control_plane/models/outputsplunklb.py +558 -0
- cribl_control_plane/models/outputsqs.py +328 -0
- cribl_control_plane/models/outputstatsd.py +224 -0
- cribl_control_plane/models/outputstatsdext.py +225 -0
- cribl_control_plane/models/outputsumologic.py +378 -0
- cribl_control_plane/models/outputsyslog.py +415 -0
- cribl_control_plane/models/outputtcpjson.py +413 -0
- cribl_control_plane/models/outputtestrequest.py +15 -0
- cribl_control_plane/models/outputtestresponse.py +29 -0
- cribl_control_plane/models/outputwavefront.py +369 -0
- cribl_control_plane/models/outputwebhook.py +689 -0
- cribl_control_plane/models/outputxsiam.py +415 -0
- cribl_control_plane/models/schemeclientoauth.py +24 -0
- cribl_control_plane/models/security.py +36 -0
- cribl_control_plane/models/updatehectokenrequest.py +31 -0
- cribl_control_plane/models/updateinputbyidop.py +44 -0
- cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +52 -0
- cribl_control_plane/models/updateoutputbyidop.py +44 -0
- cribl_control_plane/outputs.py +1615 -0
- cribl_control_plane/py.typed +1 -0
- cribl_control_plane/sdk.py +164 -0
- cribl_control_plane/sdkconfiguration.py +36 -0
- cribl_control_plane/sources.py +1355 -0
- cribl_control_plane/types/__init__.py +21 -0
- cribl_control_plane/types/basemodel.py +39 -0
- cribl_control_plane/utils/__init__.py +187 -0
- cribl_control_plane/utils/annotations.py +55 -0
- cribl_control_plane/utils/datetimes.py +23 -0
- cribl_control_plane/utils/enums.py +74 -0
- cribl_control_plane/utils/eventstreaming.py +238 -0
- cribl_control_plane/utils/forms.py +223 -0
- cribl_control_plane/utils/headers.py +136 -0
- cribl_control_plane/utils/logger.py +27 -0
- cribl_control_plane/utils/metadata.py +118 -0
- cribl_control_plane/utils/queryparams.py +205 -0
- cribl_control_plane/utils/requestbodies.py +66 -0
- cribl_control_plane/utils/retries.py +217 -0
- cribl_control_plane/utils/security.py +207 -0
- cribl_control_plane/utils/serializers.py +249 -0
- cribl_control_plane/utils/unmarshal_json_response.py +24 -0
- cribl_control_plane/utils/url.py +155 -0
- cribl_control_plane/utils/values.py +137 -0
- cribl_control_plane-0.0.13.dist-info/METADATA +489 -0
- cribl_control_plane-0.0.13.dist-info/RECORD +197 -0
- cribl_control_plane-0.0.13.dist-info/WHEEL +4 -0
|
@@ -0,0 +1,229 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .outputazureblob import OutputAzureBlob, OutputAzureBlobTypedDict
|
|
5
|
+
from .outputazuredataexplorer import (
|
|
6
|
+
OutputAzureDataExplorer,
|
|
7
|
+
OutputAzureDataExplorerTypedDict,
|
|
8
|
+
)
|
|
9
|
+
from .outputazureeventhub import OutputAzureEventhub, OutputAzureEventhubTypedDict
|
|
10
|
+
from .outputazurelogs import OutputAzureLogs, OutputAzureLogsTypedDict
|
|
11
|
+
from .outputclickhouse import OutputClickHouse, OutputClickHouseTypedDict
|
|
12
|
+
from .outputcloudwatch import OutputCloudwatch, OutputCloudwatchTypedDict
|
|
13
|
+
from .outputconfluentcloud import OutputConfluentCloud, OutputConfluentCloudTypedDict
|
|
14
|
+
from .outputcriblhttp import OutputCriblHTTP, OutputCriblHTTPTypedDict
|
|
15
|
+
from .outputcribllake import OutputCriblLake, OutputCriblLakeTypedDict
|
|
16
|
+
from .outputcribltcp import OutputCriblTCP, OutputCriblTCPTypedDict
|
|
17
|
+
from .outputcrowdstrikenextgensiem import (
|
|
18
|
+
OutputCrowdstrikeNextGenSiem,
|
|
19
|
+
OutputCrowdstrikeNextGenSiemTypedDict,
|
|
20
|
+
)
|
|
21
|
+
from .outputdatadog import OutputDatadog, OutputDatadogTypedDict
|
|
22
|
+
from .outputdataset import OutputDataset, OutputDatasetTypedDict
|
|
23
|
+
from .outputdefault import OutputDefault, OutputDefaultTypedDict
|
|
24
|
+
from .outputdevnull import OutputDevnull, OutputDevnullTypedDict
|
|
25
|
+
from .outputdiskspool import OutputDiskSpool, OutputDiskSpoolTypedDict
|
|
26
|
+
from .outputdls3 import OutputDlS3, OutputDlS3TypedDict
|
|
27
|
+
from .outputdynatracehttp import OutputDynatraceHTTP, OutputDynatraceHTTPTypedDict
|
|
28
|
+
from .outputdynatraceotlp import OutputDynatraceOtlp, OutputDynatraceOtlpTypedDict
|
|
29
|
+
from .outputelastic import OutputElastic, OutputElasticTypedDict
|
|
30
|
+
from .outputelasticcloud import OutputElasticCloud, OutputElasticCloudTypedDict
|
|
31
|
+
from .outputexabeam import OutputExabeam, OutputExabeamTypedDict
|
|
32
|
+
from .outputfilesystem import OutputFilesystem, OutputFilesystemTypedDict
|
|
33
|
+
from .outputgooglechronicle import OutputGoogleChronicle, OutputGoogleChronicleTypedDict
|
|
34
|
+
from .outputgooglecloudlogging import (
|
|
35
|
+
OutputGoogleCloudLogging,
|
|
36
|
+
OutputGoogleCloudLoggingTypedDict,
|
|
37
|
+
)
|
|
38
|
+
from .outputgooglecloudstorage import (
|
|
39
|
+
OutputGoogleCloudStorage,
|
|
40
|
+
OutputGoogleCloudStorageTypedDict,
|
|
41
|
+
)
|
|
42
|
+
from .outputgooglepubsub import OutputGooglePubsub, OutputGooglePubsubTypedDict
|
|
43
|
+
from .outputgrafanacloud_union import (
|
|
44
|
+
OutputGrafanaCloudUnion,
|
|
45
|
+
OutputGrafanaCloudUnionTypedDict,
|
|
46
|
+
)
|
|
47
|
+
from .outputgraphite import OutputGraphite, OutputGraphiteTypedDict
|
|
48
|
+
from .outputhoneycomb import OutputHoneycomb, OutputHoneycombTypedDict
|
|
49
|
+
from .outputhumiohec import OutputHumioHec, OutputHumioHecTypedDict
|
|
50
|
+
from .outputinfluxdb import OutputInfluxdb, OutputInfluxdbTypedDict
|
|
51
|
+
from .outputkafka import OutputKafka, OutputKafkaTypedDict
|
|
52
|
+
from .outputkinesis import OutputKinesis, OutputKinesisTypedDict
|
|
53
|
+
from .outputloki import OutputLoki, OutputLokiTypedDict
|
|
54
|
+
from .outputminio import OutputMinio, OutputMinioTypedDict
|
|
55
|
+
from .outputmsk import OutputMsk, OutputMskTypedDict
|
|
56
|
+
from .outputnetflow import OutputNetflow, OutputNetflowTypedDict
|
|
57
|
+
from .outputnewrelic import OutputNewrelic, OutputNewrelicTypedDict
|
|
58
|
+
from .outputnewrelicevents import OutputNewrelicEvents, OutputNewrelicEventsTypedDict
|
|
59
|
+
from .outputopentelemetry import OutputOpenTelemetry, OutputOpenTelemetryTypedDict
|
|
60
|
+
from .outputprometheus import OutputPrometheus, OutputPrometheusTypedDict
|
|
61
|
+
from .outputring import OutputRing, OutputRingTypedDict
|
|
62
|
+
from .outputrouter import OutputRouter, OutputRouterTypedDict
|
|
63
|
+
from .outputs3 import OutputS3, OutputS3TypedDict
|
|
64
|
+
from .outputsecuritylake import OutputSecurityLake, OutputSecurityLakeTypedDict
|
|
65
|
+
from .outputsentinel import OutputSentinel, OutputSentinelTypedDict
|
|
66
|
+
from .outputsentineloneaisiem import (
|
|
67
|
+
OutputSentinelOneAiSiem,
|
|
68
|
+
OutputSentinelOneAiSiemTypedDict,
|
|
69
|
+
)
|
|
70
|
+
from .outputservicenow import OutputServiceNow, OutputServiceNowTypedDict
|
|
71
|
+
from .outputsignalfx import OutputSignalfx, OutputSignalfxTypedDict
|
|
72
|
+
from .outputsnmp import OutputSnmp, OutputSnmpTypedDict
|
|
73
|
+
from .outputsns import OutputSns, OutputSnsTypedDict
|
|
74
|
+
from .outputsplunk import OutputSplunk, OutputSplunkTypedDict
|
|
75
|
+
from .outputsplunkhec import OutputSplunkHec, OutputSplunkHecTypedDict
|
|
76
|
+
from .outputsplunklb import OutputSplunkLb, OutputSplunkLbTypedDict
|
|
77
|
+
from .outputsqs import OutputSqs, OutputSqsTypedDict
|
|
78
|
+
from .outputstatsd import OutputStatsd, OutputStatsdTypedDict
|
|
79
|
+
from .outputstatsdext import OutputStatsdExt, OutputStatsdExtTypedDict
|
|
80
|
+
from .outputsumologic import OutputSumoLogic, OutputSumoLogicTypedDict
|
|
81
|
+
from .outputsyslog import OutputSyslog, OutputSyslogTypedDict
|
|
82
|
+
from .outputtcpjson import OutputTcpjson, OutputTcpjsonTypedDict
|
|
83
|
+
from .outputwavefront import OutputWavefront, OutputWavefrontTypedDict
|
|
84
|
+
from .outputwebhook import OutputWebhook, OutputWebhookTypedDict
|
|
85
|
+
from .outputxsiam import OutputXsiam, OutputXsiamTypedDict
|
|
86
|
+
from typing import Union
|
|
87
|
+
from typing_extensions import TypeAliasType
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
OutputTypedDict = TypeAliasType(
|
|
91
|
+
"OutputTypedDict",
|
|
92
|
+
Union[
|
|
93
|
+
OutputDevnullTypedDict,
|
|
94
|
+
OutputDefaultTypedDict,
|
|
95
|
+
OutputRouterTypedDict,
|
|
96
|
+
OutputSnmpTypedDict,
|
|
97
|
+
OutputNetflowTypedDict,
|
|
98
|
+
OutputDiskSpoolTypedDict,
|
|
99
|
+
OutputRingTypedDict,
|
|
100
|
+
OutputGraphiteTypedDict,
|
|
101
|
+
OutputStatsdTypedDict,
|
|
102
|
+
OutputStatsdExtTypedDict,
|
|
103
|
+
OutputGooglePubsubTypedDict,
|
|
104
|
+
OutputCriblTCPTypedDict,
|
|
105
|
+
OutputSplunkTypedDict,
|
|
106
|
+
OutputSnsTypedDict,
|
|
107
|
+
OutputCloudwatchTypedDict,
|
|
108
|
+
OutputSyslogTypedDict,
|
|
109
|
+
OutputAzureEventhubTypedDict,
|
|
110
|
+
OutputWavefrontTypedDict,
|
|
111
|
+
OutputSignalfxTypedDict,
|
|
112
|
+
OutputHoneycombTypedDict,
|
|
113
|
+
OutputTcpjsonTypedDict,
|
|
114
|
+
OutputSumoLogicTypedDict,
|
|
115
|
+
OutputHumioHecTypedDict,
|
|
116
|
+
OutputElasticCloudTypedDict,
|
|
117
|
+
OutputCrowdstrikeNextGenSiemTypedDict,
|
|
118
|
+
OutputKinesisTypedDict,
|
|
119
|
+
OutputConfluentCloudTypedDict,
|
|
120
|
+
OutputKafkaTypedDict,
|
|
121
|
+
OutputExabeamTypedDict,
|
|
122
|
+
OutputNewrelicEventsTypedDict,
|
|
123
|
+
OutputAzureLogsTypedDict,
|
|
124
|
+
OutputSplunkLbTypedDict,
|
|
125
|
+
OutputSqsTypedDict,
|
|
126
|
+
OutputNewrelicTypedDict,
|
|
127
|
+
OutputCriblHTTPTypedDict,
|
|
128
|
+
OutputXsiamTypedDict,
|
|
129
|
+
OutputFilesystemTypedDict,
|
|
130
|
+
OutputDatasetTypedDict,
|
|
131
|
+
OutputLokiTypedDict,
|
|
132
|
+
OutputSplunkHecTypedDict,
|
|
133
|
+
OutputDynatraceHTTPTypedDict,
|
|
134
|
+
OutputServiceNowTypedDict,
|
|
135
|
+
OutputDynatraceOtlpTypedDict,
|
|
136
|
+
OutputElasticTypedDict,
|
|
137
|
+
OutputGoogleChronicleTypedDict,
|
|
138
|
+
OutputCriblLakeTypedDict,
|
|
139
|
+
OutputDatadogTypedDict,
|
|
140
|
+
OutputPrometheusTypedDict,
|
|
141
|
+
OutputMskTypedDict,
|
|
142
|
+
OutputSentinelOneAiSiemTypedDict,
|
|
143
|
+
OutputSentinelTypedDict,
|
|
144
|
+
OutputInfluxdbTypedDict,
|
|
145
|
+
OutputGoogleCloudStorageTypedDict,
|
|
146
|
+
OutputAzureBlobTypedDict,
|
|
147
|
+
OutputOpenTelemetryTypedDict,
|
|
148
|
+
OutputMinioTypedDict,
|
|
149
|
+
OutputClickHouseTypedDict,
|
|
150
|
+
OutputSecurityLakeTypedDict,
|
|
151
|
+
OutputDlS3TypedDict,
|
|
152
|
+
OutputS3TypedDict,
|
|
153
|
+
OutputAzureDataExplorerTypedDict,
|
|
154
|
+
OutputWebhookTypedDict,
|
|
155
|
+
OutputGoogleCloudLoggingTypedDict,
|
|
156
|
+
OutputGrafanaCloudUnionTypedDict,
|
|
157
|
+
],
|
|
158
|
+
)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
Output = TypeAliasType(
|
|
162
|
+
"Output",
|
|
163
|
+
Union[
|
|
164
|
+
OutputDevnull,
|
|
165
|
+
OutputDefault,
|
|
166
|
+
OutputRouter,
|
|
167
|
+
OutputSnmp,
|
|
168
|
+
OutputNetflow,
|
|
169
|
+
OutputDiskSpool,
|
|
170
|
+
OutputRing,
|
|
171
|
+
OutputGraphite,
|
|
172
|
+
OutputStatsd,
|
|
173
|
+
OutputStatsdExt,
|
|
174
|
+
OutputGooglePubsub,
|
|
175
|
+
OutputCriblTCP,
|
|
176
|
+
OutputSplunk,
|
|
177
|
+
OutputSns,
|
|
178
|
+
OutputCloudwatch,
|
|
179
|
+
OutputSyslog,
|
|
180
|
+
OutputAzureEventhub,
|
|
181
|
+
OutputWavefront,
|
|
182
|
+
OutputSignalfx,
|
|
183
|
+
OutputHoneycomb,
|
|
184
|
+
OutputTcpjson,
|
|
185
|
+
OutputSumoLogic,
|
|
186
|
+
OutputHumioHec,
|
|
187
|
+
OutputElasticCloud,
|
|
188
|
+
OutputCrowdstrikeNextGenSiem,
|
|
189
|
+
OutputKinesis,
|
|
190
|
+
OutputConfluentCloud,
|
|
191
|
+
OutputKafka,
|
|
192
|
+
OutputExabeam,
|
|
193
|
+
OutputNewrelicEvents,
|
|
194
|
+
OutputAzureLogs,
|
|
195
|
+
OutputSplunkLb,
|
|
196
|
+
OutputSqs,
|
|
197
|
+
OutputNewrelic,
|
|
198
|
+
OutputCriblHTTP,
|
|
199
|
+
OutputXsiam,
|
|
200
|
+
OutputFilesystem,
|
|
201
|
+
OutputDataset,
|
|
202
|
+
OutputLoki,
|
|
203
|
+
OutputSplunkHec,
|
|
204
|
+
OutputDynatraceHTTP,
|
|
205
|
+
OutputServiceNow,
|
|
206
|
+
OutputDynatraceOtlp,
|
|
207
|
+
OutputElastic,
|
|
208
|
+
OutputGoogleChronicle,
|
|
209
|
+
OutputCriblLake,
|
|
210
|
+
OutputDatadog,
|
|
211
|
+
OutputPrometheus,
|
|
212
|
+
OutputMsk,
|
|
213
|
+
OutputSentinelOneAiSiem,
|
|
214
|
+
OutputSentinel,
|
|
215
|
+
OutputInfluxdb,
|
|
216
|
+
OutputGoogleCloudStorage,
|
|
217
|
+
OutputAzureBlob,
|
|
218
|
+
OutputOpenTelemetry,
|
|
219
|
+
OutputMinio,
|
|
220
|
+
OutputClickHouse,
|
|
221
|
+
OutputSecurityLake,
|
|
222
|
+
OutputDlS3,
|
|
223
|
+
OutputS3,
|
|
224
|
+
OutputAzureDataExplorer,
|
|
225
|
+
OutputWebhook,
|
|
226
|
+
OutputGoogleCloudLogging,
|
|
227
|
+
OutputGrafanaCloudUnion,
|
|
228
|
+
],
|
|
229
|
+
)
|