Create and import custom filters containing queries that match specified patterns with regular expressions (regex).
Important
|
Syntax examples
Action
|
Example
|
Explanation
|
Create custom filter
|
endpointHostName: /^(W|m)/ |
|
Import custom filter
|
# imported yaml file detection: selection: CommandLine|re: '([0-9]|[1-9][0-9]|[1-4][0-9]{2})' |
|