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
If the value of apm-server.kibana.host config option contains a trailing slash, e.g. http://kibana:5601/ the APM server fails to connect to Kibana. We can however check the presence of a trailing slash and remove it.
If the value of
apm-server.kibana.hostconfig option contains a trailing slash, e.g.http://kibana:5601/the APM server fails to connect to Kibana. We can however check the presence of a trailing slash and remove it.