Skip to content

Commit 4f83ed2

Browse files
docs(splunk_hec sink): update docs re duplicate tags (vectordotdev#15807)
* Update sink docs Signed-off-by: Stephen Wakely <[email protected]> * cue fmt Signed-off-by: Stephen Wakely <[email protected]> Signed-off-by: Stephen Wakely <[email protected]>
1 parent 8117034 commit 4f83ed2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

website/cue/reference/components/sinks/splunk_hec_metrics.cue

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,12 @@ components: sinks: splunk_hec_metrics: {
144144

145145
telemetry: components.sinks.splunk_hec_logs.telemetry
146146

147-
how_it_works: sinks._splunk_hec.how_it_works
147+
how_it_works: sinks._splunk_hec.how_it_works & {
148+
multi_value_tags: {
149+
title: "Multivalue Tags"
150+
body: """
151+
If Splunk recieves a tag with multiple values it will only take the last value specified,
152+
so Vector only sends this last value.
153+
"""
154+
}}
148155
}

0 commit comments

Comments
 (0)