cribl-control-plane 0.2.1rc6__py3-none-any.whl → 0.2.1rc8__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 +4 -4
- cribl_control_plane/lakedatasets.py +28 -0
- cribl_control_plane/models/__init__.py +124 -5
- cribl_control_plane/models/cribllakedataset.py +4 -0
- cribl_control_plane/models/cribllakedatasetupdate.py +4 -0
- cribl_control_plane/models/input.py +15 -15
- cribl_control_plane/models/inputappscope.py +20 -16
- cribl_control_plane/models/inputconfluentcloud.py +110 -0
- cribl_control_plane/models/inputcriblhttp.py +20 -16
- cribl_control_plane/models/inputcribllakehttp.py +20 -16
- cribl_control_plane/models/inputcribltcp.py +20 -16
- cribl_control_plane/models/inputdatadogagent.py +20 -16
- cribl_control_plane/models/inputedgeprometheus.py +44 -36
- cribl_control_plane/models/inputelastic.py +44 -27
- cribl_control_plane/models/inputeventhub.py +118 -0
- cribl_control_plane/models/inputfile.py +10 -5
- cribl_control_plane/models/inputfirehose.py +20 -16
- cribl_control_plane/models/inputgrafana.py +39 -31
- cribl_control_plane/models/inputhttp.py +20 -16
- cribl_control_plane/models/inputhttpraw.py +20 -16
- cribl_control_plane/models/inputkafka.py +108 -0
- cribl_control_plane/models/inputloki.py +20 -16
- cribl_control_plane/models/inputmetrics.py +20 -16
- cribl_control_plane/models/inputmodeldriventelemetry.py +20 -16
- cribl_control_plane/models/inputopentelemetry.py +19 -15
- cribl_control_plane/models/inputprometheus.py +44 -36
- cribl_control_plane/models/inputprometheusrw.py +20 -16
- cribl_control_plane/models/inputsplunk.py +20 -16
- cribl_control_plane/models/inputsplunkhec.py +19 -15
- cribl_control_plane/models/inputsyslog.py +39 -31
- cribl_control_plane/models/inputsystemmetrics.py +20 -10
- cribl_control_plane/models/inputtcp.py +30 -16
- cribl_control_plane/models/inputtcpjson.py +20 -16
- cribl_control_plane/models/inputwindowsmetrics.py +20 -10
- cribl_control_plane/models/inputwineventlogs.py +14 -0
- cribl_control_plane/models/inputwizwebhook.py +20 -16
- cribl_control_plane/models/inputzscalerhec.py +19 -15
- cribl_control_plane/models/jobinfo.py +10 -4
- cribl_control_plane/models/jobstatus.py +24 -3
- cribl_control_plane/models/lakedatasetmetrics.py +17 -0
- cribl_control_plane/models/output.py +21 -21
- cribl_control_plane/models/outputazureblob.py +7 -0
- cribl_control_plane/models/outputazuredataexplorer.py +283 -93
- cribl_control_plane/models/outputazureeventhub.py +169 -21
- cribl_control_plane/models/outputazurelogs.py +49 -21
- cribl_control_plane/models/outputchronicle.py +49 -21
- cribl_control_plane/models/outputclickhouse.py +49 -21
- cribl_control_plane/models/outputcloudwatch.py +49 -21
- cribl_control_plane/models/outputconfluentcloud.py +169 -22
- cribl_control_plane/models/outputcriblhttp.py +49 -21
- cribl_control_plane/models/outputcribltcp.py +49 -21
- cribl_control_plane/models/outputcrowdstrikenextgensiem.py +50 -22
- cribl_control_plane/models/outputdatabricks.py +7 -0
- cribl_control_plane/models/outputdatadog.py +49 -21
- cribl_control_plane/models/outputdataset.py +49 -21
- cribl_control_plane/models/outputdls3.py +7 -0
- cribl_control_plane/models/outputdynatracehttp.py +49 -21
- cribl_control_plane/models/outputdynatraceotlp.py +49 -21
- cribl_control_plane/models/outputelastic.py +74 -21
- cribl_control_plane/models/outputelasticcloud.py +74 -21
- cribl_control_plane/models/outputfilesystem.py +7 -0
- cribl_control_plane/models/outputgooglechronicle.py +65 -22
- cribl_control_plane/models/outputgooglecloudlogging.py +50 -22
- cribl_control_plane/models/outputgooglecloudstorage.py +7 -0
- cribl_control_plane/models/outputgooglepubsub.py +49 -21
- cribl_control_plane/models/outputgrafanacloud.py +98 -42
- cribl_control_plane/models/outputgraphite.py +49 -21
- cribl_control_plane/models/outputhoneycomb.py +49 -21
- cribl_control_plane/models/outputhumiohec.py +49 -21
- cribl_control_plane/models/outputinfluxdb.py +49 -21
- cribl_control_plane/models/outputkafka.py +164 -19
- cribl_control_plane/models/outputkinesis.py +56 -21
- cribl_control_plane/models/outputloki.py +47 -19
- cribl_control_plane/models/outputminio.py +7 -0
- cribl_control_plane/models/outputmsk.py +56 -19
- cribl_control_plane/models/outputnewrelic.py +49 -21
- cribl_control_plane/models/outputnewrelicevents.py +50 -22
- cribl_control_plane/models/outputopentelemetry.py +49 -21
- cribl_control_plane/models/outputprometheus.py +49 -21
- cribl_control_plane/models/outputs3.py +7 -0
- cribl_control_plane/models/outputsentinel.py +49 -21
- cribl_control_plane/models/outputsentineloneaisiem.py +50 -22
- cribl_control_plane/models/outputservicenow.py +49 -21
- cribl_control_plane/models/outputsignalfx.py +49 -21
- cribl_control_plane/models/outputsns.py +47 -19
- cribl_control_plane/models/outputsplunk.py +49 -21
- cribl_control_plane/models/outputsplunkhec.py +124 -21
- cribl_control_plane/models/outputsplunklb.py +49 -21
- cribl_control_plane/models/outputsqs.py +47 -19
- cribl_control_plane/models/outputstatsd.py +49 -21
- cribl_control_plane/models/outputstatsdext.py +49 -21
- cribl_control_plane/models/outputsumologic.py +49 -21
- cribl_control_plane/models/outputsyslog.py +129 -99
- cribl_control_plane/models/outputtcpjson.py +49 -21
- cribl_control_plane/models/outputwavefront.py +49 -21
- cribl_control_plane/models/outputwebhook.py +49 -21
- cribl_control_plane/models/outputxsiam.py +47 -19
- cribl_control_plane/models/runnablejobcollection.py +12 -8
- cribl_control_plane/models/runnablejobexecutor.py +12 -8
- cribl_control_plane/models/runnablejobscheduledsearch.py +12 -8
- {cribl_control_plane-0.2.1rc6.dist-info → cribl_control_plane-0.2.1rc8.dist-info}/METADATA +25 -7
- {cribl_control_plane-0.2.1rc6.dist-info → cribl_control_plane-0.2.1rc8.dist-info}/RECORD +103 -102
- {cribl_control_plane-0.2.1rc6.dist-info → cribl_control_plane-0.2.1rc8.dist-info}/WHEEL +0 -0
cribl_control_plane/_version.py
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "cribl-control-plane"
|
|
6
|
-
__version__: str = "0.2.
|
|
7
|
-
__openapi_doc_version__: str = "4.15.0-alpha.
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.2.
|
|
6
|
+
__version__: str = "0.2.1rc8"
|
|
7
|
+
__openapi_doc_version__: str = "4.15.0-alpha.1762249156162-b384ad31"
|
|
8
|
+
__gen_version__: str = "2.731.6"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.2.1rc8 2.731.6 4.15.0-alpha.1762249156162-b384ad31 cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -24,6 +24,9 @@ class LakeDatasets(BaseSDK):
|
|
|
24
24
|
description: Optional[str] = None,
|
|
25
25
|
format_: Optional[models.CriblLakeDatasetFormat] = None,
|
|
26
26
|
http_da_used: Optional[bool] = None,
|
|
27
|
+
metrics: Optional[
|
|
28
|
+
Union[models.LakeDatasetMetrics, models.LakeDatasetMetricsTypedDict]
|
|
29
|
+
] = None,
|
|
27
30
|
retention_period_in_days: Optional[float] = None,
|
|
28
31
|
search_config: Optional[
|
|
29
32
|
Union[
|
|
@@ -50,6 +53,7 @@ class LakeDatasets(BaseSDK):
|
|
|
50
53
|
:param description:
|
|
51
54
|
:param format_:
|
|
52
55
|
:param http_da_used:
|
|
56
|
+
:param metrics:
|
|
53
57
|
:param retention_period_in_days:
|
|
54
58
|
:param search_config:
|
|
55
59
|
:param storage_location_id:
|
|
@@ -82,6 +86,9 @@ class LakeDatasets(BaseSDK):
|
|
|
82
86
|
format_=format_,
|
|
83
87
|
http_da_used=http_da_used,
|
|
84
88
|
id=id,
|
|
89
|
+
metrics=utils.get_pydantic_model(
|
|
90
|
+
metrics, Optional[models.LakeDatasetMetrics]
|
|
91
|
+
),
|
|
85
92
|
retention_period_in_days=retention_period_in_days,
|
|
86
93
|
search_config=utils.get_pydantic_model(
|
|
87
94
|
search_config, Optional[models.LakeDatasetSearchConfig]
|
|
@@ -168,6 +175,9 @@ class LakeDatasets(BaseSDK):
|
|
|
168
175
|
description: Optional[str] = None,
|
|
169
176
|
format_: Optional[models.CriblLakeDatasetFormat] = None,
|
|
170
177
|
http_da_used: Optional[bool] = None,
|
|
178
|
+
metrics: Optional[
|
|
179
|
+
Union[models.LakeDatasetMetrics, models.LakeDatasetMetricsTypedDict]
|
|
180
|
+
] = None,
|
|
171
181
|
retention_period_in_days: Optional[float] = None,
|
|
172
182
|
search_config: Optional[
|
|
173
183
|
Union[
|
|
@@ -194,6 +204,7 @@ class LakeDatasets(BaseSDK):
|
|
|
194
204
|
:param description:
|
|
195
205
|
:param format_:
|
|
196
206
|
:param http_da_used:
|
|
207
|
+
:param metrics:
|
|
197
208
|
:param retention_period_in_days:
|
|
198
209
|
:param search_config:
|
|
199
210
|
:param storage_location_id:
|
|
@@ -226,6 +237,9 @@ class LakeDatasets(BaseSDK):
|
|
|
226
237
|
format_=format_,
|
|
227
238
|
http_da_used=http_da_used,
|
|
228
239
|
id=id,
|
|
240
|
+
metrics=utils.get_pydantic_model(
|
|
241
|
+
metrics, Optional[models.LakeDatasetMetrics]
|
|
242
|
+
),
|
|
229
243
|
retention_period_in_days=retention_period_in_days,
|
|
230
244
|
search_config=utils.get_pydantic_model(
|
|
231
245
|
search_config, Optional[models.LakeDatasetSearchConfig]
|
|
@@ -859,6 +873,9 @@ class LakeDatasets(BaseSDK):
|
|
|
859
873
|
format_: Optional[models.CriblLakeDatasetUpdateFormat] = None,
|
|
860
874
|
http_da_used: Optional[bool] = None,
|
|
861
875
|
id: Optional[str] = None,
|
|
876
|
+
metrics: Optional[
|
|
877
|
+
Union[models.LakeDatasetMetrics, models.LakeDatasetMetricsTypedDict]
|
|
878
|
+
] = None,
|
|
862
879
|
retention_period_in_days: Optional[float] = None,
|
|
863
880
|
search_config: Optional[
|
|
864
881
|
Union[
|
|
@@ -886,6 +903,7 @@ class LakeDatasets(BaseSDK):
|
|
|
886
903
|
:param format_:
|
|
887
904
|
:param http_da_used:
|
|
888
905
|
:param id:
|
|
906
|
+
:param metrics:
|
|
889
907
|
:param retention_period_in_days:
|
|
890
908
|
:param search_config:
|
|
891
909
|
:param storage_location_id:
|
|
@@ -919,6 +937,9 @@ class LakeDatasets(BaseSDK):
|
|
|
919
937
|
format_=format_,
|
|
920
938
|
http_da_used=http_da_used,
|
|
921
939
|
id=id,
|
|
940
|
+
metrics=utils.get_pydantic_model(
|
|
941
|
+
metrics, Optional[models.LakeDatasetMetrics]
|
|
942
|
+
),
|
|
922
943
|
retention_period_in_days=retention_period_in_days,
|
|
923
944
|
search_config=utils.get_pydantic_model(
|
|
924
945
|
search_config, Optional[models.LakeDatasetSearchConfig]
|
|
@@ -1006,6 +1027,9 @@ class LakeDatasets(BaseSDK):
|
|
|
1006
1027
|
format_: Optional[models.CriblLakeDatasetUpdateFormat] = None,
|
|
1007
1028
|
http_da_used: Optional[bool] = None,
|
|
1008
1029
|
id: Optional[str] = None,
|
|
1030
|
+
metrics: Optional[
|
|
1031
|
+
Union[models.LakeDatasetMetrics, models.LakeDatasetMetricsTypedDict]
|
|
1032
|
+
] = None,
|
|
1009
1033
|
retention_period_in_days: Optional[float] = None,
|
|
1010
1034
|
search_config: Optional[
|
|
1011
1035
|
Union[
|
|
@@ -1033,6 +1057,7 @@ class LakeDatasets(BaseSDK):
|
|
|
1033
1057
|
:param format_:
|
|
1034
1058
|
:param http_da_used:
|
|
1035
1059
|
:param id:
|
|
1060
|
+
:param metrics:
|
|
1036
1061
|
:param retention_period_in_days:
|
|
1037
1062
|
:param search_config:
|
|
1038
1063
|
:param storage_location_id:
|
|
@@ -1066,6 +1091,9 @@ class LakeDatasets(BaseSDK):
|
|
|
1066
1091
|
format_=format_,
|
|
1067
1092
|
http_da_used=http_da_used,
|
|
1068
1093
|
id=id,
|
|
1094
|
+
metrics=utils.get_pydantic_model(
|
|
1095
|
+
metrics, Optional[models.LakeDatasetMetrics]
|
|
1096
|
+
),
|
|
1069
1097
|
retention_period_in_days=retention_period_in_days,
|
|
1070
1098
|
search_config=utils.get_pydantic_model(
|
|
1071
1099
|
search_config, Optional[models.LakeDatasetSearchConfig]
|