cribl-control-plane 0.1.1rc7__py3-none-any.whl → 0.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of cribl-control-plane might be problematic. Click here for more details.

Files changed (143) hide show
  1. cribl_control_plane/_version.py +5 -3
  2. cribl_control_plane/groups_sdk.py +4 -4
  3. cribl_control_plane/models/__init__.py +27 -45
  4. cribl_control_plane/models/appmode.py +14 -0
  5. cribl_control_plane/models/authtoken.py +1 -8
  6. cribl_control_plane/models/configgroup.py +2 -17
  7. cribl_control_plane/models/createversionundoop.py +3 -3
  8. cribl_control_plane/models/distributedsummary.py +0 -6
  9. cribl_control_plane/models/hbcriblinfo.py +3 -14
  10. cribl_control_plane/models/heartbeatmetadata.py +0 -3
  11. cribl_control_plane/models/input.py +63 -65
  12. cribl_control_plane/models/inputappscope.py +0 -4
  13. cribl_control_plane/models/inputazureblob.py +0 -4
  14. cribl_control_plane/models/inputcollection.py +0 -4
  15. cribl_control_plane/models/inputconfluentcloud.py +18 -8
  16. cribl_control_plane/models/inputcribl.py +0 -4
  17. cribl_control_plane/models/inputcriblhttp.py +0 -4
  18. cribl_control_plane/models/inputcribllakehttp.py +0 -4
  19. cribl_control_plane/models/inputcriblmetrics.py +0 -4
  20. cribl_control_plane/models/inputcribltcp.py +0 -4
  21. cribl_control_plane/models/inputcrowdstrike.py +0 -7
  22. cribl_control_plane/models/inputdatadogagent.py +0 -4
  23. cribl_control_plane/models/inputdatagen.py +0 -4
  24. cribl_control_plane/models/inputedgeprometheus.py +0 -12
  25. cribl_control_plane/models/inputelastic.py +0 -11
  26. cribl_control_plane/models/inputeventhub.py +0 -6
  27. cribl_control_plane/models/inputexec.py +0 -4
  28. cribl_control_plane/models/inputfile.py +0 -6
  29. cribl_control_plane/models/inputfirehose.py +0 -4
  30. cribl_control_plane/models/inputgooglepubsub.py +0 -7
  31. cribl_control_plane/models/inputgrafana.py +0 -8
  32. cribl_control_plane/models/inputhttp.py +0 -4
  33. cribl_control_plane/models/inputhttpraw.py +0 -4
  34. cribl_control_plane/models/inputjournalfiles.py +0 -4
  35. cribl_control_plane/models/inputkafka.py +17 -8
  36. cribl_control_plane/models/inputkinesis.py +0 -15
  37. cribl_control_plane/models/inputkubeevents.py +0 -4
  38. cribl_control_plane/models/inputkubelogs.py +0 -4
  39. cribl_control_plane/models/inputkubemetrics.py +0 -4
  40. cribl_control_plane/models/inputloki.py +0 -4
  41. cribl_control_plane/models/inputmetrics.py +0 -4
  42. cribl_control_plane/models/inputmodeldriventelemetry.py +0 -4
  43. cribl_control_plane/models/inputmsk.py +17 -7
  44. cribl_control_plane/models/inputnetflow.py +0 -4
  45. cribl_control_plane/models/inputoffice365mgmt.py +0 -11
  46. cribl_control_plane/models/inputoffice365msgtrace.py +0 -11
  47. cribl_control_plane/models/inputoffice365service.py +0 -11
  48. cribl_control_plane/models/inputopentelemetry.py +0 -8
  49. cribl_control_plane/models/inputprometheus.py +0 -10
  50. cribl_control_plane/models/inputprometheusrw.py +0 -4
  51. cribl_control_plane/models/inputrawudp.py +0 -4
  52. cribl_control_plane/models/inputs3.py +0 -7
  53. cribl_control_plane/models/inputs3inventory.py +0 -7
  54. cribl_control_plane/models/inputsecuritylake.py +0 -7
  55. cribl_control_plane/models/inputsnmp.py +0 -11
  56. cribl_control_plane/models/inputsplunk.py +0 -9
  57. cribl_control_plane/models/inputsplunkhec.py +0 -4
  58. cribl_control_plane/models/inputsplunksearch.py +0 -7
  59. cribl_control_plane/models/inputsqs.py +0 -9
  60. cribl_control_plane/models/inputsyslog.py +0 -8
  61. cribl_control_plane/models/inputsystemmetrics.py +0 -32
  62. cribl_control_plane/models/inputsystemstate.py +0 -4
  63. cribl_control_plane/models/inputtcp.py +0 -4
  64. cribl_control_plane/models/inputtcpjson.py +0 -4
  65. cribl_control_plane/models/inputwef.py +0 -6
  66. cribl_control_plane/models/inputwindowsmetrics.py +0 -28
  67. cribl_control_plane/models/inputwineventlogs.py +0 -8
  68. cribl_control_plane/models/inputwiz.py +0 -7
  69. cribl_control_plane/models/inputwizwebhook.py +0 -4
  70. cribl_control_plane/models/inputzscalerhec.py +0 -4
  71. cribl_control_plane/models/jobinfo.py +1 -4
  72. cribl_control_plane/models/nodeprovidedinfo.py +1 -7
  73. cribl_control_plane/models/output.py +80 -85
  74. cribl_control_plane/models/outputazureblob.py +0 -20
  75. cribl_control_plane/models/outputazuredataexplorer.py +0 -28
  76. cribl_control_plane/models/outputazureeventhub.py +0 -17
  77. cribl_control_plane/models/outputazurelogs.py +0 -13
  78. cribl_control_plane/models/outputchronicle.py +0 -13
  79. cribl_control_plane/models/outputclickhouse.py +0 -17
  80. cribl_control_plane/models/outputcloudwatch.py +0 -13
  81. cribl_control_plane/models/outputconfluentcloud.py +18 -24
  82. cribl_control_plane/models/outputcriblhttp.py +0 -15
  83. cribl_control_plane/models/outputcribllake.py +0 -21
  84. cribl_control_plane/models/outputcribltcp.py +0 -12
  85. cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -15
  86. cribl_control_plane/models/outputdatadog.py +0 -30
  87. cribl_control_plane/models/outputdataset.py +0 -23
  88. cribl_control_plane/models/outputdls3.py +0 -35
  89. cribl_control_plane/models/outputdynatracehttp.py +0 -22
  90. cribl_control_plane/models/outputdynatraceotlp.py +0 -22
  91. cribl_control_plane/models/outputelastic.py +0 -18
  92. cribl_control_plane/models/outputelasticcloud.py +0 -13
  93. cribl_control_plane/models/outputexabeam.py +0 -14
  94. cribl_control_plane/models/outputfilesystem.py +0 -15
  95. cribl_control_plane/models/outputgooglechronicle.py +0 -21
  96. cribl_control_plane/models/outputgooglecloudlogging.py +0 -19
  97. cribl_control_plane/models/outputgooglecloudstorage.py +0 -28
  98. cribl_control_plane/models/outputgooglepubsub.py +0 -13
  99. cribl_control_plane/models/outputgrafanacloud.py +0 -50
  100. cribl_control_plane/models/outputgraphite.py +0 -12
  101. cribl_control_plane/models/outputhoneycomb.py +0 -13
  102. cribl_control_plane/models/outputhumiohec.py +0 -15
  103. cribl_control_plane/models/outputinfluxdb.py +0 -19
  104. cribl_control_plane/models/outputkafka.py +17 -24
  105. cribl_control_plane/models/outputkinesis.py +0 -15
  106. cribl_control_plane/models/outputloki.py +0 -20
  107. cribl_control_plane/models/outputminio.py +0 -28
  108. cribl_control_plane/models/outputmsk.py +17 -23
  109. cribl_control_plane/models/outputnewrelic.py +0 -16
  110. cribl_control_plane/models/outputnewrelicevents.py +0 -16
  111. cribl_control_plane/models/outputopentelemetry.py +0 -22
  112. cribl_control_plane/models/outputprometheus.py +0 -13
  113. cribl_control_plane/models/outputring.py +0 -2
  114. cribl_control_plane/models/outputs3.py +0 -35
  115. cribl_control_plane/models/outputsecuritylake.py +0 -29
  116. cribl_control_plane/models/outputsentinel.py +0 -15
  117. cribl_control_plane/models/outputsentineloneaisiem.py +0 -13
  118. cribl_control_plane/models/outputservicenow.py +0 -21
  119. cribl_control_plane/models/outputsignalfx.py +0 -13
  120. cribl_control_plane/models/outputsns.py +0 -13
  121. cribl_control_plane/models/outputsplunk.py +0 -15
  122. cribl_control_plane/models/outputsplunkhec.py +0 -13
  123. cribl_control_plane/models/outputsplunklb.py +0 -15
  124. cribl_control_plane/models/outputsqs.py +0 -15
  125. cribl_control_plane/models/outputstatsd.py +0 -12
  126. cribl_control_plane/models/outputstatsdext.py +0 -12
  127. cribl_control_plane/models/outputsumologic.py +0 -15
  128. cribl_control_plane/models/outputsyslog.py +0 -24
  129. cribl_control_plane/models/outputtcpjson.py +0 -12
  130. cribl_control_plane/models/outputwavefront.py +0 -13
  131. cribl_control_plane/models/outputwebhook.py +0 -23
  132. cribl_control_plane/models/outputxsiam.py +0 -13
  133. cribl_control_plane/models/packinfo.py +5 -8
  134. cribl_control_plane/models/packinstallinfo.py +5 -8
  135. cribl_control_plane/models/{uploadpackresponse.py → routecloneconf.py} +4 -4
  136. cribl_control_plane/models/routeconf.py +4 -3
  137. cribl_control_plane/models/runnablejobcollection.py +0 -4
  138. cribl_control_plane/packs.py +7 -202
  139. {cribl_control_plane-0.1.1rc7.dist-info → cribl_control_plane-0.2.0.dist-info}/METADATA +3 -35
  140. {cribl_control_plane-0.1.1rc7.dist-info → cribl_control_plane-0.2.0.dist-info}/RECORD +141 -142
  141. cribl_control_plane/models/outputdatabricks.py +0 -291
  142. cribl_control_plane/models/updatepacksop.py +0 -27
  143. {cribl_control_plane-0.1.1rc7.dist-info → cribl_control_plane-0.2.0.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 Dict, Optional
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 Dict, List, Optional, Union
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 Annotated, TypeAliasType
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
- OutputDatabricksTypedDict,
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
- OutputDatadogTypedDict,
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 = Annotated[
160
+ Output = TypeAliasType(
161
+ "Output",
165
162
  Union[
166
- Annotated[OutputDefault, Tag("default")],
167
- Annotated[OutputWebhook, Tag("webhook")],
168
- Annotated[OutputSentinel, Tag("sentinel")],
169
- Annotated[OutputDevnull, Tag("devnull")],
170
- Annotated[OutputSyslog, Tag("syslog")],
171
- Annotated[OutputSplunk, Tag("splunk")],
172
- Annotated[OutputSplunkLb, Tag("splunk_lb")],
173
- Annotated[OutputSplunkHec, Tag("splunk_hec")],
174
- Annotated[OutputTcpjson, Tag("tcpjson")],
175
- Annotated[OutputWavefront, Tag("wavefront")],
176
- Annotated[OutputSignalfx, Tag("signalfx")],
177
- Annotated[OutputFilesystem, Tag("filesystem")],
178
- Annotated[OutputS3, Tag("s3")],
179
- Annotated[OutputAzureBlob, Tag("azure_blob")],
180
- Annotated[OutputAzureDataExplorer, Tag("azure_data_explorer")],
181
- Annotated[OutputAzureLogs, Tag("azure_logs")],
182
- Annotated[OutputKinesis, Tag("kinesis")],
183
- Annotated[OutputHoneycomb, Tag("honeycomb")],
184
- Annotated[OutputAzureEventhub, Tag("azure_eventhub")],
185
- Annotated[OutputGoogleChronicle, Tag("google_chronicle")],
186
- Annotated[OutputGoogleCloudStorage, Tag("google_cloud_storage")],
187
- Annotated[OutputGoogleCloudLogging, Tag("google_cloud_logging")],
188
- Annotated[OutputGooglePubsub, Tag("google_pubsub")],
189
- Annotated[OutputExabeam, Tag("exabeam")],
190
- Annotated[OutputKafka, Tag("kafka")],
191
- Annotated[OutputConfluentCloud, Tag("confluent_cloud")],
192
- Annotated[OutputMsk, Tag("msk")],
193
- Annotated[OutputElastic, Tag("elastic")],
194
- Annotated[OutputElasticCloud, Tag("elastic_cloud")],
195
- Annotated[OutputNewrelic, Tag("newrelic")],
196
- Annotated[OutputNewrelicEvents, Tag("newrelic_events")],
197
- Annotated[OutputInfluxdb, Tag("influxdb")],
198
- Annotated[OutputCloudwatch, Tag("cloudwatch")],
199
- Annotated[OutputMinio, Tag("minio")],
200
- Annotated[OutputStatsd, Tag("statsd")],
201
- Annotated[OutputStatsdExt, Tag("statsd_ext")],
202
- Annotated[OutputGraphite, Tag("graphite")],
203
- Annotated[OutputRouter, Tag("router")],
204
- Annotated[OutputSns, Tag("sns")],
205
- Annotated[OutputSqs, Tag("sqs")],
206
- Annotated[OutputSnmp, Tag("snmp")],
207
- Annotated[OutputSumoLogic, Tag("sumo_logic")],
208
- Annotated[OutputDatadog, Tag("datadog")],
209
- Annotated[OutputGrafanaCloud, Tag("grafana_cloud")],
210
- Annotated[OutputLoki, Tag("loki")],
211
- Annotated[OutputPrometheus, Tag("prometheus")],
212
- Annotated[OutputRing, Tag("ring")],
213
- Annotated[OutputOpenTelemetry, Tag("open_telemetry")],
214
- Annotated[OutputServiceNow, Tag("service_now")],
215
- Annotated[OutputDataset, Tag("dataset")],
216
- Annotated[OutputCriblTCP, Tag("cribl_tcp")],
217
- Annotated[OutputCriblHTTP, Tag("cribl_http")],
218
- Annotated[OutputHumioHec, Tag("humio_hec")],
219
- Annotated[OutputCrowdstrikeNextGenSiem, Tag("crowdstrike_next_gen_siem")],
220
- Annotated[OutputDlS3, Tag("dl_s3")],
221
- Annotated[OutputSecurityLake, Tag("security_lake")],
222
- Annotated[OutputCriblLake, Tag("cribl_lake")],
223
- Annotated[OutputDiskSpool, Tag("disk_spool")],
224
- Annotated[OutputClickHouse, Tag("click_house")],
225
- Annotated[OutputXsiam, Tag("xsiam")],
226
- Annotated[OutputNetflow, Tag("netflow")],
227
- Annotated[OutputDynatraceHTTP, Tag("dynatrace_http")],
228
- Annotated[OutputDynatraceOtlp, Tag("dynatrace_otlp")],
229
- Annotated[OutputSentinelOneAiSiem, Tag("sentinel_one_ai_siem")],
230
- Annotated[OutputChronicle, Tag("chronicle")],
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
- Discriminator(lambda m: get_discriminator(m, "type", "type")),
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