mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[DOCS] Updates {data-source} in Canvas (#121216)
This commit is contained in:
parent
bd580087b1
commit
97b4ada296
2 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
+
|
||||
|
|
|
@ -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"`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue