-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Elastic Agent] Add support for variable replacement from providers (#…
…20839) * Add ability to replace variables in the parsed AST tree. * More vars replace improvements. * Perform the variable replacement of the elastic-agent configuration. * Clean-up testing and processors. * Add changelog. * Fix import sorting. * Add more validation to variable substitution. * Add log message about dynamic inputs being experimental. * Update to new variable format. Handle replace of complete objects. * Fix config importing to not replace vars in inputs. * Fixes for vet. * Fix fleet config change action to use new LoadConfig. * Fixes from code review. * Ensure processors are prepended to inputs. (cherry picked from commit 121f23b)
- Loading branch information
1 parent
eaa988d
commit 2a39313
Showing
26 changed files
with
2,140 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.