Aggregation in SO Playbooks #13948
-
Hello! I need to create a Playbook using event aggregation. Below is an example of a SIGMA rule for such a Playbook: title: Network Scans However, in the Playbook module, under "Create New Play," when attempting to convert this Sigma rule into an SO Elasticsearch Query, I receive the following response: "An unsupported feature is required for this Sigma rule (/tmp/tmpwln7xqw6): Aggregations not implemented for this backend As far as I understand, the ElastAlert module, which the SIGMA rule is supposed to convert into, does not support aggregation. Could you please confirm if my understanding is correct? Also, is there any other way I can implement similar rule logic in SO version 2.3.260? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Sigma is a vendor-agnostic metalanguage designed to work on a number of different backends, not just Elasticsearch. The correlation feature that this rule uses may be supported elsewhere, but it is not supported in Elasticsearch. Also, just so you know, the 2.3.x versions of Security Onion are EOL and are no longer being supported or updated. |
Beta Was this translation helpful? Give feedback.
Not that I'm aware of. This sort of correlation is not supported in Elasticsearch queries.