The field process.command_line needs to be keyword type for EQL threat detection example #61352
Labels
:Analytics/EQL
EQL querying
>docs
General docs changes
Team:Docs
Meta label for docs team
Team:QL (Deprecated)
Meta label for query languages team
The doc page has the following query example:
However the
process.command_line
field must be ofkeyword
type for the above query to work. Otherwise, you'll get back anillegal_argument_exception
. The doc test has this configuration in its build.gradle file so it works on CI. But the doc itself does not mention this. If an user just follow the documentation by straightaway bulk indexing the provided JSON file, he/she will encounter error at the above query.The text was updated successfully, but these errors were encountered: