We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea0d04 commit 5d862e2Copy full SHA for 5d862e2
specs/endpoint-security.spec.yml
@@ -77,7 +77,7 @@ inputs:
77
message: "Elastic Defend requires Elastic Agent be running as Administrator or SYSTEM"
78
- condition: ${install.in_default} == false
79
message: "Elastic Defend requires Elastic Agent be installed at the default installation path"
80
- - condition: ${runtime.native_arch} != 'amd64'
+ - condition: ${runtime.native_arch} != '' and ${runtime.native_arch} != 'amd64'
81
message: "Elastic Defend cannot be installed on Windows running on non-AMD64 CPU"
82
service:
83
cport: 6788
0 commit comments