Closed yomduf closed 1 month ago
Kibana version: 8.15.1
Elasticsearch version: 8.15.1
Server OS version:
Browser version:
Browser OS version:
Original install method (e.g. download page, yum, from source, etc.):
Describe the bug:
Steps to reproduce:
Use Kibana sample Dashboard
Click on share and click embed
Select 1 item or nothing
The dashboard exposed is equivalent to all item selected
Comparaison 8.14.3 vs 8.15.1 with no item selected in both version
Explanation guess : In 8.15.1 the URL suffix is
?_g=(refreshInterval%3A(pause%3A!t%2Cvalue%3A0)%2Ctime%3A(from%3Anow-7d%2Cto%3Anow))&hide-filter-bar=true
where in 8.14.3 it's
?embed=true&_g=()&hide-filter-bar=true
The ?embed=true& is missing in 8.15.1, adding it solve the issue
?embed=true&
Expected behavior: Having an URL that is like this
?embed=true&_g=(refreshInterval%3A(pause%3A!t%2Cvalue%3A0)%2Ctime%3A(from%3Anow-7d%2Cto%3Anow))&hide-filter-bar=true
Screenshots (if relevant):
Errors in browser console (if relevant): No error in browser
Provide logs and/or server output (if relevant):
Any additional context:
Pinging @elastic/kibana-presentation (Team:Presentation)
Pinging @elastic/appex-sharedux (Team:SharedUX)
Duplicate of https://github.com/elastic/kibana/issues/193447
Kibana version: 8.15.1
Elasticsearch version: 8.15.1
Server OS version:
Browser version:
Browser OS version:
Original install method (e.g. download page, yum, from source, etc.):
Describe the bug:
Steps to reproduce:
Use Kibana sample Dashboard
Click on share and click embed
Select 1 item or nothing
The dashboard exposed is equivalent to all item selected
Comparaison 8.14.3 vs 8.15.1 with no item selected in both version
Explanation guess : In 8.15.1 the URL suffix is
where in 8.14.3 it's
The
?embed=true&
is missing in 8.15.1, adding it solve the issueExpected behavior: Having an URL that is like this
Screenshots (if relevant):
Errors in browser console (if relevant): No error in browser
Provide logs and/or server output (if relevant):
Any additional context: