You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original install method (e.g. download page, yum, from source, etc.):
Snapshots
Description of the problem including expected versus actual behavior:
Getting a fatal error trying to set xpack.data_enhanced.search.sendToBackground.enabled: true. It appeared to have been implemented here: #83073 and we recently added to testing, it is throwing a fatal error though. Was this setting removed or updated or is it just missing key validation? Note, the setting works in 7.11.0.?
Steps to reproduce:
Install ES and Kibana
Set xpack.data_enhanced.search.sendToBackground.enabled: true in kibana.yml
Start ES and Kibana
Notice Kibana fails with fatal error
Provide logs and/or server output (if relevant):
FATAL Error: [config validation of [xpack.data_enhanced].search.sendToBackground]: definition for this key is missing
The text was updated successfully, but these errors were encountered:
liza-mae
added
the
bug
Fixes for quality problems that affect the customer experience
label
Jan 25, 2021
liza-mae
changed the title
Setting for enhanced search send to background is throwing definition for key is missing error
Setting for enhanced search send to background throws error definition for key is missing
Jan 25, 2021
@liza-mae, this setting was renamed to
from xpack.data_enhanced.search.sendToBackground.enabled to xpack.data_enhanced.search.sessions.enabled
in #88023 following up on #87500.
Sorry for the inconvenience.
this rename and other work on this feature isn't backported to 7.11 because we plan to release it in 7.12.
Kibana version: 8.0.0-SNAPSHOT, 7.12.0-SNAPSHOT
Elasticsearch version: 8.0.0-SNAPSHOT, 7.12.0-SNAPSHOT
Server OS version: Ubuntu
Original install method (e.g. download page, yum, from source, etc.):
Snapshots
Description of the problem including expected versus actual behavior:
Getting a fatal error trying to set
xpack.data_enhanced.search.sendToBackground.enabled: true
. It appeared to have been implemented here: #83073 and we recently added to testing, it is throwing a fatal error though. Was this setting removed or updated or is it just missing key validation? Note, the setting works in 7.11.0.?Steps to reproduce:
Provide logs and/or server output (if relevant):
The text was updated successfully, but these errors were encountered: