Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 16 additions & 8 deletions docs/reference/configuration-reference/general-settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -894,27 +894,35 @@ groups:
datatype: int
default: 100000
applies_to:
stack: ga
ech: ga
self: ga
- "stack: deprecated 8.3"
- "ech: ga"
- "self: ga"
deprecation_details: "Deprecated in 8.3.0. Use `unifiedSearch.autocomplete.valueSuggestions.terminateAfter` instead."
note: |
:applies_to: stack: ga 9.4.0!-9.4.1!
Using this setting in Kibana 9.4.0 and 9.4.1 causes a startup failure due to a known regression. Migrate to `unifiedSearch.autocomplete.valueSuggestions.terminateAfter` or upgrade to a later version.

- setting: data.autocomplete.valueSuggestions.timeout
description: |
Specifies the time in milliseconds to wait for autocomplete suggestions from Elasticsearch. Allowed values are between 1 and 1200000.
Comment thread
florent-leborgne marked this conversation as resolved.
datatype: int
default: 1000
applies_to:
stack: ga
ech: ga
self: ga
- "stack: deprecated 8.3"
- "ech: ga"
- "self: ga"
deprecation_details: "Deprecated in 8.3.0. Use `unifiedSearch.autocomplete.valueSuggestions.timeout` instead."
note: |
:applies_to: stack: ga 9.4.0!-9.4.1!
Using this setting in Kibana 9.4.0 and 9.4.1 causes a startup failure due to a known regression. Migrate to `unifiedSearch.autocomplete.valueSuggestions.timeout` or upgrade to a later version.

- setting: unifiedSearch.autocomplete.valueSuggestions.timeout
description: |
Time in milliseconds to wait for autocomplete suggestions from {{es}}. This value must be a whole number greater than zero.
datatype: int
default: 1000
applies_to:
stack: ga
stack: ga 8.3
ech: ga
self: ga

Expand All @@ -924,7 +932,7 @@ groups:
datatype: int
default: 100000
applies_to:
stack: ga
stack: ga 8.3
ech: ga
self: ga
note: "To reload the logging settings, send a SIGHUP signal to {{kib}}. For more logging configuration options, see the [Configure Logging in {{kib}}](docs-content://deploy-manage/monitor/logging-configuration/kibana-logging.md) guide."
Expand Down
Loading