Open Kerry350 opened 2 years ago
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI)
Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs)
Given the upcoming plans/roadmap for the Logs Stream page, can this be closed as outdated? @gbamparop
I think we can close it, quite a few others might fall into the same bucket but we can discuss a plan later on.
Summary
Please see this issue for high level overview: https://github.com/elastic/kibana/issues/142714
⚠️ Depends on https://github.com/elastic/kibana/issues/142840
This issue can technically be implemented before major state refactoring efforts, however it's probably best to wait until after.
Implementation hints
This work refers to this part of the Unified Search Bar:
For the most part the functionality here should be "behind the scenes" in updating the relevant
DataView
(things like adding a new field). However when the user actually changes the selectedDataView
we want to switch theLogView
reference currently in play to an inlineLogView
that corresponds to the settings of the selectedDataView
. https://github.com/elastic/kibana/issues/142840 has more information regarding theLogView
aspect.Relevant props.
Acceptance criteria
LogView
, and use thisLogView
where needed as normal (e.g. for query settings)LogView
(ideally needs design / UX input)