Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting for enhanced search send to background throws error definition for key is missing #89081

Closed
liza-mae opened this issue Jan 25, 2021 · 3 comments
Labels
Feature:Search Querying infrastructure in Kibana

Comments

@liza-mae
Copy link
Contributor

liza-mae commented Jan 25, 2021

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:

  1. Install ES and Kibana
  2. Set xpack.data_enhanced.search.sendToBackground.enabled: true in kibana.yml
  3. Start ES and Kibana
  4. 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
@liza-mae liza-mae added Feature:Search Querying infrastructure in Kibana Feature:Embedding Embedding content via iFrame Team:AppServices labels Jan 25, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-services (Team:AppServices)

@liza-mae liza-mae added the bug Fixes for quality problems that affect the customer experience label Jan 25, 2021
@liza-mae 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
@Dosant
Copy link
Contributor

Dosant commented 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.

@Dosant Dosant removed the Feature:Embedding Embedding content via iFrame label Jan 25, 2021
@liza-mae liza-mae removed the bug Fixes for quality problems that affect the customer experience label Jan 25, 2021
@liza-mae
Copy link
Contributor Author

Thanks @Dosant - I renamed the setting in 8.0 and 7.12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Search Querying infrastructure in Kibana
Projects
None yet
Development

No branches or pull requests

3 participants