kibana/x-pack/plugins
Constance ca42e9a59f
[App Search] New log retention components + major i18n refactors (#88237)
* Add remaining log retention components

- Will shortly be used by Analytics view

* [i18n] Change log retention date from moment to react-intl FormattedDate

- this correctly localizes the dates when Kibana is in different languages, e.g. zh-CN, ja-JP

* Refactor log_retention/messaging

- Convert to all JSX/React vs plain strings (makes it easier to deal with FormattedDate/FormattedMessages)

- Consolidate to single component that takes various log types (e.g. analytics, api)

- This is important for adding future switches & toggles - there is *significantly* less complex strings to localize this way (2 short strings vs 5+ long sentences)

* Update existing instances to use new LogRetentionMessage

* Update translation strings
- to account for new i18n logs type values & IDs

* Attempt to fix test timezone shenanigans

* [PR feedback] Types

* [PR feedback] i18n pluralization

* Update LogRetentionTooltip and LogRetentionCallout to manage fetching log retention

+ change ILM to LogRetention per PR feedback

* Update LogRetentionLogic to prevent duplicate fetches

- e.g. if both LogRetentionTooltip and LogRetentionCallout are on the same page (which they will be)
2021-01-14 16:01:24 -08:00
..
actions Bumped axios to 0.21.1 (#87776) 2021-01-13 19:41:31 +00:00
alerting_builtins
alerts [EventLog] Added event log API to get events for multiple saved objects. (#87596) 2021-01-12 16:25:23 -08:00
apm Fix links to upgrade assistant (#88393) 2021-01-14 17:36:28 -06:00
audit_trail
beats_management chore(NA): move beats_management plugin tests out of __tests__ folder (#87530) 2021-01-06 19:56:38 +00:00
canvas chore(NA): move missing canvas plugin tests out of __tests__ folder (#87898) 2021-01-12 17:21:16 +00:00
case [Security Solution][Case] Attach alerts to cases: Tests (#86305) 2021-01-11 17:44:35 +02:00
cloud
code
console_extensions [DX] move some ES UI plugins to TS project (#88050) 2021-01-13 21:58:34 +01:00
cross_cluster_replication
dashboard_enhanced Kibana app and presentation ts projects (#87639) 2021-01-12 17:33:07 +01:00
dashboard_mode
data_enhanced [Search Sessions] Replace search session constants with kibana.yml configs (#88023) 2021-01-15 01:14:02 +02:00
discover_enhanced Migrate most kibana app plugins to TS projects (#87636) 2021-01-13 17:15:41 +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
enterprise_search [App Search] New log retention components + major i18n refactors (#88237) 2021-01-14 16:01:24 -08:00
event_log [EventLog] Added event log API to get events for multiple saved objects. (#87596) 2021-01-12 16:25:23 -08:00
features [Search][Sessions] Rename Background Sessions to Search Sessions (#87500) 2021-01-07 17:28:27 +02:00
file_upload
fleet [Fleet] Prevent long names from breaking agent details page (#88383) 2021-01-14 13:39:05 -08:00
global_search
global_search_bar
global_search_providers [DX] SavedObjectsManagement to TS project (#88240) 2021-01-13 22:23:06 +01: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 [ILM] Surface linked hidden indices for policies (#87960) 2021-01-13 14:50:01 -05:00
index_management revert runtime fields editor plugin (#88132) 2021-01-13 08:34:30 -06:00
infra [Logs UI] Add <LogStream/> documentation to the infra Storybook (#87169) 2021-01-12 17:33:50 +01:00
ingest_manager
ingest_pipelines
lens set aria-pressed for function buttons (#87825) 2021-01-13 16:05:52 +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 Solution] [Detections] Fix bug to allow lower privileged users to close alerts (#87761) 2021-01-12 21:16:06 -05:00
logstash [logstash] remove "upgrade" functionality now that .logstash is a system index (#87056) 2020-12-31 12:16:33 -07:00
maps Fix "data-title" attribute in map embeddable (#88337) 2021-01-14 18:46:47 +01:00
maps_legacy_licensing
ml [ML] Fix Anomaly Explorer & Single Metric Viewer not plotting correctly for detectors with non zero count function (#87903) 2021-01-13 12:19:01 -06:00
monitoring [Monitoring] Cloud property not properly passed when no monitoring data found (#87649) 2021-01-12 13:15:08 -05:00
observability [APM] Fixes inconsistent labels for throughput & latency (#88101) 2021-01-13 12:09:03 -08:00
painless_lab
remote_clusters
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_fields revert runtime fields editor plugin (#88132) 2021-01-13 08:34:30 -06:00
saved_objects_tagging
searchprofiler [DX] move some ES UI plugins to TS project (#88050) 2021-01-13 21:58:34 +01:00
security Allow custom index privileges for role management (#88076) 2021-01-14 12:17:00 -05:00
security_solution Change some UI copy to reflect guidelines and feedback (#88215) 2021-01-14 14:13:03 -05:00
snapshot_restore
spaces Create Spaces OSS plugin (#87585) 2021-01-12 12:26:40 -05:00
stack_alerts Change some UI copy to reflect guidelines and feedback (#88215) 2021-01-14 14:13:03 -05:00
task_manager [Alerting] Shift polling interval by random amount when Task Manager experiences consistent claim version conflicts (#88020) 2021-01-12 23:34:07 +00:00
telemetry_collection_xpack
transform [Transform] Functional tests for latest method (#86966) 2021-01-13 10:05:05 +01:00
translations [App Search] New log retention components + major i18n refactors (#88237) 2021-01-14 16:01:24 -08:00
triggers_actions_ui Change some UI copy to reflect guidelines and feedback (#88215) 2021-01-14 14:13:03 -05:00
ui_actions_enhanced Migrate App services plugins to TS projects (#87294) 2021-01-07 09:30:30 +01:00
upgrade_assistant
uptime [Uptime] simple monitor status alert fix for page duty and other connectors (#87460) 2021-01-14 12:00:56 +01:00
vis_type_timeseries_enhanced Migrate most kibana app plugins to TS projects (#87636) 2021-01-13 17:15:41 +01:00
watcher [Watcher] Update skipped jest tests (#88225) 2021-01-14 09:00:18 -05:00
xpack_legacy