I am trying to create a metricset using command
make create-metricset which gives me this error.
I have Golang 1.8 installed on my system.
Please help in resolving this.
Thanks
I am trying to create a metricset using command
make create-metricset which gives me this error.
I have Golang 1.8 installed on my system.
Please help in resolving this.
Thanks
Can you try to run make prepare-tests
and then again make create-metricset
to see if this solves the error?
Just realised you are on Windows. Makefiles do not work that well on Windows Still it seems the error above comes from go tool cover
which I would expect to exist.
What do you get if you run go tool cover
? You should get a help output.
Interesting. Did my first comment help?
What you can try otherwise, is running the Python command manually which is executed by the Makefile as I assume it is a Windows issue with the Makefile:
This is the command. You must replace the env variables with your actual values.
python ${ES_BEATS}/metricbeat/scripts/create_metricset.py --path=$(PWD) --es_beats=$(ES_BEATS) --module=$(MODULE) --metricset=$(METRICSET)
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.