kibana/x-pack/plugins/actions/server
ymao1 71ed148cfe
[Alerting] Preconfigured alert history index connector (#94909)
* Adding preconfigured alert history index

* Adding functions to build alert history document

* Adding functions to build alert history document

* Moving index template creation to plugin start

* Adding unit tests

* Adding unit tests

* Adding unit tests

* Simplifying

* Revert "Merge branch 'master' of https://github.com/elastic/kibana into alerting/default-es-index-schema"

This reverts commit 957c333aa4, reversing
changes made to 4b1b78761e.

* Reverting some changes

* Reverting some changes

* Adding index override

* Updating UI with index override

* Only allow indexOverride for preconfigured alert history connector

* Handling preconfigured connector id clashes

* Cleanup

* UI unit tests

* Fixing default schema shown in UI

* Fixing functional tests

* Adding functional test

* Fixing functional tests

* Adding docs and link to docs

* Adding config to docker allowlist

* Fixing wrong typescript operator

* Changing default for config to false

* Cleanup

* Adding note about index privileges to docs

* Fixing i18n

* PR fixes

* PR fixes

* PR fixes

* PR fixes - wording

* PR fixes

* Fixing unit and functional tests

* Fixing types check

* ES -> Elasticsearch

* Moving files

* Adding kibana- to beginning of prefix

* Namespacing alert data within schema with kibana

* Fix i18n

* Updating docs

* Fixing unit tests

* Fixing doc links

* Fixing types check

* PR fixes

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-04-08 18:18:44 -04:00
..
authorization Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
builtin_action_types [Alerting] Preconfigured alert history index connector (#94909) 2021-04-08 18:18:44 -04:00
constants Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
lib [Actions] Replaces legacy es client with the ElasticsearchClient (#93361) 2021-03-09 14:39:46 -08:00
manual_tests Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
preconfigured_connectors/alert_history_es_index [Alerting] Preconfigured alert history index connector (#94909) 2021-04-08 18:18:44 -04:00
routes [Connectors UI] Make UI use new connector APIs (#94180) 2021-03-16 12:59:46 -07:00
saved_objects [Alerts] Fix broken alert's actions when upgrading from 7.10 to 7.11 (#93611) 2021-03-05 19:03:45 -05:00
usage [Alerts][Actions] Added missing telemetry mapping for a new alert and action types: geo-containment, es-query, teams (#95464) 2021-03-26 19:45:24 -07:00
action_type_registry.mock.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
action_type_registry.test.ts Do not generate an ephemeral encryption key in production. (#81511) 2021-02-10 11:27:31 +01:00
action_type_registry.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
actions_client.mock.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
actions_client.test.ts [Alerting] Preconfigured alert history index connector (#94909) 2021-04-08 18:18:44 -04:00
actions_client.ts ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
actions_config.mock.ts [Actions] Added action configuration settings maxResponseContentLength and responseTimeout. (#96355) 2021-04-07 15:06:44 -07:00
actions_config.test.ts [Alerting] Preconfigured alert history index connector (#94909) 2021-04-08 18:18:44 -04:00
actions_config.ts [Actions] Added action configuration settings maxResponseContentLength and responseTimeout. (#96355) 2021-04-07 15:06:44 -07:00
config.test.ts [Alerting] Preconfigured alert history index connector (#94909) 2021-04-08 18:18:44 -04:00
config.ts [Alerting] Preconfigured alert history index connector (#94909) 2021-04-08 18:18:44 -04:00
create_execute_function.test.ts Do not generate an ephemeral encryption key in production. (#81511) 2021-02-10 11:27:31 +01:00
create_execute_function.ts Do not generate an ephemeral encryption key in production. (#81511) 2021-02-10 11:27:31 +01:00
feature.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
index.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
mocks.ts [Alerting] Preconfigured alert history index connector (#94909) 2021-04-08 18:18:44 -04:00
plugin.test.ts [Alerting] Preconfigured alert history index connector (#94909) 2021-04-08 18:18:44 -04:00
plugin.ts [Alerting] Preconfigured alert history index connector (#94909) 2021-04-08 18:18:44 -04:00
types.ts [Alerting] Preconfigured alert history index connector (#94909) 2021-04-08 18:18:44 -04:00