Skip to content

Commit

Permalink
[7.x] Migrate logstash frontend to KP (#63417) (#64072)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover authored Apr 21, 2020
1 parent 7ae74e2 commit 8d8d44f
Show file tree
Hide file tree
Showing 121 changed files with 737 additions and 1,283 deletions.
3 changes: 1 addition & 2 deletions src/plugins/management/public/management_service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ test('Provides default sections', () => {
() => {},
coreMock.createSetup().getStartServices
);
expect(service.getAllSections().length).toEqual(3);
expect(service.getAllSections().length).toEqual(2);
expect(service.getSection('kibana')).not.toBeUndefined();
expect(service.getSection('logstash')).not.toBeUndefined();
expect(service.getSection('elasticsearch')).not.toBeUndefined();
});

Expand Down
1 change: 0 additions & 1 deletion src/plugins/management/public/management_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export class ManagementService {
);

register({ id: 'kibana', title: 'Kibana', order: 30, euiIconType: 'logoKibana' });
register({ id: 'logstash', title: 'Logstash', order: 30, euiIconType: 'logoLogstash' });
register({
id: 'elasticsearch',
title: 'Elasticsearch',
Expand Down
2 changes: 0 additions & 2 deletions x-pack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { monitoring } from './legacy/plugins/monitoring';
import { reporting } from './legacy/plugins/reporting';
import { security } from './legacy/plugins/security';
import { dashboardMode } from './legacy/plugins/dashboard_mode';
import { logstash } from './legacy/plugins/logstash';
import { beats } from './legacy/plugins/beats_management';
import { apm } from './legacy/plugins/apm';
import { maps } from './legacy/plugins/maps';
Expand Down Expand Up @@ -40,7 +39,6 @@ module.exports = function(kibana) {
spaces(kibana),
security(kibana),
dashboardMode(kibana),
logstash(kibana),
beats(kibana),
apm(kibana),
maps(kibana),
Expand Down
3 changes: 0 additions & 3 deletions x-pack/legacy/plugins/logstash/README.md

This file was deleted.

33 changes: 0 additions & 33 deletions x-pack/legacy/plugins/logstash/common/lib/__tests__/get_moment.js

This file was deleted.

15 changes: 0 additions & 15 deletions x-pack/legacy/plugins/logstash/common/lib/get_moment.js

This file was deleted.

32 changes: 0 additions & 32 deletions x-pack/legacy/plugins/logstash/index.js

This file was deleted.

35 changes: 0 additions & 35 deletions x-pack/legacy/plugins/logstash/public/lib/register_home_feature.ts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8d8d44f

Please sign in to comment.