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

Allow optional strict checking of variable names in EQL expressions #2678

Merged
merged 15 commits into from
May 15, 2023
Prev Previous commit
Next Next commit
reorder spec file conditions
  • Loading branch information
faec committed May 12, 2023
commit a8334aad155efc4e839adaec6478554b99052a14
4 changes: 2 additions & 2 deletions specs/endpoint-security.spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ inputs:
- logstash
runtime:
preventions:
- condition: ${runtime.user.root} == false
message: "Elastic Agent must be running as root"
- condition: ${runtime.arch} == 'arm64' and ${runtime.family} == 'redhat' and ${runtime.major} == '7'
message: "No support for RHEL7 on arm64"
- condition: ${runtime.user.root} == false
message: "Elastic Agent must be running as root"
service:
cport: 6788
log:
Expand Down