Graylog2 / graylog2-server

Free and open log management
https://www.graylog.org
Other
7.43k stars 1.07k forks source link

Sorting on additional events attributes #21029

Open dennisoelkers opened 5 hours ago

dennisoelkers commented 5 hours ago

Events should be sortable on additional attributes, which do not allow sorting yet:

On regular events page:

On security events page:

dennisoelkers commented 5 hours ago

Sorting based on Event Definition is most probably not possible with pagination. The event definition of an event is stored in MongoDB, while the event itself is stored in OpenSearch. We would need to join the two, which does not work with pagination.