eql does not allow - in variable names #709
Labels
bug
Something isn't working
Team:Elastic-Agent-Control-Plane
Label for the Agent Control Plane team
v8.3.0
The eql parser does not allow the
-
char to appear in variable names.This means that users are unable to input an expression like:
${data.app-component} == 'some-value'
.The transpiler and dynamic providers allow these types of variable names.
The text was updated successfully, but these errors were encountered: