Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make it clear log stream panels shouldn't be used (#187548)
As discussed, I looked into making it clearer how to handle the log stream embeddable panel on dashboards. It's not possible to show an info icon or a badge without bigger changes, but there is already a tooltip which can be used for the same purpose: <img width="321" alt="Screenshot 2024-07-04 at 11 30 27" src="https://github.com/elastic/kibana/assets/1508364/60de35b5-559f-4670-b2b9-e074a3cb73c8"> <img width="422" alt="Screenshot 2024-07-04 at 11 31 31" src="https://github.com/elastic/kibana/assets/1508364/3ba2f87c-dc33-4a6b-bf81-2e561e6b7cec"> I added the "deprecated" to the title instead. There is code to show a "deprecated" badge, but it only works for visualization types, not for actions (which is how log stream is integrated here). Actions currently don't have a notion of deprecation. It would be possible to add that, but it doesn't seem worth it to slightly change how the "deprecated" text is rendered.
- Loading branch information