Skip to content

Commit

Permalink
[Observability] Add comment about alerts table page size limit (#110758)
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonhultgren committed Sep 7, 2021
1 parent 63153cd commit 37a3a5e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@ export function AlertsTableTGrid(props: AlertsTableTGridProps) {
filters: [],
hasAlertsCrudPermissions,
indexNames,
// Limited to 10 to work around performance issues as described in
// https://github.com/elastic/kibana/issues/110758
itemsPerPage: 10,
itemsPerPageOptions: [],
loadingText: i18n.translate('xpack.observability.alertsTable.loadingTextLabel', {
Expand Down

0 comments on commit 37a3a5e

Please sign in to comment.