is it possible to send custom metrics using metricbeats?

1.8k Views Asked by At

I have a python application from which i want to send some custom metrics to my elastic search. An example use case can be when a user does the delete data operation on the application (and this would not be an api call). I am already using elastic-APM to send real user metrics but is there anyway i can also send lots of other custom metrics like the one i just shared. One way I found was using the ElasticSearch client but is it possible to use metricbeat instead(I read that metricbeat provides metric shipper for some services). What would be the difference if i would do so?

1

There are 1 best solutions below

0
On

Here's some documentation about creating custom metricsets in metricbeat.