Hello,
I have to manipulate some data from an api, and send those events to splunk. One set of the api has to go to a normal index, but a subset of the data has to go to a metrics index, which is defined as an input in the add-on configuration.
However, when I try to send events to the metrics, I don't get anything showing up there. I have tried the following:
Prepending "metric_name:" to the field name for the metric
Making a new add-on to only send data to metrics (very simple create an event and send it)
In that same add-on, create the event, and send it to the index defined in the config, and defined my metrics index in that config
None of these worked. Is there a special way to send these to metrics indexes?
... View more