You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?)
The text was updated successfully, but these errors were encountered:
The
Signals
,Events
, andExternal 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:
The text was updated successfully, but these errors were encountered: