Elastic search to send metrics #21948
-
Hi team,
I want to send metrics as well to opensearch. Will elasticsearch will be able to do? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey! Yes, the |
Beta Was this translation helpful? Give feedback.
-
I do have a follow up question on this topic. How can one use the auto_routing for data streams if we cannot add/remap the metric events to add the I was just trying to do that and couldn't understand why the field is not added to the metric event. It seems like vector has a fixed structure for metrics and doesn't allow adding additional fields? If so, then we cannot take advantage of the auto routing feature and we'd have to manually setup the config to route the events to a specific stream. |
Beta Was this translation helpful? Give feedback.
Just connect a metrics source to the
elasticsearch
sink 🙂