Hello,
Everytime I try to create an exception for builtin security rule "Enumeration of Kernel Modules" I receive an error :
type: Invalid literal value, expected "new_terms", language: Invalid enum value. Expected 'kuery' | 'lucene', received 'eql' (400)
{
  "name": "Error",
  "body": {
    "message": "type: Invalid literal value, expected \"new_terms\", language: Invalid enum value. Expected 'kuery' | 'lucene', received 'eql'",
    "status_code": 400
  },
  "message": "Bad Request",
  "stack": "Error: Bad Request\n    at fetch_Fetch.fetchResponse (https://xxx/d7985c806432/bundles/core/core.entry.js:16:232024)\n    at async https://xxx/d7985c806432/bundles/core/core.entry.js:16:230016\n    at async https://xxx/d7985c806432/bundles/core/core.entry.js:16:229973"
}
Here are some screenshots:
I also tried with API
POST kbn:/api/detection_engine/rules/30ef3bf0-fb00-11ed-b238-dffaf1b25f7d/exceptions
{
  "items": [
    {
      "comments": [],
      "description": "Exception list item",
      "entries": [
        {
          "field": "user.name",
          "operator": "included",
          "type": "match",
          "value": "root"
        }
      ],
      "name": "test",
      "namespace_type": "single",
      "tags": [],
      "type": "simple"
    }
  ]
}
I've got the same error ![]()
Elastic version : 8.17.2
Any idea ?
Thanks




