Skip to content
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

eql does not allow - in variable names #709

Closed
michel-laterman opened this issue Jul 12, 2022 · 1 comment · Fixed by #710
Closed

eql does not allow - in variable names #709

michel-laterman opened this issue Jul 12, 2022 · 1 comment · Fixed by #710
Assignees
Labels
bug Something isn't working Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team v8.3.0

Comments

@michel-laterman
Copy link
Contributor

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.

@michel-laterman michel-laterman added bug Something isn't working Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team labels Jul 12, 2022
@michel-laterman michel-laterman self-assigned this Jul 12, 2022
@michel-laterman
Copy link
Contributor Author

7.17 backport here elastic/beats#32350

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team v8.3.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant