link fix
This commit is contained in:
parent
a7bf8f0ebb
commit
db15417484
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ statics:
|
|||
|
||||
> `filter: "Line.Src endsWith '/foobar'"`
|
||||
|
||||
- *optional* `filter` : an [expression](https://github.com/antonmedv/expr/blob/master/docs/Language-Definition.md) that will be evaluated against the runtime of a line (`Event`)
|
||||
- *optional* `filter` : an [expression](https://github.com/antonmedv/expr/blob/master/docs/language-definition.md) that will be evaluated against the runtime of a line (`Event`)
|
||||
- if the `filter` is present and returns false, node is not evaluated
|
||||
- if `filter` is absent or present and returns true, node is evaluated
|
||||
|
||||
|
|
|
@ -129,7 +129,7 @@ services:
|
|||
and must all return true for a service to be detected (implied *and* clause, no
|
||||
short-circuit). A missing or empty `when:` section is evaluated as true.
|
||||
The [expression
|
||||
engine](https://github.com/antonmedv/expr/blob/master/docs/Language-Definition.md)
|
||||
engine](https://github.com/antonmedv/expr/blob/master/docs/language-definition.md)
|
||||
is the same one used by CrowdSec parser filters. You can force the detection of
|
||||
a process by using the `cscli setup detect... --force-process <processname>`
|
||||
flag. It will always behave as if `<processname>` was running.
|
||||
|
|
Loading…
Add table
Reference in a new issue