From 5af3fe93f277647a0380816c54feaf24d26d8434 Mon Sep 17 00:00:00 2001 From: Henri DF Date: Mon, 4 Jan 2016 21:48:47 -0800 Subject: [PATCH] Docs: add example with filter in ES template --- docs/sources/datasources/elasticsearch.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/sources/datasources/elasticsearch.md b/docs/sources/datasources/elasticsearch.md index de9ada2bf58..314a0f4870b 100644 --- a/docs/sources/datasources/elasticsearch.md +++ b/docs/sources/datasources/elasticsearch.md @@ -77,6 +77,11 @@ The Elasticsearch datasource supports two types of queries you can use to fill t {"find": "fields", "type": "string"} ``` +### Fields filtered by type, with filter +```json +{"find": "fields", "type": "string", "query": } +``` + ### Multi format / All format Use lucene format.