package
6.0.0-beta1+incompatible
Repository: https://github.com/jshi-git/beats.git
Documentation: pkg.go.dev

# README

Available scripts

The following scripts are used by the unified release process:

FileDescription
get_versionReturns the current version
set_versionSets the current version in all places where change is required. Doesn't commit changes.
deployBuilds all artifacts for the officially supported Beats

Other scripts:

FileDescription
aggregate_coverage.pyUsed to create coverage reports that contain both unit and system tests data
merge_prUsed to make it easier to open a PR that merges one branch into another.

Import / export the dashboards of a single Beat:

FileDescription
export_dashboards.pyPython script to export the Beat dashboards from Elasticsearch to a local directory

Running export_dashboards.py in environment

If you are running the python script for the first time, you need to create the environment by running the following commands in the beats/dev-tools directory:

virtualenv env
. env/bin/activate
pip install -r requirements.txt

This creates the environment that contains all the python packages required to run the export_dashboards.py script. Thus, for the next runs you just need to enable the environment:

. env/bin/activate

# Packages

No description provided by the author