mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: add example with filter in ES template
This commit is contained in:
parent
09b8401324
commit
5af3fe93f2
@ -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": <lucene query>}
|
||||
```
|
||||
|
||||
### Multi format / All format
|
||||
Use lucene format.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user