You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .generator/schemas/v1/openapi.yaml
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -9229,19 +9229,11 @@ components:
9229
9229
description: The monitor `CRITICAL` threshold.
9230
9230
format: double
9231
9231
type: number
9232
-
critical_query:
9233
-
description: Query evaluated as a dynamic `CRITICAL` threshold. Only supported on metric monitors with a formula query and options['variables']. Cannot be combined with static thresholds. This field is in preview.
description: The monitor `CRITICAL` recovery threshold.
9238
9234
format: double
9239
9235
nullable: true
9240
9236
type: number
9241
-
critical_recovery_query:
9242
-
description: Query evaluated as a dynamic `CRITICAL` recovery threshold. Only supported on metric monitors with a formula query and options['variables']. Cannot be combined with static thresholds. This field is in preview.
description: Optional default namespace for metrics sent to Splunk HEC.
57913
+
example: "custom_namespace"
57914
+
type: string
57915
+
endpoint_url_key:
57916
+
description: Name of the environment variable or secret that holds the Splunk HEC endpoint URL.
57917
+
example: SPLUNK_HEC_ENDPOINT_URL
57918
+
type: string
57919
+
id:
57920
+
description: The unique identifier for this component. Used in other parts of the pipeline to reference this component (for example, as the `input` to downstream components).
57921
+
example: splunk-hec-metrics-destination
57922
+
type: string
57923
+
index:
57924
+
description: Optional name of the Splunk index where metrics are written.
57925
+
example: "metrics"
57926
+
type: string
57927
+
inputs:
57928
+
description: A list of component IDs whose output is used as the `input` for this component.
57929
+
example: ["metrics-filter-processor"]
57930
+
items:
57931
+
description: The ID of a component whose output is used as input for this destination.
57932
+
type: string
57933
+
type: array
57934
+
source:
57935
+
description: The Splunk source field value for metric events.
57936
+
example: "observability_pipelines"
57937
+
type: string
57938
+
sourcetype:
57939
+
description: The Splunk sourcetype to assign to metric events.
:param critical: The monitor ``CRITICAL`` threshold.
58
52
:type critical: float, optional
59
53
60
-
:param critical_query: Query evaluated as a dynamic ``CRITICAL`` threshold. Only supported on metric monitors with a formula query and options['variables']. Cannot be combined with static thresholds. This field is in preview.
61
-
:type critical_query: str, optional
62
-
63
54
:param critical_recovery: The monitor ``CRITICAL`` recovery threshold.
:param critical_recovery_query: Query evaluated as a dynamic ``CRITICAL`` recovery threshold. Only supported on metric monitors with a formula query and options['variables']. Cannot be combined with static thresholds. This field is in preview.
:param unity_catalog_endpoint_key: Name of the environment variable or the secret identifier that references your Databricks workspace URL, which is used to communicate with the Unity Catalog API.
228
228
:type unity_catalog_endpoint_key: str, optional
229
+
230
+
:param default_namespace: Optional default namespace for metrics sent to Splunk HEC.
231
+
:type default_namespace: str, optional
232
+
233
+
:param source: The Splunk source field value for metric events.
0 commit comments