Skip to content

Commit f43d555

Browse files
authored
Migrate logstash frontend to KP (#63417)
1 parent 2b9c99b commit f43d555

File tree

121 files changed

+737
-1283
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+737
-1283
lines changed

src/plugins/management/public/management_service.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ test('Provides default sections', () => {
2929
() => {},
3030
coreMock.createSetup().getStartServices
3131
);
32-
expect(service.getAllSections().length).toEqual(3);
32+
expect(service.getAllSections().length).toEqual(2);
3333
expect(service.getSection('kibana')).not.toBeUndefined();
34-
expect(service.getSection('logstash')).not.toBeUndefined();
3534
expect(service.getSection('elasticsearch')).not.toBeUndefined();
3635
});
3736

src/plugins/management/public/management_service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ export class ManagementService {
8080
);
8181

8282
register({ id: 'kibana', title: 'Kibana', order: 30, euiIconType: 'logoKibana' });
83-
register({ id: 'logstash', title: 'Logstash', order: 30, euiIconType: 'logoLogstash' });
8483
register({
8584
id: 'elasticsearch',
8685
title: 'Elasticsearch',

x-pack/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { monitoring } from './legacy/plugins/monitoring';
1010
import { reporting } from './legacy/plugins/reporting';
1111
import { security } from './legacy/plugins/security';
1212
import { dashboardMode } from './legacy/plugins/dashboard_mode';
13-
import { logstash } from './legacy/plugins/logstash';
1413
import { beats } from './legacy/plugins/beats_management';
1514
import { apm } from './legacy/plugins/apm';
1615
import { maps } from './legacy/plugins/maps';
@@ -40,7 +39,6 @@ module.exports = function(kibana) {
4039
spaces(kibana),
4140
security(kibana),
4241
dashboardMode(kibana),
43-
logstash(kibana),
4442
beats(kibana),
4543
apm(kibana),
4644
maps(kibana),

x-pack/legacy/plugins/logstash/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

x-pack/legacy/plugins/logstash/common/lib/__tests__/get_moment.js

Lines changed: 0 additions & 33 deletions
This file was deleted.

x-pack/legacy/plugins/logstash/common/lib/get_moment.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

x-pack/legacy/plugins/logstash/index.js

Lines changed: 0 additions & 32 deletions
This file was deleted.

x-pack/legacy/plugins/logstash/public/lib/register_home_feature.ts

Lines changed: 0 additions & 35 deletions
This file was deleted.

x-pack/legacy/plugins/logstash/public/lib/update_management_sections/update_logstash_sections.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

x-pack/legacy/plugins/logstash/public/sections/pipeline_edit/components/pipeline_edit/pipeline_edit.js

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)