kibana.defaultAppId problem

Hi

Elastic/Kibana 6.4.3

I do not know the available appId's, but I presume that appId "monitoring" is correct.

Since, default is "home", and URL for this is like this:

...:5601/app/kibana#/home?_g=()

So when I changed:

kibana.defaultAppId: "monitoring"

And entered url "http://....:5601", then browser redirects me to this url:

...:5601/app/kibana#/monitoring?_g=()

Which looks to me is incorrect, since Monitoring tab is not opening.

When I hover onto Monitoring tab, I get the following URL:

http://...:5601/app/monitoring

So "kibana#/" is excessive.

Or there is another explanation..

Regards
Raul

Hello, you can use server.defaultRoute: "/app/monitoring" instead.

1 Like

Thanks a lot..(Y)
Problem solved..

Regards
Raul

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.