Splunk HEC Metrics AggregatedSummary Support #21638
-
Good afternoon, I am testing out vector to see if it fulfill some of our needs. In our tests so far we are going prometheus -> vector -> splunk enterprise. So far it looks like it does what we need it to do, but I've hit one roadblock. It appears the AggregatedSummary metric type is not supported by the splunk_hec_metrics sink. Is this the case, have I not configured it correctly, or am I misreading the error message? For example here is the prometheus config:
Here is the vector config:
With the above I get the following error:
Because of the If it is a supported metric type could you point me in the direction of a working example? If it is not supported, is there a workaround to get this metric type through to splunk? I am guessing I would have to transform it, remap it, then send it too Finally is there a page I can go to too see all of the supported metric types for each sync for future reference. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey! Yes, unfortunately it looks like that metric kind isn't supported yet. Looking at vector/src/sinks/splunk_hec/metrics/sink.rs Lines 124 to 145 in d90a95c As a workaround you could probably use |
Beta Was this translation helpful? Give feedback.
Hey! Yes, unfortunately it looks like that metric kind isn't supported yet. Looking at
vector/src/sinks/splunk_hec/metrics/sink.rs
Lines 124 to 145 in d90a95c