Describe the Bug
When running on a cluster with only windows.sysmon_operational the detection rule fails as destination.address is not a field that gets exported.
destination.ip is but it does not support the keyword syntax used in the eql rule destination.ip in ("127.0.0.1", "::1") results in 1st argument of [destination.ip in ("127.0.0.1", "::1")] must be [ip], found value ["127.0.0.1"] type [keyword]
To Reproduce
View exported fields listed here: https://www.elastic.co/docs/reference/integrations/windows#sysmonoperational
Expected Behavior
Failures to not occur when using one of the listed index patterns It should either be removed or the rule updated to use destination.ip
Screenshots
Desktop - OS
macOS
Desktop - Version
15.7.1
Additional Context
No response