Skip to content

Commit

Permalink
[Rule Registry] Rewrite APM registry rules for Observability (elastic…
Browse files Browse the repository at this point in the history
…#117740)

* [Actionable Observability] Rewrite APM registry rules for Observability

* removing apm's rule registry test

* Moving everything under observability_api_integration

* removing old observability directory under api_integrations since it's not being used

* removing observability from api_integration tests

* renaming file

* moving test to x-pack/test/rule_registry

* Adding error handing to cleanupTargetIndices

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
2 people authored and gbamparop committed Jan 12, 2022
1 parent 5c56210 commit 2fd6801
Show file tree
Hide file tree
Showing 19 changed files with 834 additions and 591 deletions.
1 change: 1 addition & 0 deletions x-pack/scripts/functional_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const onlyNotInCoverageTests = [
require.resolve('../test/plugin_api_integration/config.ts'),
require.resolve('../test/rule_registry/security_and_spaces/config_basic.ts'),
require.resolve('../test/rule_registry/security_and_spaces/config_trial.ts'),
require.resolve('../test/rule_registry/spaces_only/config_basic.ts'),
require.resolve('../test/rule_registry/spaces_only/config_trial.ts'),
require.resolve('../test/security_api_integration/saml.config.ts'),
require.resolve('../test/security_api_integration/session_idle.config.ts'),
Expand Down
14 changes: 0 additions & 14 deletions x-pack/test/api_integration/apis/observability/index.ts

This file was deleted.

Loading

0 comments on commit 2fd6801

Please sign in to comment.