-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there an alternative to env. variables object substitution? #19272
Comments
Have you confirmed this doesn't work? That change did not prevent the replacement from environment variables it removed the ability for double substitution. A variable that relied on another variable. |
Just tried with a fresh copy of Filebeat 7.7.1 and it exited with an error:
The same command works on 7.6. |
Pinging @elastic/integrations-services (Team:Services) |
Can confirm this is a problem in 7.8 too – affects both the
|
As of version 7.7 the ability to substitute objects into the config via env. variables were removed. We're currently relying on that ability in Enterprise Search, for instance to set custom ES headers:
elastic/go-ucfg#139 is the PR that removed support for this, I think.
Is there an alternative to this other than setting a command line argument like
?
The text was updated successfully, but these errors were encountered: