This action installs the Elastic Agent to add monitoring for logs, metrics, and other types of data to the GitHub runner.
Please refer to the release page for the latest release notes.
To authenticate against Fleet Server.
- uses: v1v/elastic-agent-action@v2
with:
# The server address of Fleet Server
#
# We recommend using a GitHub secret.
fleetUrl: ''
# The enrollment token used to log against the Fleet Server
#
# We recommend using a GitHub secret.
enrollmentToken: ''
# What Elastic Agent is to be installed?
# Default: latest
version: ''
# What Elastic Agent name
# Default: ${GITHUB_RUN_NUMBER}.${GITHUB_RUN_ID}
agentName: ''
# Log out from the Fleet Server at the end of a job
# Default: true
logout: ''Every single runner will be presented as below in the Elastic Fleet UI.
