Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/devguide/contributing.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ recommend that you install it.
=== Update scripts

The Beats use a variety of scripts based on Python, make and mage to generate configuration files
and documentation. The primary command used for this is:
and documentation. Ensure to use the version of python listed in the https://github.com/elastic/beats/blob/main/.python-version[.python-version] file.

The primary command for updating generated files is:

[source,shell]
--------------------------------------------------------------------------------
Expand Down