[DOCS] Updates {data-source} in Canvas (#121216)

This commit is contained in:
Kaarina Tungseth 2021-12-14 15:04:21 -06:00 committed by GitHub
parent bd580087b1
commit 97b4ada296
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ each element instead of updating them manually.
.. Select the element you want to change, then open the expression editor.
.. Paste the variable.
For example, to change the index pattern for a set of charts:
For example, to change the {data-source} for a set of charts:
. Specify the variable options.
+

View file

@ -980,7 +980,7 @@ Default: `"-_index:.kibana"`
|`index`
|`string`
|An index or index pattern. For example, `"logstash-*"`.
|An index or {data-source}. For example, `"logstash-*"`.
Default: `"_all"`
|===
@ -1020,7 +1020,7 @@ filters
palette={palette "#7ECAE3" "#003A4D" gradient=true}
| render
----
This retrieves the first 10000 documents data from the `kibana_sample_data_ecommerce` index sorted by `order_date` in ascending order, and only requests the `customer_gender`, `taxful_total_price`, and `order_date` fields.
This retrieves the first 10000 documents data from the `kibana_sample_data_ecommerce` {data-source} sorted by `order_date` in ascending order, and only requests the `customer_gender`, `taxful_total_price`, and `order_date` fields.
*Accepts:* `filter`
@ -1048,7 +1048,7 @@ Default: `1000`
|`index`
|`string`
|An index or index pattern. For example, `"logstash-*"`.
|An index or {data-source}. For example, `"logstash-*"`.
Default: `"_all"`