Skip to content

Commit 5af3fe9

Browse files
committed
Docs: add example with filter in ES template
1 parent 09b8401 commit 5af3fe9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/sources/datasources/elasticsearch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ The Elasticsearch datasource supports two types of queries you can use to fill t
7777
{"find": "fields", "type": "string"}
7878
```
7979

80+
### Fields filtered by type, with filter
81+
```json
82+
{"find": "fields", "type": "string", "query": <lucene query>}
83+
```
84+
8085
### Multi format / All format
8186
Use lucene format.
8287

0 commit comments

Comments
 (0)