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

Error importing Control type visualization #16634

Closed
ifmgithub opened this issue Feb 9, 2018 · 4 comments
Closed

Error importing Control type visualization #16634

ifmgithub opened this issue Feb 9, 2018 · 4 comments
Labels
bug Fixes for quality problems that affect the customer experience Feature:Input Control Input controls visualization Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas

Comments

@ifmgithub
Copy link

Kibana version: 6.1.3

Elasticsearch version: 6.2.1

Server OS version: 6.2.1

Browser version: Firefox Quantum

Browser OS version: 58.0 (64bits)

Original install method (e.g. download page, yum, from source, etc.): repositories

Description of the problem including expected versus actual behavior: when the visualization is imported, the index and field is missing. The expected behavior is that the visualization has all fields filled.

Steps to reproduce:

  1. Create a Control visualization
  2. Export visualizations
  3. Delete visualizations
  4. Import visualization file.

Errors in browser console (if relevant): no relevant

Provide logs and/or server output (if relevant): no relevant

@timroes timroes added bug Fixes for quality problems that affect the customer experience Feature:Visualizations Generic visualization features (in case no more specific feature label is available) Feature:Input Control Input controls visualization labels Feb 9, 2018
@nreese
Copy link
Contributor

nreese commented Feb 9, 2018

It sounds like the index pattern does not exist in the imported kibana so the control is unable to grab any fields.

Can you better describe the import process?

Are you importing the visualization back to the same Kibana instance? If you were importing to a new Kibana instance, did the same index patterns exist? The input control links to index patterns by id so the index pattern must have the same id as the exported version from the original kibana version. Are there any errors in the console when you try to edit the imported input control?

@ifmgithub
Copy link
Author

ifmgithub commented Feb 13, 2018 via email

@timroes timroes added :Sharing and removed Feature:Visualizations Generic visualization features (in case no more specific feature label is available) Meta labels May 24, 2018
@timroes timroes added Team:Visualizations Visualization editors, elastic-charts and infrastructure and removed :Sharing labels Sep 13, 2018
@timroes timroes added Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas and removed Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Oct 7, 2020
@nhirshler
Copy link

I experience the same problem. After Controls visualization is imported, it loses the connection to the index pattern and attempts to use an incorrect one, which of course, is not working.
Cannot use this visualization.

@nreese nreese removed their assignment Jun 24, 2021
@Heenawter
Copy link
Contributor

This should no longer be an issue with the new input controls - importing a dashboard with controls should now connect to the appropriate data view, as long as it exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Input Control Input controls visualization Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas
Projects
None yet
Development

No branches or pull requests

5 participants