Open yngrdyn opened 1 year ago
Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs)
Are we going to have the Actions enabled on dataset level also? or only on namespace level?
@isaclfreire are there any unknowns or blockers from the UX side for this work?
Not really a blocker but this could be an opportunity to review this list design and explore if it makes sense to align it with the designs made for the Datasource selector that has a very similar need (formatting the list by Integration + inner datasets, whereas here would be by Integration + inner namespaces). This is just food for thought, not a dependency.
:notebook: Summary
Allow users to be able to inspect namespaces within datasets. For this convert datasets with different namespaces in expandable rows.
:heavy_check_mark: Acceptance criteria
Size
,Malformed docs
,Last activity
.Log explorer
redirects the user toLog explorer
with thenamespace
selected.:bulb: Implementation hints
Log explorer
we have different approaches, for example we could useKQL
, we could useUnified Search pills
or ultimately we could useNamespace
selector. For the last option we should be surenamespace
is always a filter defined for the integration so we could add this property to the locators of the log explorer, this approach would imply more work than the other two approaches.