-
Hello I have seen that when you clic on any value and select ONLY, it applies a filter just adding the text of the value to the filter, what is almost useless in many cases. But if you click on INCLUDE, it adds the field and the value to the filter, what is much more accurate For example if, in Detections, you want to show all disabled rules you can reproduce this behavior. If you click on the text "false" in the column "Enable" and then select ONLY, it add the text "false" to the filter and keep showing enabled rules because it shows all rules that includes the text "false", but if you click on same "false" and click on INCLUDE it adds the filter so_detection.isEnabled:"false" what is much more accurate and shows only the disabled rules. Is it the expected behavior? Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Yes, this is the expected bahavior. ONLY does a string search for the field value alone across all of your logs, while INCLUDE adds the field name and value to the current query. |
Beta Was this translation helpful? Give feedback.
The INCLUDE and ONLY options are working as designed.
How about if we update the documentation as follows?