-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Comments
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? |
Hello,
I was exporting some visualization from a Kibana to import in a clone. When I import the file into the clone kibana, all visualizations Works but the “control” type visualization don’t work, so the index pattern exits and kibana find it for all visualizations except for “control” type.
I cannot see any errors in the web kibana interface. Then only fact is that when I go to the dashboard that uses it, the visualization appears like an empty box. When I go to visualizations and edit it, I can see that all selections are empty.
I realise that the bind between the import and the index is through the id, but in this case I think it is not the root of the issue. For me, this is not a problem, but I wanted to inform so you would fix it.
Regards,
Ildefonso Ferrer.
De: Nathan Reese [mailto:[email protected]]
Enviado el: viernes, 9 de febrero de 2018 15:30
Para: elastic/kibana <[email protected]>
CC: Ildefonso Ferrer Montilla <[email protected]>; Author <[email protected]>
Asunto: Re: [elastic/kibana] Error importing Control type visualization (#16634)
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?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#16634 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AinWy0NWMfHWJUCcVfEjL8mJ9XdLiIokks5tTFZUgaJpZM4R_vQt>.
|
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. |
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. |
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:
Errors in browser console (if relevant): no relevant
Provide logs and/or server output (if relevant): no relevant
The text was updated successfully, but these errors were encountered: