mirror of
https://github.com/Graylog2/graylog2-server.git
synced 2025-12-19 09:18:40 +08:00
* new optional externalSearch prop for PaginatedEntityTable * removed non derived attributes from ColumnDefinitions * added onDataLoaded so the cluster nodes sections could update their header counts * fetch cluster nodes files * ClusterGraylogNode type * cluster node sections using PaginatedEntityTable * adjust tests * useProductName instead of Graylog * Replacing reduce with Object.fromEntries * fix wrapper top spacing * increased refetch intervals * initial static widths * onDataLoaded avoid double-calling * Rename titles in server and datanode cluster tables, add opensearch roles * integrated staticWidth: 'matchHeader' * add data node cpu percent * add cpu load metric * integrated CPU percent metric cell * staticWidth change createColumnRenderers * fix merge issues * finalize col widths * fix GraylogNodeActions menu display * implement CPU threshold status * code cleanup and small refactorings, seamless cpu load computation * fix type casting * use PaperSection --------- Co-authored-by: Tomas Dvorak <tomas.dvorak@graylog.com> Co-authored-by: Matthias Oesterheld <matthias.oesterheld@graylog.com>
First version, additional info to follow.