mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Docs: Properly escape experimental marker
The `experimental` marker needs its parameters escaped if they contain a `,`. This one does so I added the quotes.
This commit is contained in:
parent
8a7fb7ddce
commit
4442f45e2e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
[[upgrade-assistant-api-default-field]]
|
||||
=== Add Default Field API
|
||||
|
||||
experimental[This API is *experimental* and may be changed or removed completely in a future release. The underlying Upgrade Assistant concepts are stable, but the APIs for managing Upgrade Assistant are currently experimental.]
|
||||
experimental["This API is *experimental* and may be changed or removed completely in a future release. The underlying Upgrade Assistant concepts are stable, but the APIs for managing Upgrade Assistant are currently experimental."]
|
||||
|
||||
Starting in Elasticsearch 7.0, some query types such as Simple Query String, have a limit to the number of fields they will query against. You can configure this cap in Elasticsearch by setting the `indices.query.bool.max_clause_count` cluster setting, which is 1024 by default.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue