cribl-control-plane 0.2.0b8__py3-none-any.whl → 0.2.1__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 +6 -4
- cribl_control_plane/groups_sdk.py +8 -8
- cribl_control_plane/models/__init__.py +27 -45
- cribl_control_plane/models/appmode.py +14 -0
- cribl_control_plane/models/authtoken.py +1 -8
- cribl_control_plane/models/configgroup.py +2 -30
- cribl_control_plane/models/createversionundoop.py +3 -3
- cribl_control_plane/models/distributedsummary.py +0 -6
- cribl_control_plane/models/hbcriblinfo.py +3 -14
- cribl_control_plane/models/heartbeatmetadata.py +0 -3
- cribl_control_plane/models/input.py +63 -65
- cribl_control_plane/models/inputappscope.py +0 -4
- cribl_control_plane/models/inputazureblob.py +0 -4
- cribl_control_plane/models/inputcollection.py +0 -4
- cribl_control_plane/models/inputconfluentcloud.py +18 -8
- cribl_control_plane/models/inputcribl.py +0 -4
- cribl_control_plane/models/inputcriblhttp.py +0 -4
- cribl_control_plane/models/inputcribllakehttp.py +0 -4
- cribl_control_plane/models/inputcriblmetrics.py +0 -4
- cribl_control_plane/models/inputcribltcp.py +0 -4
- cribl_control_plane/models/inputcrowdstrike.py +0 -7
- cribl_control_plane/models/inputdatadogagent.py +0 -4
- cribl_control_plane/models/inputdatagen.py +0 -4
- cribl_control_plane/models/inputedgeprometheus.py +0 -12
- cribl_control_plane/models/inputelastic.py +0 -11
- cribl_control_plane/models/inputeventhub.py +0 -6
- cribl_control_plane/models/inputexec.py +0 -4
- cribl_control_plane/models/inputfile.py +0 -6
- cribl_control_plane/models/inputfirehose.py +0 -4
- cribl_control_plane/models/inputgooglepubsub.py +0 -7
- cribl_control_plane/models/inputgrafana.py +0 -8
- cribl_control_plane/models/inputhttp.py +0 -4
- cribl_control_plane/models/inputhttpraw.py +0 -4
- cribl_control_plane/models/inputjournalfiles.py +0 -4
- cribl_control_plane/models/inputkafka.py +17 -8
- cribl_control_plane/models/inputkinesis.py +0 -15
- cribl_control_plane/models/inputkubeevents.py +0 -4
- cribl_control_plane/models/inputkubelogs.py +0 -4
- cribl_control_plane/models/inputkubemetrics.py +0 -4
- cribl_control_plane/models/inputloki.py +0 -4
- cribl_control_plane/models/inputmetrics.py +0 -4
- cribl_control_plane/models/inputmodeldriventelemetry.py +0 -4
- cribl_control_plane/models/inputmsk.py +17 -7
- cribl_control_plane/models/inputnetflow.py +0 -4
- cribl_control_plane/models/inputoffice365mgmt.py +0 -11
- cribl_control_plane/models/inputoffice365msgtrace.py +0 -11
- cribl_control_plane/models/inputoffice365service.py +0 -11
- cribl_control_plane/models/inputopentelemetry.py +0 -8
- cribl_control_plane/models/inputprometheus.py +0 -10
- cribl_control_plane/models/inputprometheusrw.py +0 -4
- cribl_control_plane/models/inputrawudp.py +0 -4
- cribl_control_plane/models/inputs3.py +0 -7
- cribl_control_plane/models/inputs3inventory.py +0 -7
- cribl_control_plane/models/inputsecuritylake.py +0 -7
- cribl_control_plane/models/inputsnmp.py +0 -11
- cribl_control_plane/models/inputsplunk.py +0 -9
- cribl_control_plane/models/inputsplunkhec.py +0 -4
- cribl_control_plane/models/inputsplunksearch.py +0 -7
- cribl_control_plane/models/inputsqs.py +0 -9
- cribl_control_plane/models/inputsyslog.py +0 -8
- cribl_control_plane/models/inputsystemmetrics.py +0 -32
- cribl_control_plane/models/inputsystemstate.py +0 -4
- cribl_control_plane/models/inputtcp.py +0 -4
- cribl_control_plane/models/inputtcpjson.py +0 -4
- cribl_control_plane/models/inputwef.py +0 -6
- cribl_control_plane/models/inputwindowsmetrics.py +0 -28
- cribl_control_plane/models/inputwineventlogs.py +0 -8
- cribl_control_plane/models/inputwiz.py +0 -7
- cribl_control_plane/models/inputwizwebhook.py +0 -4
- cribl_control_plane/models/inputzscalerhec.py +0 -4
- cribl_control_plane/models/jobinfo.py +1 -4
- cribl_control_plane/models/nodeprovidedinfo.py +1 -7
- cribl_control_plane/models/output.py +80 -85
- cribl_control_plane/models/outputazureblob.py +0 -20
- cribl_control_plane/models/outputazuredataexplorer.py +0 -28
- cribl_control_plane/models/outputazureeventhub.py +0 -17
- cribl_control_plane/models/outputazurelogs.py +0 -13
- cribl_control_plane/models/outputchronicle.py +0 -13
- cribl_control_plane/models/outputclickhouse.py +0 -17
- cribl_control_plane/models/outputcloudwatch.py +0 -13
- cribl_control_plane/models/outputconfluentcloud.py +18 -24
- cribl_control_plane/models/outputcriblhttp.py +0 -15
- cribl_control_plane/models/outputcribllake.py +0 -21
- cribl_control_plane/models/outputcribltcp.py +0 -12
- cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -15
- cribl_control_plane/models/outputdatadog.py +0 -30
- cribl_control_plane/models/outputdataset.py +0 -23
- cribl_control_plane/models/outputdls3.py +0 -35
- cribl_control_plane/models/outputdynatracehttp.py +0 -22
- cribl_control_plane/models/outputdynatraceotlp.py +0 -22
- cribl_control_plane/models/outputelastic.py +0 -18
- cribl_control_plane/models/outputelasticcloud.py +0 -13
- cribl_control_plane/models/outputexabeam.py +0 -14
- cribl_control_plane/models/outputfilesystem.py +0 -15
- cribl_control_plane/models/outputgooglechronicle.py +0 -21
- cribl_control_plane/models/outputgooglecloudlogging.py +0 -19
- cribl_control_plane/models/outputgooglecloudstorage.py +0 -28
- cribl_control_plane/models/outputgooglepubsub.py +0 -13
- cribl_control_plane/models/outputgrafanacloud.py +0 -50
- cribl_control_plane/models/outputgraphite.py +0 -12
- cribl_control_plane/models/outputhoneycomb.py +0 -13
- cribl_control_plane/models/outputhumiohec.py +0 -15
- cribl_control_plane/models/outputinfluxdb.py +0 -19
- cribl_control_plane/models/outputkafka.py +17 -24
- cribl_control_plane/models/outputkinesis.py +0 -15
- cribl_control_plane/models/outputloki.py +0 -20
- cribl_control_plane/models/outputminio.py +0 -28
- cribl_control_plane/models/outputmsk.py +17 -23
- cribl_control_plane/models/outputnewrelic.py +0 -16
- cribl_control_plane/models/outputnewrelicevents.py +0 -16
- cribl_control_plane/models/outputopentelemetry.py +0 -22
- cribl_control_plane/models/outputprometheus.py +0 -13
- cribl_control_plane/models/outputring.py +0 -2
- cribl_control_plane/models/outputs3.py +0 -35
- cribl_control_plane/models/outputsecuritylake.py +0 -29
- cribl_control_plane/models/outputsentinel.py +0 -15
- cribl_control_plane/models/outputsentineloneaisiem.py +0 -13
- cribl_control_plane/models/outputservicenow.py +0 -21
- cribl_control_plane/models/outputsignalfx.py +0 -13
- cribl_control_plane/models/outputsns.py +0 -13
- cribl_control_plane/models/outputsplunk.py +0 -15
- cribl_control_plane/models/outputsplunkhec.py +0 -13
- cribl_control_plane/models/outputsplunklb.py +0 -15
- cribl_control_plane/models/outputsqs.py +0 -15
- cribl_control_plane/models/outputstatsd.py +0 -12
- cribl_control_plane/models/outputstatsdext.py +0 -12
- cribl_control_plane/models/outputsumologic.py +0 -15
- cribl_control_plane/models/outputsyslog.py +0 -24
- cribl_control_plane/models/outputtcpjson.py +0 -12
- cribl_control_plane/models/outputwavefront.py +0 -13
- cribl_control_plane/models/outputwebhook.py +0 -23
- cribl_control_plane/models/outputxsiam.py +0 -13
- cribl_control_plane/models/packinfo.py +5 -8
- cribl_control_plane/models/packinstallinfo.py +5 -8
- cribl_control_plane/models/{uploadpackresponse.py → routecloneconf.py} +4 -4
- cribl_control_plane/models/routeconf.py +4 -3
- cribl_control_plane/models/runnablejobcollection.py +0 -4
- cribl_control_plane/packs.py +7 -202
- {cribl_control_plane-0.2.0b8.dist-info → cribl_control_plane-0.2.1.dist-info}/METADATA +16 -39
- {cribl_control_plane-0.2.0b8.dist-info → cribl_control_plane-0.2.1.dist-info}/RECORD +141 -142
- cribl_control_plane/models/outputdatabricks.py +0 -291
- cribl_control_plane/models/updatepacksop.py +0 -25
- {cribl_control_plane-0.2.0b8.dist-info → cribl_control_plane-0.2.1.dist-info}/WHEEL +0 -0
|
@@ -29,18 +29,14 @@ class InputWizConnection(BaseModel):
|
|
|
29
29
|
class InputWizMode(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
|
|
33
32
|
SMART = "smart"
|
|
34
|
-
# Always On
|
|
35
33
|
ALWAYS = "always"
|
|
36
34
|
|
|
37
35
|
|
|
38
36
|
class InputWizCompression(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
39
37
|
r"""Codec to use to compress the persisted data"""
|
|
40
38
|
|
|
41
|
-
# None
|
|
42
39
|
NONE = "none"
|
|
43
|
-
# Gzip
|
|
44
40
|
GZIP = "gzip"
|
|
45
41
|
|
|
46
42
|
|
|
@@ -141,11 +137,8 @@ class InputWizMetadatum(BaseModel):
|
|
|
141
137
|
class InputWizRetryType(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
142
138
|
r"""The algorithm to use when performing HTTP retries"""
|
|
143
139
|
|
|
144
|
-
# Disabled
|
|
145
140
|
NONE = "none"
|
|
146
|
-
# Backoff
|
|
147
141
|
BACKOFF = "backoff"
|
|
148
|
-
# Static
|
|
149
142
|
STATIC = "static"
|
|
150
143
|
|
|
151
144
|
|
|
@@ -29,18 +29,14 @@ class InputWizWebhookConnection(BaseModel):
|
|
|
29
29
|
class InputWizWebhookMode(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
|
|
33
32
|
SMART = "smart"
|
|
34
|
-
# Always On
|
|
35
33
|
ALWAYS = "always"
|
|
36
34
|
|
|
37
35
|
|
|
38
36
|
class InputWizWebhookCompression(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
39
37
|
r"""Codec to use to compress the persisted data"""
|
|
40
38
|
|
|
41
|
-
# None
|
|
42
39
|
NONE = "none"
|
|
43
|
-
# Gzip
|
|
44
40
|
GZIP = "gzip"
|
|
45
41
|
|
|
46
42
|
|
|
@@ -29,18 +29,14 @@ class InputZscalerHecConnection(BaseModel):
|
|
|
29
29
|
class InputZscalerHecMode(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
|
|
33
32
|
SMART = "smart"
|
|
34
|
-
# Always On
|
|
35
33
|
ALWAYS = "always"
|
|
36
34
|
|
|
37
35
|
|
|
38
36
|
class InputZscalerHecCompression(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
39
37
|
r"""Codec to use to compress the persisted data"""
|
|
40
38
|
|
|
41
|
-
# None
|
|
42
39
|
NONE = "none"
|
|
43
|
-
# Gzip
|
|
44
40
|
GZIP = "gzip"
|
|
45
41
|
|
|
46
42
|
|
|
@@ -4,14 +4,13 @@ from __future__ import annotations
|
|
|
4
4
|
from .jobstatus import JobStatus, JobStatusTypedDict
|
|
5
5
|
from .runnablejob import RunnableJob, RunnableJobTypedDict
|
|
6
6
|
from cribl_control_plane.types import BaseModel
|
|
7
|
-
from typing import
|
|
7
|
+
from typing import Optional
|
|
8
8
|
from typing_extensions import NotRequired, TypedDict
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
class JobInfoTypedDict(TypedDict):
|
|
12
12
|
args: RunnableJobTypedDict
|
|
13
13
|
id: str
|
|
14
|
-
stats: Dict[str, float]
|
|
15
14
|
status: JobStatusTypedDict
|
|
16
15
|
keep: NotRequired[bool]
|
|
17
16
|
|
|
@@ -21,8 +20,6 @@ class JobInfo(BaseModel):
|
|
|
21
20
|
|
|
22
21
|
id: str
|
|
23
22
|
|
|
24
|
-
stats: Dict[str, float]
|
|
25
|
-
|
|
26
23
|
status: JobStatus
|
|
27
24
|
|
|
28
25
|
keep: Optional[bool] = None
|
|
@@ -5,7 +5,7 @@ from .hbcriblinfo import HBCriblInfo, HBCriblInfoTypedDict
|
|
|
5
5
|
from .heartbeatmetadata import HeartbeatMetadata, HeartbeatMetadataTypedDict
|
|
6
6
|
from cribl_control_plane.types import BaseModel
|
|
7
7
|
import pydantic
|
|
8
|
-
from typing import
|
|
8
|
+
from typing import List, Optional, Union
|
|
9
9
|
from typing_extensions import Annotated, NotRequired, TypeAliasType, TypedDict
|
|
10
10
|
|
|
11
11
|
|
|
@@ -19,7 +19,6 @@ class NodeProvidedInfoTags(BaseModel):
|
|
|
19
19
|
|
|
20
20
|
class NodeProvidedInfoAwsTypedDict(TypedDict):
|
|
21
21
|
enabled: bool
|
|
22
|
-
instance_id: str
|
|
23
22
|
region: str
|
|
24
23
|
type: str
|
|
25
24
|
zone: str
|
|
@@ -29,8 +28,6 @@ class NodeProvidedInfoAwsTypedDict(TypedDict):
|
|
|
29
28
|
class NodeProvidedInfoAws(BaseModel):
|
|
30
29
|
enabled: bool
|
|
31
30
|
|
|
32
|
-
instance_id: Annotated[str, pydantic.Field(alias="instanceId")]
|
|
33
|
-
|
|
34
31
|
region: str
|
|
35
32
|
|
|
36
33
|
type: str
|
|
@@ -128,7 +125,6 @@ class NodeProvidedInfoTypedDict(TypedDict):
|
|
|
128
125
|
architecture: str
|
|
129
126
|
cpus: float
|
|
130
127
|
cribl: HBCriblInfoTypedDict
|
|
131
|
-
env: Dict[str, str]
|
|
132
128
|
free_disk_space: float
|
|
133
129
|
hostname: str
|
|
134
130
|
node: str
|
|
@@ -153,8 +149,6 @@ class NodeProvidedInfo(BaseModel):
|
|
|
153
149
|
|
|
154
150
|
cribl: HBCriblInfo
|
|
155
151
|
|
|
156
|
-
env: Dict[str, str]
|
|
157
|
-
|
|
158
152
|
free_disk_space: Annotated[float, pydantic.Field(alias="freeDiskSpace")]
|
|
159
153
|
|
|
160
154
|
hostname: str
|
|
@@ -19,7 +19,6 @@ from .outputcrowdstrikenextgensiem import (
|
|
|
19
19
|
OutputCrowdstrikeNextGenSiem,
|
|
20
20
|
OutputCrowdstrikeNextGenSiemTypedDict,
|
|
21
21
|
)
|
|
22
|
-
from .outputdatabricks import OutputDatabricks, OutputDatabricksTypedDict
|
|
23
22
|
from .outputdatadog import OutputDatadog, OutputDatadogTypedDict
|
|
24
23
|
from .outputdataset import OutputDataset, OutputDatasetTypedDict
|
|
25
24
|
from .outputdefault import OutputDefault, OutputDefaultTypedDict
|
|
@@ -82,10 +81,8 @@ from .outputtcpjson import OutputTcpjson, OutputTcpjsonTypedDict
|
|
|
82
81
|
from .outputwavefront import OutputWavefront, OutputWavefrontTypedDict
|
|
83
82
|
from .outputwebhook import OutputWebhook, OutputWebhookTypedDict
|
|
84
83
|
from .outputxsiam import OutputXsiam, OutputXsiamTypedDict
|
|
85
|
-
from cribl_control_plane.utils import get_discriminator
|
|
86
|
-
from pydantic import Discriminator, Tag
|
|
87
84
|
from typing import Union
|
|
88
|
-
from typing_extensions import
|
|
85
|
+
from typing_extensions import TypeAliasType
|
|
89
86
|
|
|
90
87
|
|
|
91
88
|
OutputTypedDict = TypeAliasType(
|
|
@@ -94,32 +91,31 @@ OutputTypedDict = TypeAliasType(
|
|
|
94
91
|
OutputDevnullTypedDict,
|
|
95
92
|
OutputDefaultTypedDict,
|
|
96
93
|
OutputRouterTypedDict,
|
|
97
|
-
OutputNetflowTypedDict,
|
|
98
94
|
OutputSnmpTypedDict,
|
|
95
|
+
OutputNetflowTypedDict,
|
|
99
96
|
OutputDiskSpoolTypedDict,
|
|
100
97
|
OutputRingTypedDict,
|
|
101
|
-
OutputGraphiteTypedDict,
|
|
102
98
|
OutputStatsdExtTypedDict,
|
|
99
|
+
OutputGraphiteTypedDict,
|
|
103
100
|
OutputStatsdTypedDict,
|
|
104
101
|
OutputGooglePubsubTypedDict,
|
|
105
|
-
OutputSplunkTypedDict,
|
|
106
102
|
OutputCriblTCPTypedDict,
|
|
103
|
+
OutputSplunkTypedDict,
|
|
107
104
|
OutputSnsTypedDict,
|
|
108
105
|
OutputCloudwatchTypedDict,
|
|
109
106
|
OutputAzureEventhubTypedDict,
|
|
110
|
-
OutputSignalfxTypedDict,
|
|
111
107
|
OutputWavefrontTypedDict,
|
|
108
|
+
OutputSignalfxTypedDict,
|
|
112
109
|
OutputHoneycombTypedDict,
|
|
113
|
-
OutputHumioHecTypedDict,
|
|
114
|
-
OutputTcpjsonTypedDict,
|
|
115
110
|
OutputSumoLogicTypedDict,
|
|
116
111
|
OutputCrowdstrikeNextGenSiemTypedDict,
|
|
112
|
+
OutputHumioHecTypedDict,
|
|
113
|
+
OutputTcpjsonTypedDict,
|
|
117
114
|
OutputElasticCloudTypedDict,
|
|
118
|
-
OutputExabeamTypedDict,
|
|
119
|
-
OutputKafkaTypedDict,
|
|
120
|
-
OutputConfluentCloudTypedDict,
|
|
121
115
|
OutputKinesisTypedDict,
|
|
122
|
-
|
|
116
|
+
OutputConfluentCloudTypedDict,
|
|
117
|
+
OutputKafkaTypedDict,
|
|
118
|
+
OutputExabeamTypedDict,
|
|
123
119
|
OutputNewrelicEventsTypedDict,
|
|
124
120
|
OutputAzureLogsTypedDict,
|
|
125
121
|
OutputSplunkLbTypedDict,
|
|
@@ -136,10 +132,10 @@ OutputTypedDict = TypeAliasType(
|
|
|
136
132
|
OutputServiceNowTypedDict,
|
|
137
133
|
OutputChronicleTypedDict,
|
|
138
134
|
OutputDynatraceOtlpTypedDict,
|
|
139
|
-
OutputGoogleChronicleTypedDict,
|
|
140
135
|
OutputElasticTypedDict,
|
|
141
|
-
|
|
136
|
+
OutputGoogleChronicleTypedDict,
|
|
142
137
|
OutputCriblLakeTypedDict,
|
|
138
|
+
OutputDatadogTypedDict,
|
|
143
139
|
OutputPrometheusTypedDict,
|
|
144
140
|
OutputMskTypedDict,
|
|
145
141
|
OutputSentinelOneAiSiemTypedDict,
|
|
@@ -161,74 +157,73 @@ OutputTypedDict = TypeAliasType(
|
|
|
161
157
|
)
|
|
162
158
|
|
|
163
159
|
|
|
164
|
-
Output =
|
|
160
|
+
Output = TypeAliasType(
|
|
161
|
+
"Output",
|
|
165
162
|
Union[
|
|
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
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
Annotated[OutputDatabricks, Tag("databricks")],
|
|
163
|
+
OutputDevnull,
|
|
164
|
+
OutputDefault,
|
|
165
|
+
OutputRouter,
|
|
166
|
+
OutputSnmp,
|
|
167
|
+
OutputNetflow,
|
|
168
|
+
OutputDiskSpool,
|
|
169
|
+
OutputRing,
|
|
170
|
+
OutputStatsdExt,
|
|
171
|
+
OutputGraphite,
|
|
172
|
+
OutputStatsd,
|
|
173
|
+
OutputGooglePubsub,
|
|
174
|
+
OutputCriblTCP,
|
|
175
|
+
OutputSplunk,
|
|
176
|
+
OutputSns,
|
|
177
|
+
OutputCloudwatch,
|
|
178
|
+
OutputAzureEventhub,
|
|
179
|
+
OutputWavefront,
|
|
180
|
+
OutputSignalfx,
|
|
181
|
+
OutputHoneycomb,
|
|
182
|
+
OutputSumoLogic,
|
|
183
|
+
OutputCrowdstrikeNextGenSiem,
|
|
184
|
+
OutputHumioHec,
|
|
185
|
+
OutputTcpjson,
|
|
186
|
+
OutputElasticCloud,
|
|
187
|
+
OutputKinesis,
|
|
188
|
+
OutputConfluentCloud,
|
|
189
|
+
OutputKafka,
|
|
190
|
+
OutputExabeam,
|
|
191
|
+
OutputNewrelicEvents,
|
|
192
|
+
OutputAzureLogs,
|
|
193
|
+
OutputSplunkLb,
|
|
194
|
+
OutputSyslog,
|
|
195
|
+
OutputSqs,
|
|
196
|
+
OutputNewrelic,
|
|
197
|
+
OutputCriblHTTP,
|
|
198
|
+
OutputXsiam,
|
|
199
|
+
OutputFilesystem,
|
|
200
|
+
OutputDataset,
|
|
201
|
+
OutputLoki,
|
|
202
|
+
OutputSplunkHec,
|
|
203
|
+
OutputDynatraceHTTP,
|
|
204
|
+
OutputServiceNow,
|
|
205
|
+
OutputChronicle,
|
|
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
|
+
OutputWebhook,
|
|
225
|
+
OutputAzureDataExplorer,
|
|
226
|
+
OutputGoogleCloudLogging,
|
|
227
|
+
OutputGrafanaCloud,
|
|
232
228
|
],
|
|
233
|
-
|
|
234
|
-
]
|
|
229
|
+
)
|
|
@@ -18,29 +18,22 @@ class OutputAzureBlobType(str, Enum):
|
|
|
18
18
|
class OutputAzureBlobDataFormat(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
19
19
|
r"""Format of the output data"""
|
|
20
20
|
|
|
21
|
-
# JSON
|
|
22
21
|
JSON = "json"
|
|
23
|
-
# Raw
|
|
24
22
|
RAW = "raw"
|
|
25
|
-
# Parquet
|
|
26
23
|
PARQUET = "parquet"
|
|
27
24
|
|
|
28
25
|
|
|
29
26
|
class OutputAzureBlobBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
30
27
|
r"""How to handle events when all receivers are exerting backpressure"""
|
|
31
28
|
|
|
32
|
-
# Block
|
|
33
29
|
BLOCK = "block"
|
|
34
|
-
# Drop
|
|
35
30
|
DROP = "drop"
|
|
36
31
|
|
|
37
32
|
|
|
38
33
|
class OutputAzureBlobDiskSpaceProtection(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
39
34
|
r"""How to handle events when disk space is below the global 'Min free disk space' limit"""
|
|
40
35
|
|
|
41
|
-
# Block
|
|
42
36
|
BLOCK = "block"
|
|
43
|
-
# Drop
|
|
44
37
|
DROP = "drop"
|
|
45
38
|
|
|
46
39
|
|
|
@@ -52,15 +45,10 @@ class OutputAzureBlobAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMet
|
|
|
52
45
|
|
|
53
46
|
|
|
54
47
|
class BlobAccessTier(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
55
|
-
# Default account access tier
|
|
56
48
|
INFERRED = "Inferred"
|
|
57
|
-
# Hot tier
|
|
58
49
|
HOT = "Hot"
|
|
59
|
-
# Cool tier
|
|
60
50
|
COOL = "Cool"
|
|
61
|
-
# Cold tier
|
|
62
51
|
COLD = "Cold"
|
|
63
|
-
# Archive tier
|
|
64
52
|
ARCHIVE = "Archive"
|
|
65
53
|
|
|
66
54
|
|
|
@@ -74,31 +62,23 @@ class OutputAzureBlobCompression(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
|
74
62
|
class OutputAzureBlobCompressionLevel(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
75
63
|
r"""Compression level to apply before moving files to final destination"""
|
|
76
64
|
|
|
77
|
-
# Best Speed
|
|
78
65
|
BEST_SPEED = "best_speed"
|
|
79
|
-
# Normal
|
|
80
66
|
NORMAL = "normal"
|
|
81
|
-
# Best Compression
|
|
82
67
|
BEST_COMPRESSION = "best_compression"
|
|
83
68
|
|
|
84
69
|
|
|
85
70
|
class OutputAzureBlobParquetVersion(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
86
71
|
r"""Determines which data types are supported and how they are represented"""
|
|
87
72
|
|
|
88
|
-
# 1.0
|
|
89
73
|
PARQUET_1_0 = "PARQUET_1_0"
|
|
90
|
-
# 2.4
|
|
91
74
|
PARQUET_2_4 = "PARQUET_2_4"
|
|
92
|
-
# 2.6
|
|
93
75
|
PARQUET_2_6 = "PARQUET_2_6"
|
|
94
76
|
|
|
95
77
|
|
|
96
78
|
class OutputAzureBlobDataPageVersion(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
97
79
|
r"""Serialization format of data pages. Note that some reader implementations use Data page V2's attributes to work more efficiently, while others ignore it."""
|
|
98
80
|
|
|
99
|
-
# V1
|
|
100
81
|
DATA_PAGE_V1 = "DATA_PAGE_V1"
|
|
101
|
-
# V2
|
|
102
82
|
DATA_PAGE_V2 = "DATA_PAGE_V2"
|
|
103
83
|
|
|
104
84
|
|
|
@@ -16,9 +16,7 @@ class OutputAzureDataExplorerType(str, Enum):
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
class IngestionMode(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
19
|
-
# Batching
|
|
20
19
|
BATCHING = "batching"
|
|
21
|
-
# Streaming
|
|
22
20
|
STREAMING = "streaming"
|
|
23
21
|
|
|
24
22
|
|
|
@@ -35,11 +33,8 @@ class OutputAzureDataExplorerAuthenticationMethod(
|
|
|
35
33
|
):
|
|
36
34
|
r"""The type of OAuth 2.0 client credentials grant flow to use"""
|
|
37
35
|
|
|
38
|
-
# Client secret
|
|
39
36
|
CLIENT_SECRET = "clientSecret"
|
|
40
|
-
# Client secret (text secret)
|
|
41
37
|
CLIENT_TEXT_SECRET = "clientTextSecret"
|
|
42
|
-
# Certificate
|
|
43
38
|
CERTIFICATE = "certificate"
|
|
44
39
|
|
|
45
40
|
|
|
@@ -60,22 +55,16 @@ class OutputAzureDataExplorerBackpressureBehavior(
|
|
|
60
55
|
):
|
|
61
56
|
r"""How to handle events when all receivers are exerting backpressure"""
|
|
62
57
|
|
|
63
|
-
# Block
|
|
64
58
|
BLOCK = "block"
|
|
65
|
-
# Drop
|
|
66
59
|
DROP = "drop"
|
|
67
|
-
# Persistent Queue
|
|
68
60
|
QUEUE = "queue"
|
|
69
61
|
|
|
70
62
|
|
|
71
63
|
class OutputAzureDataExplorerDataFormat(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
72
64
|
r"""Format of the output data"""
|
|
73
65
|
|
|
74
|
-
# JSON
|
|
75
66
|
JSON = "json"
|
|
76
|
-
# Raw
|
|
77
67
|
RAW = "raw"
|
|
78
|
-
# Parquet
|
|
79
68
|
PARQUET = "parquet"
|
|
80
69
|
|
|
81
70
|
|
|
@@ -84,16 +73,12 @@ class OutputAzureDataExplorerDiskSpaceProtection(
|
|
|
84
73
|
):
|
|
85
74
|
r"""How to handle events when disk space is below the global 'Min free disk space' limit"""
|
|
86
75
|
|
|
87
|
-
# Block
|
|
88
76
|
BLOCK = "block"
|
|
89
|
-
# Drop
|
|
90
77
|
DROP = "drop"
|
|
91
78
|
|
|
92
79
|
|
|
93
80
|
class PrefixOptional(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
94
|
-
# drop-by
|
|
95
81
|
DROP_BY = "dropBy"
|
|
96
|
-
# ingest-by
|
|
97
82
|
INGEST_BY = "ingestBy"
|
|
98
83
|
|
|
99
84
|
|
|
@@ -121,22 +106,16 @@ class IngestIfNotExist(BaseModel):
|
|
|
121
106
|
class ReportLevel(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
122
107
|
r"""Level of ingestion status reporting. Defaults to FailuresOnly."""
|
|
123
108
|
|
|
124
|
-
# FailuresOnly
|
|
125
109
|
FAILURES_ONLY = "failuresOnly"
|
|
126
|
-
# DoNotReport
|
|
127
110
|
DO_NOT_REPORT = "doNotReport"
|
|
128
|
-
# FailuresAndSuccesses
|
|
129
111
|
FAILURES_AND_SUCCESSES = "failuresAndSuccesses"
|
|
130
112
|
|
|
131
113
|
|
|
132
114
|
class ReportMethod(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
133
115
|
r"""Target of the ingestion status reporting. Defaults to Queue."""
|
|
134
116
|
|
|
135
|
-
# Queue
|
|
136
117
|
QUEUE = "queue"
|
|
137
|
-
# Table
|
|
138
118
|
TABLE = "table"
|
|
139
|
-
# QueueAndTable
|
|
140
119
|
QUEUE_AND_TABLE = "queueAndTable"
|
|
141
120
|
|
|
142
121
|
|
|
@@ -219,29 +198,22 @@ class OutputAzureDataExplorerPqCompressCompression(
|
|
|
219
198
|
):
|
|
220
199
|
r"""Codec to use to compress the persisted data"""
|
|
221
200
|
|
|
222
|
-
# None
|
|
223
201
|
NONE = "none"
|
|
224
|
-
# Gzip
|
|
225
202
|
GZIP = "gzip"
|
|
226
203
|
|
|
227
204
|
|
|
228
205
|
class OutputAzureDataExplorerQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
229
206
|
r"""How to handle events when the queue is exerting backpressure (full capacity or low disk). 'Block' is the same behavior as non-PQ blocking. 'Drop new data' throws away incoming data, while leaving the contents of the PQ unchanged."""
|
|
230
207
|
|
|
231
|
-
# Block
|
|
232
208
|
BLOCK = "block"
|
|
233
|
-
# Drop new data
|
|
234
209
|
DROP = "drop"
|
|
235
210
|
|
|
236
211
|
|
|
237
212
|
class OutputAzureDataExplorerMode(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
238
213
|
r"""In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem."""
|
|
239
214
|
|
|
240
|
-
# Error
|
|
241
215
|
ERROR = "error"
|
|
242
|
-
# Backpressure
|
|
243
216
|
BACKPRESSURE = "backpressure"
|
|
244
|
-
# Always On
|
|
245
217
|
ALWAYS = "always"
|
|
246
218
|
|
|
247
219
|
|
|
@@ -18,27 +18,20 @@ class OutputAzureEventhubType(str, Enum):
|
|
|
18
18
|
class OutputAzureEventhubAcknowledgments(int, Enum, metaclass=utils.OpenEnumMeta):
|
|
19
19
|
r"""Control the number of required acknowledgments"""
|
|
20
20
|
|
|
21
|
-
# Leader
|
|
22
21
|
ONE = 1
|
|
23
|
-
# None
|
|
24
22
|
ZERO = 0
|
|
25
|
-
# All
|
|
26
23
|
MINUS_1 = -1
|
|
27
24
|
|
|
28
25
|
|
|
29
26
|
class OutputAzureEventhubRecordDataFormat(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
30
27
|
r"""Format to use to serialize events before writing to the Event Hubs Kafka brokers"""
|
|
31
28
|
|
|
32
|
-
# JSON
|
|
33
29
|
JSON = "json"
|
|
34
|
-
# Field _raw
|
|
35
30
|
RAW = "raw"
|
|
36
31
|
|
|
37
32
|
|
|
38
33
|
class OutputAzureEventhubSASLMechanism(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
39
|
-
# PLAIN
|
|
40
34
|
PLAIN = "plain"
|
|
41
|
-
# OAUTHBEARER
|
|
42
35
|
OAUTHBEARER = "oauthbearer"
|
|
43
36
|
|
|
44
37
|
|
|
@@ -78,40 +71,30 @@ class OutputAzureEventhubTLSSettingsClientSide(BaseModel):
|
|
|
78
71
|
class OutputAzureEventhubBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
79
72
|
r"""How to handle events when all receivers are exerting backpressure"""
|
|
80
73
|
|
|
81
|
-
# Block
|
|
82
74
|
BLOCK = "block"
|
|
83
|
-
# Drop
|
|
84
75
|
DROP = "drop"
|
|
85
|
-
# Persistent Queue
|
|
86
76
|
QUEUE = "queue"
|
|
87
77
|
|
|
88
78
|
|
|
89
79
|
class OutputAzureEventhubCompression(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
90
80
|
r"""Codec to use to compress the persisted data"""
|
|
91
81
|
|
|
92
|
-
# None
|
|
93
82
|
NONE = "none"
|
|
94
|
-
# Gzip
|
|
95
83
|
GZIP = "gzip"
|
|
96
84
|
|
|
97
85
|
|
|
98
86
|
class OutputAzureEventhubQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
99
87
|
r"""How to handle events when the queue is exerting backpressure (full capacity or low disk). 'Block' is the same behavior as non-PQ blocking. 'Drop new data' throws away incoming data, while leaving the contents of the PQ unchanged."""
|
|
100
88
|
|
|
101
|
-
# Block
|
|
102
89
|
BLOCK = "block"
|
|
103
|
-
# Drop new data
|
|
104
90
|
DROP = "drop"
|
|
105
91
|
|
|
106
92
|
|
|
107
93
|
class OutputAzureEventhubMode(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
108
94
|
r"""In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem."""
|
|
109
95
|
|
|
110
|
-
# Error
|
|
111
96
|
ERROR = "error"
|
|
112
|
-
# Backpressure
|
|
113
97
|
BACKPRESSURE = "backpressure"
|
|
114
|
-
# Always On
|
|
115
98
|
ALWAYS = "always"
|
|
116
99
|
|
|
117
100
|
|
|
@@ -29,11 +29,8 @@ class OutputAzureLogsExtraHTTPHeader(BaseModel):
|
|
|
29
29
|
class OutputAzureLogsFailedRequestLoggingMode(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
30
30
|
r"""Data to log when a request fails. All headers are redacted by default, unless listed as safe headers below."""
|
|
31
31
|
|
|
32
|
-
# Payload
|
|
33
32
|
PAYLOAD = "payload"
|
|
34
|
-
# Payload + Headers
|
|
35
33
|
PAYLOAD_AND_HEADERS = "payloadAndHeaders"
|
|
36
|
-
# None
|
|
37
34
|
NONE = "none"
|
|
38
35
|
|
|
39
36
|
|
|
@@ -94,11 +91,8 @@ class OutputAzureLogsTimeoutRetrySettings(BaseModel):
|
|
|
94
91
|
class OutputAzureLogsBackpressureBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
95
92
|
r"""How to handle events when all receivers are exerting backpressure"""
|
|
96
93
|
|
|
97
|
-
# Block
|
|
98
94
|
BLOCK = "block"
|
|
99
|
-
# Drop
|
|
100
95
|
DROP = "drop"
|
|
101
|
-
# Persistent Queue
|
|
102
96
|
QUEUE = "queue"
|
|
103
97
|
|
|
104
98
|
|
|
@@ -112,29 +106,22 @@ class OutputAzureLogsAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMet
|
|
|
112
106
|
class OutputAzureLogsCompression(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
113
107
|
r"""Codec to use to compress the persisted data"""
|
|
114
108
|
|
|
115
|
-
# None
|
|
116
109
|
NONE = "none"
|
|
117
|
-
# Gzip
|
|
118
110
|
GZIP = "gzip"
|
|
119
111
|
|
|
120
112
|
|
|
121
113
|
class OutputAzureLogsQueueFullBehavior(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
122
114
|
r"""How to handle events when the queue is exerting backpressure (full capacity or low disk). 'Block' is the same behavior as non-PQ blocking. 'Drop new data' throws away incoming data, while leaving the contents of the PQ unchanged."""
|
|
123
115
|
|
|
124
|
-
# Block
|
|
125
116
|
BLOCK = "block"
|
|
126
|
-
# Drop new data
|
|
127
117
|
DROP = "drop"
|
|
128
118
|
|
|
129
119
|
|
|
130
120
|
class OutputAzureLogsMode(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
131
121
|
r"""In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem."""
|
|
132
122
|
|
|
133
|
-
# Error
|
|
134
123
|
ERROR = "error"
|
|
135
|
-
# Backpressure
|
|
136
124
|
BACKPRESSURE = "backpressure"
|
|
137
|
-
# Always On
|
|
138
125
|
ALWAYS = "always"
|
|
139
126
|
|
|
140
127
|
|