Skip to content

Commit

Permalink
removed example es query as we now have an equivalent in builtin
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Apr 17, 2020
1 parent 2c8cdb5 commit cb14afe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 174 deletions.
172 changes: 0 additions & 172 deletions examples/alerting_example/server/alert_types/es_query.ts

This file was deleted.

2 changes: 0 additions & 2 deletions examples/alerting_example/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import { Plugin, CoreSetup } from 'kibana/server';
import { PluginSetupContract as AlertingSetup } from '../../../x-pack/plugins/alerting/server';

import { alertType as esQueryAlert } from './alert_types/es_query';
import { alertType as alwaysFiringAlert } from './alert_types/always_firing';
import { alertType as peopleInSpaceAlert } from './alert_types/astros';

Expand All @@ -33,7 +32,6 @@ export class AlertingExamplePlugin implements Plugin<void, void, AlertingExample
public setup(core: CoreSetup, { alerting }: AlertingExampleDeps) {
alerting.registerType(alwaysFiringAlert);
alerting.registerType(peopleInSpaceAlert);
alerting.registerType(esQueryAlert);
}

public start() {}
Expand Down

0 comments on commit cb14afe

Please sign in to comment.