Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SIEM] Persist EventsViewer columns #58284

Closed
spong opened this issue Feb 21, 2020 · 2 comments
Closed

[SIEM] Persist EventsViewer columns #58284

spong opened this issue Feb 21, 2020 · 2 comments
Labels
enhancement New value added to drive a business result Team:SIEM v7.6.0

Comments

@spong
Copy link
Member

spong commented Feb 21, 2020

The Signals, Events, and External Alerts tables throughout the SIEM app provide the ability for users to customize the columns displayed, however this configuration is not persisted outside of redux, and so a hard refresh will result in the default columns being displayed instead of the user configured columns.

While Timelines currently support this functionality since they are backed by saved objects, the EventsViewer tables are not, and so will need to provide their own method of persisting the column configuration. For lightweight configuration like this we should be able to leverage local storage and the same logic that Timeline uses for serializing/loading the column settings.

The following configuration should be persisted:

  • Selected columns
  • Column order
  • Column width
  • Column sort (potentially?)
@spong spong added enhancement New value added to drive a business result Team:SIEM v7.6.0 labels Feb 21, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/siem (Team:SIEM)

@spong
Copy link
Member Author

spong commented Jun 18, 2020

Implemented as part of #67156, thanks @cnasikas! 🙂

@spong spong closed this as completed Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Team:SIEM v7.6.0
Projects
None yet
Development

No branches or pull requests

2 participants