kibana/x-pack/test
Patrick Mueller 11b3ab167d
[alerting] add ignore_above to alerts params mappings to handle immense params (#100726)
resolves https://github.com/elastic/kibana/issues/100607

This fixes a problem when very large parameters (over 32K bytes) are saved with
an alert.  Before this fix, an error from elasticsearch would be thrown with
the following message, and a 400 returned from create (and presumably update).

    Document contains at least one immense term in field=\"alert.params\"
    (whose UTF8 encoding is longer than the max length 32766), all of which
    were skipped.

After the fix, alerts with immense params can be saved and executed.

Note that the immense params will not be searchable, since they won't be indexed,
but that seems both unavoidable, and not a severe issue.
2021-05-27 09:17:12 -04:00
..
accessibility Simplify deleting spaces (#99960) 2021-05-18 11:37:18 +01:00
alerting_api_integration [alerting] add ignore_above to alerts params mappings to handle immense params (#100726) 2021-05-27 09:17:12 -04:00
api_integration [Fleet] Remove beats management plugin (#99789) 2021-05-27 11:30:15 +02:00
api_integration_basic [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
apm_api_integration Open/Closed filter for observability alerts page (#99217) 2021-05-25 12:40:14 -05:00
banners_functional [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
case_api_integration [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
common [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
detection_engine_api_integration [Security Solution] Utilizes constants package and deletes duplicate code (#100513) 2021-05-24 18:38:14 -06:00
encrypted_saved_objects_api_integration [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
endpoint_api_integration_no_ingest [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
examples [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
fleet_api_integration [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
fleet_functional [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
functional [ML] Adds functional tests for anomaly detection job custom URLs (#100455) 2021-05-26 17:48:03 +01:00
functional_basic [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
functional_cors [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
functional_embedded [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
functional_enterprise_search [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
functional_vis_wizard [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
functional_with_es_ssl [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
licensing_plugin [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
lists_api_integration [Security Solution] Utilizes constants package and deletes duplicate code (#100513) 2021-05-24 18:38:14 -06:00
load [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
observability_api_integration [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
plugin_api_integration [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
plugin_api_perf [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
plugin_functional [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
reporting_api_integration [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
reporting_functional [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
saved_object_api_integration [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
saved_object_tagging [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
saved_objects_field_count [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
search_sessions_integration [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
security_api_integration [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
security_functional [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
security_solution_cypress [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
security_solution_endpoint Removes event filters feature flag and exposes this feature by default (#100389) 2021-05-25 15:19:42 +02:00
security_solution_endpoint_api_int [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
security_solution_ftr/page_objects/detections Add a11y test coverage to Rule Creation Flow for Detections tab (#94377) 2021-03-25 15:05:23 -04:00
spaces_api_integration [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
stack_functional_integration Add CCS integration test for security rules (#99042) 2021-05-11 16:19:32 +02:00
ui_capabilities [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
upgrade Upgrade functional test fixes (#100306) 2021-05-19 13:08:41 -06:00
upgrade_assistant_integration
usage_collection [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
visual_regression [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
tsconfig.json [Fleet] Remove beats management plugin (#99789) 2021-05-27 11:30:15 +02:00