You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
adamquan
added
bug
Fixes for quality problems that affect the customer experience
Team:APM
All issues that need APM UI Team support
labels
Jul 19, 2019
Kibana version:
7.2.0
Elasticsearch version:
7.2.0
Original install method (e.g. download page, yum, from source, etc.):
Elastic Cloud
Describe the bug:
APM UI "View Monitor Status" link is broken. The url.domain portion need double quote.
Screenshots (if relevant):
Clicking on the "View Monitor Status" link will show a blank screen. Here is the link generated:
https://5f0c5b4187bc4975a354ccfc4f7b1be1.us-central1.gcp.cloud.es.io:9243/app/uptime#/?dateRangeStart=now-20h&dateRangeEnd=now&search=url.domain:18.184.222.36&_g=()
After adding double quotes to 18.184.222.36, it works.
https://5f0c5b4187bc4975a354ccfc4f7b1be1.us-central1.gcp.cloud.es.io:9243/app/uptime#/?dateRangeStart=now-20h&dateRangeEnd=now&search=url.domain:%2218.184.222.36%22&_g=()
The text was updated successfully, but these errors were encountered: