Hello, I'm unable to figure out how to set up url to be opened in same window, it's always opening in new.
Kibana ver. 6.4.3
Hello, I'm unable to figure out how to set up url to be opened in same window, it's always opening in new.
Kibana ver. 6.4.3
hi @Cyber_Bobak,
i'm trying 6.4.3 too and can't seem to repro.
e.g.
[test](http://www.google.com)
saving that in a markdown-viz and adding it to a dashboard always has it open in the same window as kibana.
Hi, I'm using link syntax as You posted, but it's really opening in new window and I see before it loads kibana logo animation. Can 'X-Pack security' be the reason ? Or any other idea ?
Thank You
Is your browser set to open things in new windows/tabs?
This behaviour is same for Firefox, IE and Chrome.
Now I see where is the issue:
Link in markdown:
[test](http://www.google.com)
Firefox inspector:
<a href="http://www.google.com" target="_blank" rel="noopener noreferrer">test</a>
Why is there as default target="_blank" ?
Solved, I'm blind, in the Markdown settings menu is as default: 'Open links in new tab '. I'm sorry
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.