Please forgive me if this is tagged wrong, it was the closest I could find to "Elastic Stack->Elastic Serverless Forwarder," which is what I want.
I have what should be a fairly easy question.
With both beats and Elastic Agent, it's possible to include an environment variable in the config.yml file by using the format ${ENV_VAR_NAME}
.
Is it possible to do this with the Elastic Serverless Forwarder?
I'm thinking specifically of the following use case: api_key: "${ES_API_KEY}"
.
Thx.