diff --git a/docs/1.2.1/configuration.md b/docs/1.2.1/configuration.md index 9ff6ce7..c283950 100644 --- a/docs/1.2.1/configuration.md +++ b/docs/1.2.1/configuration.md @@ -253,6 +253,14 @@ You can also do multiple expressions in a single condition: } } } + +You can also use boolean expressions to check whether a field exists: + + filter { + if [http_response_code] { + metrics { ... } + } + } ## Further Reading