Env Provider
edit
A newer version is available. Check out the latest documentation.
Env Provider
editProvides access to the environment variables as key-value pairs.
For example, set the variable foo
:
foo=bar elastic-agent run
The environment variable can be referenced as ${env.foo}
.