:
character in dynamic variables breaks the rendering
#624
Labels
bug
Something isn't working
Team:Elastic-Agent-Control-Plane
Label for the Agent Control Plane team
v8.4.0
It seems that having
:
character as part of dynamic variables' default value breaks the whole rendering.A configuration like the following are not able to get rendered:
Running
./elastic-agent -e -c ./elastic-agent.yml inspect output -o default
I get the following:{"log.level":"error","@timestamp":"2022-06-27T15:31:21.461+0300","log.origin":{"file.name":"emitter/controller.go","file.line":123},"message":"Failed to render configuration with latest context from composable controller: starting ${ is missing ending }","ecs.version":"1.6.0"}
This is important in order to define default values for
hosts
settings.The text was updated successfully, but these errors were encountered: