From 81d23410c0b321d25aa0eae2ac4e541cf2d7cf8d Mon Sep 17 00:00:00 2001 From: Thilo Wening Date: Thu, 16 Apr 2026 09:24:01 +0200 Subject: [PATCH] added link to query string docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad37b7a..0a536b7 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ $ check_elasticsearch health -U exampleuser -P examplepassword ### Query -Checks the total hits/counts of an Elasticsearch query (using a query_string query type). +Checks the total hits/counts of an Elasticsearch query (using a query_string query type: [Link to Docs](https://www.elastic.co/docs/reference/query-languages/query-dsl/query-dsl-query-string-query)). The plugin can count the number of documents based on a provided query string and then compare it to the given thresholds