kibana/x-pack/plugins
Felix Stürmer 44d60c5fd2
[Logs UI] Access ML via the programmatic plugin API (#68905)
This modifies the routes related to log rate and category analysis to use the new programmatic APIs provided by the `ml` plugin to access the results index and job info. Because that access is facilitated via the request context, the log analysis lib was converted from classes to plain functions.

At the same time the routes have been updated to use the most recent validation and error handling patterns.
2020-06-25 15:06:27 +02:00
..
actions Add plugin API for customizing the logging configuration (#68704) 2020-06-23 14:45:47 -06:00
alerting_builtins Add plugin API for customizing the logging configuration (#68704) 2020-06-23 14:45:47 -06:00
alerts Add plugin API for customizing the logging configuration (#68704) 2020-06-23 14:45:47 -06:00
apm [APM] Script for metric aggregation (#67964) 2020-06-25 09:20:19 +02:00
beats_management Beats Management: Pre-migration cleanup (#69155) 2020-06-18 11:32:13 +02:00
canvas Convert Positionable, RenderToDom and RenderWithFn to functional/hooks/no recompose. (#68202) 2020-06-24 17:18:28 -04:00
case Add plugin API for customizing the logging configuration (#68704) 2020-06-23 14:45:47 -06:00
cloud Adds link for Cloud deployment settings (#66486) 2020-06-24 15:08:37 -07:00
code
console_extensions apply prettier styles 2020-05-22 09:08:58 +02:00
cross_cluster_replication Bump jest related packages (#58095) 2020-06-20 21:05:09 +02:00
dashboard_enhanced Bump jest related packages (#58095) 2020-06-20 21:05:09 +02:00
dashboard_mode Migrate dashboard mode (#69305) 2020-06-23 14:38:39 +03:00
data_enhanced [Search service] Refactor the way server-side search strategies are registered (#68452) 2020-06-16 23:20:52 +03:00
discover_enhanced Explore underlying data (#68496) 2020-06-17 10:31:16 +02:00
embeddable_enhanced feat: 🎸 don't show drilldown action in "edit" mode (#69371) 2020-06-17 14:44:46 +02:00
encrypted_saved_objects Add plugin API for customizing the logging configuration (#68704) 2020-06-23 14:45:47 -06:00
event_log Add plugin API for customizing the logging configuration (#68704) 2020-06-23 14:45:47 -06:00
features [kbn/optimizer] share all plugin bundles (#68986) 2020-06-15 22:15:31 -07:00
file_upload Mark elasticsearch client exposed via request context as deprecated (#67319) 2020-05-27 19:00:16 +02:00
global_search Bump jest related packages (#58095) 2020-06-20 21:05:09 +02:00
graph Properly redirect legacy URLs (#68284) 2020-06-24 11:26:19 +02:00
grokdebugger Mark elasticsearch client exposed via request context as deprecated (#67319) 2020-05-27 19:00:16 +02:00
index_lifecycle_management Bump jest related packages (#58095) 2020-06-20 21:05:09 +02:00
index_management Add delete data stream action and detail panel (#68919) 2020-06-24 19:30:12 -07:00
infra [Logs UI] Access ML via the programmatic plugin API (#68905) 2020-06-25 15:06:27 +02:00
ingest_manager [Ingest Manager] Kibana, not EPR, controls removable packages (#69761) 2020-06-25 06:35:57 -04:00
ingest_pipelines Bump jest related packages (#58095) 2020-06-20 21:05:09 +02:00
lens Remove App communication from URL (#67064) 2020-06-23 12:21:48 -04:00
license_management Bump jest related packages (#58095) 2020-06-20 21:05:09 +02:00
licensing Add plugin API for customizing the logging configuration (#68704) 2020-06-23 14:45:47 -06:00
lists [SIEM][Exceptions] - Updates exception structure and corresponding UI types (#69120) 2020-06-18 12:47:24 -04:00
logstash [New Platform Migration]: Management - Implement NP API (#66781) 2020-06-03 18:55:06 +03:00
maps [Maps] New mappings: maps-telemetry -> maps (#69816) 2020-06-24 12:14:55 -06:00
maps_legacy_licensing Migrate legacy maps licensing (x-pack/tilemap) to NP (#63539) 2020-04-17 13:56:20 -06:00
ml [ML] DF Analytics: Creation wizard part 3 (#69456) 2020-06-25 09:05:55 -04:00
monitoring Fixed links missing a hash (#69861) 2020-06-25 00:22:58 -04:00
observability adding Stats interface with type (#69784) 2020-06-24 14:20:32 +02:00
oss_telemetry [Telemetry] collect number of visualization saved in the past 7, 30 and 90 days (#67865) 2020-06-08 17:29:20 +03:00
painless_lab [ES UI] Error handling (#68809) 2020-06-15 08:48:10 -04:00
remote_clusters Bump jest related packages (#58095) 2020-06-20 21:05:09 +02:00
reporting Don't set a min-length on encryption key for reportin (#69827) 2020-06-24 11:19:13 -07:00
rollup [ES UI] Error handling (#68809) 2020-06-15 08:48:10 -04:00
searchprofiler Mark elasticsearch client exposed via request context as deprecated (#67319) 2020-05-27 19:00:16 +02:00
security Redirect to Logged Out UI on SAML Logout Response. Prefer Login Selector UI to Logged Out UI whenever possible. (#69676) 2020-06-24 10:39:39 +02:00
security_solution Update Resolver generator script documentation (#69912) 2020-06-25 08:52:25 -04:00
snapshot_restore Bump jest related packages (#58095) 2020-06-20 21:05:09 +02:00
spaces Properly redirect legacy URLs (#68284) 2020-06-24 11:26:19 +02:00
task_manager apply prettier styles 2020-05-22 09:08:58 +02:00
telemetry_collection_xpack Deprecate es API exposed from setup contract (#67596) 2020-06-01 16:16:44 +02:00
transform [ML] Transform: Enable force delete if one of the transforms failed (#69472) 2020-06-23 15:05:44 -05:00
translations [ML] Changes the ML overview empty analytics panel text (#69801) 2020-06-25 11:54:51 +02:00
triggers_actions_ui Disabled multiple select for preconfigured connectors to avoid requesting bulk delete on them (#69459) 2020-06-23 12:12:39 -07:00
ui_actions_enhanced Bump jest related packages (#58095) 2020-06-20 21:05:09 +02:00
upgrade_assistant Add plugin API for customizing the logging configuration (#68704) 2020-06-23 14:45:47 -06:00
uptime [Uptime] Fix charts dark theme (#69748) 2020-06-24 20:45:20 +02:00
watcher Bump jest related packages (#58095) 2020-06-20 21:05:09 +02:00