Documentation improvements for "Generating Your Beat" #14509
Labels
docs
enhancement
:Generator
Related to code generators for building custom Beats or modules.
Stalled
Team:Services
(Deprecated) Label for the former Integrations-Services team
Describe the enhancement:
at the link https://www.elastic.co/guide/en/beats/devguide/7.5/newbeat-generate.html
The {user} is not so clear. According to the context, "user" refers to the account name of github. it could be confused as the username on the local machine
For some of the developers who have installed python3, virtualenv may not work properly, to fix that, we have to do:
export VIRTUALENV_PYTHON='/usr/local/bin/python'
where python refers to python 2.x
python $GOPATH/src/github.com/elastic/beats/script/generate.py
The above step is not needed
Describe a specific use case for the enhancement or feature:
The text was updated successfully, but these errors were encountered: