Просмотр исходного кода

Docs: Fix a typo in Elasticsearch docs (#17492)

Qianli Ma 6 лет назад
Родитель
Сommit
4ddb860727
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/sources/features/datasources/elasticsearch.md

+ 1 - 1
docs/sources/features/datasources/elasticsearch.md

@@ -118,7 +118,7 @@ The Elasticsearch data source supports two types of queries you can use in the *
 Query | Description
 Query | Description
 ------------ | -------------
 ------------ | -------------
 *{"find": "fields", "type": "keyword"}* | Returns a list of field names with the index type `keyword`.
 *{"find": "fields", "type": "keyword"}* | Returns a list of field names with the index type `keyword`.
-*{"find": "terms", "field": "@hostname", "size": 1000}* |  Returns a list of values for a field using term aggregation. Query will user current dashboard time range as time range for query.
+*{"find": "terms", "field": "@hostname", "size": 1000}* |  Returns a list of values for a field using term aggregation. Query will use current dashboard time range as time range for query.
 *{"find": "terms", "field": "@hostname", "query": '<lucene query>'}* | Returns a list of values for a field using term aggregation & and a specified lucene query filter. Query will use current dashboard time range as time range for query.
 *{"find": "terms", "field": "@hostname", "query": '<lucene query>'}* | Returns a list of values for a field using term aggregation & and a specified lucene query filter. Query will use current dashboard time range as time range for query.
 
 
 There is a default size limit of 500 on terms queries. Set the size property in your query to set a custom limit.
 There is a default size limit of 500 on terms queries. Set the size property in your query to set a custom limit.