Skip to content

Commit

Permalink
[Monitoring] Logstash monitoring to EUI (#26298)
Browse files Browse the repository at this point in the history
* Convert cluster alerts page to use EUI tables. Also adds baseline support for all monitoring tables

* Fix tests

* Remove these two files

* Keep the original table but offer a new one so existing UIs still work

* Use different base table controller for the EUI table

* Use EUI specific asc and desc constants

* Update summary status

* ES nodes

* Indices page

* ML job listing

* Fix tests up

* Node listing page

* Advanced node page

* Advanced index

* Fix tests

* Fix onBrush

* Cluster listing page

* Overview page

* Update snapshots

* Fix functional tests

* Beats instances

* Fix more tests

* Update cluster tests

* Logstash UIs

* Logstash tests

* Add this translation back in
  • Loading branch information
chrisronline authored Dec 12, 2018
1 parent f61f7a1 commit e503e2f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ uiRoutes
pageData: getPageData
},
controller: class LogstashPipelinesList extends MonitoringViewBaseEuiTableController {
constructor($injector, $scope) {
constructor($injector, $scope, i18n) {
super({
title: 'Logstash Pipelines',
storageKey: 'logstash.pipelines',
Expand Down Expand Up @@ -96,7 +96,7 @@ uiRoutes
}

const upgradeMessage = pageData
? makeUpgradeMessage(pageData.clusterStatus.versions)
? makeUpgradeMessage(pageData.clusterStatus.versions, i18n)
: null;

render(
Expand Down

0 comments on commit e503e2f

Please sign in to comment.