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
description: Optional default namespace for metrics sent to Splunk HEC.
59769
+
example: "custom_namespace"
59770
+
type: string
59771
+
endpoint_url_key:
59772
+
description: Name of the environment variable or secret that holds the Splunk HEC endpoint URL.
59773
+
example: SPLUNK_HEC_ENDPOINT_URL
59774
+
type: string
59775
+
id:
59776
+
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).
59777
+
example: splunk-hec-metrics-destination
59778
+
type: string
59779
+
index:
59780
+
description: Optional name of the Splunk index where metrics are written.
59781
+
example: "metrics"
59782
+
type: string
59783
+
inputs:
59784
+
description: A list of component IDs whose output is used as the `input` for this component.
59785
+
example: ["metrics-filter-processor"]
59786
+
items:
59787
+
description: The ID of a component whose output is used as input for this destination.
59788
+
type: string
59789
+
type: array
59790
+
source:
59791
+
description: The Splunk source field value for metric events.
59792
+
example: "observability_pipelines"
59793
+
type: string
59794
+
sourcetype:
59795
+
description: The Splunk sourcetype to assign to metric events.
description: The destination type. Always `splunk_hec_metrics`.
59826
+
enum:
59827
+
- splunk_hec_metrics
59828
+
example: splunk_hec_metrics
59829
+
type: string
59830
+
x-enum-varnames:
59831
+
- SPLUNK_HEC_METRICS
59748
59832
ObservabilityPipelineSplunkHecSource:
59749
59833
description: |-
59750
59834
The `splunk_hec` source implements the Splunk HTTP Event Collector (HEC) API.
@@ -107705,6 +107789,33 @@ paths:
107705
107789
operator: OR
107706
107790
permissions:
107707
107791
- aws_configurations_manage
107792
+
/api/v2/cloudinventoryservice/syncconfigs/{id}:
107793
+
delete:
107794
+
description: |-
107795
+
Delete a Storage Management configuration by its unique identifier. Deleting a configuration stops inventory file synchronization for the associated cloud account.
# Delete a Storage Management configuration by its unique identifier. Deleting a configuration stops inventory file synchronization for the associated cloud account.
37
+
#
38
+
# @param id [String] Unique identifier of the Storage Management configuration.
39
+
# @param opts [Hash] the optional parameters
40
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
0 commit comments