mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
timelion breaking change doc (#11582)
This commit is contained in:
parent
06debb5709
commit
055e99eaf6
1 changed files with 9 additions and 1 deletions
|
@ -20,4 +20,12 @@ the status API has changed:
|
|||
* Properties are now snake cased and several have been renamed
|
||||
* Metrics now provide the latest available data instead of samples over time
|
||||
|
||||
*Impact:* You will need to update anything using the status API and expecting the previous response format.
|
||||
*Impact:* You will need to update anything using the status API and expecting the previous response format.
|
||||
|
||||
[float]
|
||||
=== Timelion requires comma to separate queries
|
||||
*Details:* Kibana 5.x allowed users to use spaces as a query separator in timelion `.es(400) .es(500)`.
|
||||
This is no longer the case. Now, only commas are a valid query separator: e.g. `.es(400), .es(500)`
|
||||
|
||||
|
||||
*Impact:* You will need to migrate your stored timelion queries to the new syntax.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue