Make create-metricset error 127

Hi there,
I'm trying to create a new metric beat and to do this I followed the official guide for dev Creating a Metricset | Beats Developer Guide [7.16] | Elastic
I cloneed the beat repository with git and moved out in the directory metricbeat and typed in the terminal make create-metricset as suggested in the guide but I obtain an error and I don't know why:

Blockquote
make create-metricset
mage createMetricset
make: mage: Command not found
make: *** [Makefile:8: create-metricset] Errore 127

I think you need to install the mage build tool: https://github.com/magefile/mage

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.