Skip to content

[Logs Explorer] Explore Cell Actions on Virtual Columns #174879

Open

Description

Summary

The Virtual Columns currently do not register any Cell Actions. Idea behind this exploratory ticket is to identify how we can better register cell actions like Copy

Somethings to consider -

  • Currently when the Popover renders a JSON Document, it does not provides a Copy Button. This would requires registering the actions with UiActions. This can create another problem as to when the cell has multiple fields, what should the copy button actually copy.
  • Filter action for message field. Currently we have this option in the flyout. But in the table, this field is sort of dynamic. This means it could be a JSON document or could be any of the message fallback fields. This mean we might need a conditional check here.
  • Evaluate composite filter options. For example if a cell consists of Log Level and Message, a cell action filter could do composite filter on both the items.

All the above were found as part of the initial Virtual Column Customisation implementation. These require design and code exploration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions