elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.71k stars 8.13k forks source link

[Logs] Update logs stream links to logs explorer links #190782

Closed Kerry350 closed 1 week ago

Kerry350 commented 3 weeks ago

Summary

There are many logs stream links within Kibana that redirect to the logs stream, these should be amended to redirect to the Logs Explorer instead.

E.g.

Screenshot 2024-08-20 at 12 00 48

Infra and Fleet both have their own versions of these links / buttons. The logs shared plugin should instead export a link / button component that consumers can drop in, that accepts props generated by the relevant locators.

This will also be used for the new APM Services view updates: https://github.com/elastic/kibana/issues/190509

Acceptance criteria

elasticmachine commented 3 weeks ago

Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs)

Kerry350 commented 3 weeks ago

Dropping an update here as I'm on PTO for 4 days next week:

I've made good progress on this here: https://github.com/elastic/kibana/pull/190835. I think the vast majority of tests should be passing now, but I haven't done anywhere near enough manual testing to feel confident to open a PR (there are a lot of touchpoints throughout Kibana). I'll carry on with this as soon as I'm back.