Rule tuning not converted properly in Kibana #14313
-
I'm trying to tune the detection for CVE-2021-42278 to exclude a known problematic DC that's causing false positives. But SO is converting my rule weirdly in the Kibana console The log data is as the following, pulled using the
The tuning rule I wrote
The rule when I click on the
which results in the following errors:
If I exclude the extra
I get my expected result
My question is, how do I write the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@geistchevalier Have you tried single quotes or no quotes at all for the sofilter? |
Beta Was this translation helpful? Give feedback.
I fixed it after referring to the other tunings that I did before this, formatting issue
Changed it to the following:
which gives me the following when testing in kibana