Skip to content

Commit

Permalink
Remove fleet plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Feb 13, 2020
1 parent a777f14 commit 6e34675
Show file tree
Hide file tree
Showing 109 changed files with 450 additions and 5,667 deletions.
2 changes: 0 additions & 2 deletions x-pack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ import { actions } from './legacy/plugins/actions';
import { alerting } from './legacy/plugins/alerting';
import { lens } from './legacy/plugins/lens';
import { ingestManager } from './legacy/plugins/ingest_manager';
import { fleet } from './legacy/plugins/fleet';
import { triggersActionsUI } from './legacy/plugins/triggers_actions_ui';

module.exports = function(kibana) {
Expand Down Expand Up @@ -81,7 +80,6 @@ module.exports = function(kibana) {
actions(kibana),
alerting(kibana),
ingestManager(kibana),
fleet(kibana),
triggersActionsUI(kibana),
];
};
15 changes: 0 additions & 15 deletions x-pack/legacy/plugins/fleet/common/constants/agent.ts

This file was deleted.

11 changes: 0 additions & 11 deletions x-pack/legacy/plugins/fleet/common/constants/index.ts

This file was deleted.

11 changes: 0 additions & 11 deletions x-pack/legacy/plugins/fleet/common/constants/index_names.ts

This file was deleted.

10 changes: 0 additions & 10 deletions x-pack/legacy/plugins/fleet/common/constants/plugin.ts

This file was deleted.

9 changes: 0 additions & 9 deletions x-pack/legacy/plugins/fleet/common/constants/security.ts

This file was deleted.

148 changes: 0 additions & 148 deletions x-pack/legacy/plugins/fleet/common/return_types.ts

This file was deleted.

Loading

0 comments on commit 6e34675

Please sign in to comment.