kibana/x-pack/plugins
Patrick Mueller 8fe204fcab
[actions] fixes action proxies to set the right agent based on target url (#86415)
Previously, the http and https proxy agents used by actions were created based
on the protocol of the proxy URL itself - if the proxy was an http URL, both
the generated http and https agents supplied to axios were actually both
http proxy agents; if the proxy was an https URL, both the generated http and
https agents supplied to axios were both https proxy agents.

This PR changes so that both an http and https proxy agent are created and
assigned as the appropriate agents for axios.  Similar changes were made to
the slack action, which does not directly use axios.
2021-01-12 11:54:40 -05:00
..
actions [actions] fixes action proxies to set the right agent based on target url (#86415) 2021-01-12 11:54:40 -05:00
alerting_builtins Jest multi-project configuration (#77894) 2020-12-02 11:42:23 -08:00
alerts [Search] Search Sessions Monitoring Task (#85253) 2021-01-11 16:36:38 +02:00
apm chore(NA): move missing apm plugin tests out of __tests__ folder (#87894) 2021-01-12 02:43:03 +00:00
audit_trail Jest multi-project configuration (#77894) 2020-12-02 11:42:23 -08:00
beats_management chore(NA): move beats_management plugin tests out of __tests__ folder (#87530) 2021-01-06 19:56:38 +00:00
canvas Kibana app and presentation ts projects (#87639) 2021-01-12 17:33:07 +01:00
case [Security Solution][Case] Attach alerts to cases: Tests (#86305) 2021-01-11 17:44:35 +02:00
cloud Jest multi-project configuration (#77894) 2020-12-02 11:42:23 -08:00
code Jest multi-project configuration (#77894) 2020-12-02 11:42:23 -08:00
console_extensions
cross_cluster_replication [Telemetry] Introduce UI Counters (#84224) 2020-12-04 17:47:04 +02:00
dashboard_enhanced Kibana app and presentation ts projects (#87639) 2021-01-12 17:33:07 +01:00
dashboard_mode Jest multi-project configuration (#77894) 2020-12-02 11:42:23 -08:00
data_enhanced [Search] Search Sessions Monitoring Task (#85253) 2021-01-11 16:36:38 +02:00
discover_enhanced Remove dynamic mapped types from UiActions (#87075) 2021-01-05 10:11:05 +01:00
drilldowns Remove dynamic mapped types from UiActions (#87075) 2021-01-05 10:11:05 +01:00
embeddable_enhanced Migrate App services plugins to TS projects (#87294) 2021-01-07 09:30:30 +01:00
encrypted_saved_objects test:jest improvements to better support our monorepo (#84848) 2020-12-14 14:07:50 -08:00
enterprise_search [App Search] Minor const cleanup (#87885) 2021-01-11 13:52:24 -08:00
event_log Removed Alerting & Event Log deprecated fields that should not be using (#85652) 2020-12-14 17:05:58 -08:00
features [Search][Sessions] Rename Background Sessions to Search Sessions (#87500) 2021-01-07 17:28:27 +02:00
file_upload [Maps][File upload] Fix geojson upload diacritic handling (#83122) 2020-12-15 17:31:49 -07:00
fleet [Fleet] Show Count of Agent Policies on Integration Details (#86916) 2021-01-12 07:56:05 -05:00
global_search [GS] add tag and dashboard suggestion results (#85144) 2020-12-09 11:05:59 +01:00
global_search_bar [GS] adding tags UI to search results (#85084) 2020-12-10 11:16:21 -06:00
global_search_providers [GS] Allows apps to register searchable keywords for Global Search (#85686) 2020-12-18 08:10:28 -07:00
graph Kibana app and presentation ts projects (#87639) 2021-01-12 17:33:07 +01:00
grokdebugger chore(NA): move grokdebugger plugin test fixtures out of __tests__ folder (#87765) 2021-01-08 16:23:55 +00:00
index_lifecycle_management prettify json (#87612) 2021-01-11 13:26:46 +01:00
index_management [Index templates] Keep configuration of data stream when editing (#87666) 2021-01-07 21:42:12 +00:00
infra [Logs UI] Add <LogStream/> documentation to the infra Storybook (#87169) 2021-01-12 17:33:50 +01:00
ingest_manager Jest multi-project configuration (#77894) 2020-12-02 11:42:23 -08:00
ingest_pipelines [Ingest pipelines] Add support for URI parts processor (#86163) 2020-12-17 15:22:16 -05:00
lens [Search] Search Sessions with relative time range (#84405) 2021-01-12 14:51:04 +01:00
license_management Use documentation link service for security links (#87409) 2021-01-12 08:40:10 -08:00
licensing Migrate App services plugins to TS projects (#87294) 2021-01-07 09:30:30 +01:00
lists [Security Solutions][Detections] - Fix exception list table referential deletion (#87231) 2021-01-05 12:49:53 -05:00
logstash [logstash] remove "upgrade" functionality now that .logstash is a system index (#87056) 2020-12-31 12:16:33 -07:00
maps [Maps] move map embeddable display properties to map settings (#86395) 2021-01-11 16:18:01 -07:00
maps_legacy_licensing
ml [Search] Search Sessions with relative time range (#84405) 2021-01-12 14:51:04 +01:00
monitoring [Monitoring] Remove deprecated watcher-based cluster alerts (#85047) 2021-01-12 11:48:18 -05:00
observability [Uptime] Fix/85236 user experience display low values (#86026) 2020-12-23 14:25:34 -05:00
painless_lab Jest multi-project configuration (#77894) 2020-12-02 11:42:23 -08:00
remote_clusters Upgrade EUI to v30.6.0 and update jest snapshots (#85504) 2020-12-14 15:18:29 -07:00
reporting chore(NA): move reporting plugin test fixtures out of __tests__ folder (#87888) 2021-01-12 02:44:07 +00:00
rollup Switches rollup usage collector's fetch es client to the new client (#86684) 2021-01-04 11:32:14 -07:00
runtime_field_editor Create runtime field plugin, runtime field editor plugin (#87387) 2021-01-07 13:10:30 -06:00
saved_objects_tagging [SO Tagging] Update tag delete modal confirmation title (#85997) 2020-12-15 21:41:47 +01:00
searchprofiler Jest multi-project configuration (#77894) 2020-12-02 11:42:23 -08:00
security Use documentation link service for security links (#87409) 2021-01-12 08:40:10 -08:00
security_solution [Security Solution][Detection Rules] Fixes Threshold rule schema validator (#87946) 2021-01-12 08:57:06 -07:00
snapshot_restore Remove 'minute' frequency option from SLM policy form because ES won't allow a frequency faster than every 15 minutes. (#84854) 2020-12-09 09:14:57 -08:00
spaces Use documentation link service for security links (#87409) 2021-01-12 08:40:10 -08:00
stack_alerts [Alerting] revert the revert of Enforces typing of Alert's ActionGroups (#87382) 2021-01-06 10:38:33 +00:00
task_manager [Task Manager] adds additional polling stats to Task Manager monitoring (#87766) 2021-01-11 18:32:24 +00:00
telemetry_collection_xpack Add bulk assign action to tag management (#84177) 2020-12-07 11:18:43 +01:00
transform [Transform] Show destination index mapping warning for the latest transform (#87858) 2021-01-12 13:03:47 +01:00
translations [Transform] Show destination index mapping warning for the latest transform (#87858) 2021-01-12 13:03:47 +01:00
triggers_actions_ui [Alerting] Showing confirmation modal on Alert Add/Edit when flyout closed without saving and changes made. (#86370) 2021-01-11 16:16:10 -05:00
ui_actions_enhanced Migrate App services plugins to TS projects (#87294) 2021-01-07 09:30:30 +01:00
upgrade_assistant Jest multi-project configuration (#77894) 2020-12-02 11:42:23 -08:00
uptime [Uptime] Tests/uptime testing utils (#87650) 2021-01-11 20:02:23 -05:00
vis_type_timeseries_enhanced [TSVB] Allow custom label for fields via index pattern field management (#84612) 2021-01-12 19:28:45 +03:00
watcher chore(NA): move watcher plugin tests out of __tests__ folder (#87599) 2021-01-07 21:44:26 +00:00
xpack_legacy Migrates elasticsearch client in the settings usage collector (#86397) 2020-12-18 10:53:34 -07:00