kibana/x-pack/plugins/timelines
Kristof C 91a35c20ce
Fix success message to show correct language based on timelin… (#123258)
* Fix success message to show correct language based on timeline type

* Fix translation problems

Co-authored-by: Kristof-Pierre Cummings <kristofpierre.cummings@elastic.co>
2022-01-18 15:49:59 -07:00
..
common [Security Solution] Fixes threshold alert "Investigate in Timeline" functionality (#121256) 2022-01-11 10:05:55 -05:00
public Fix success message to show correct language based on timelin… (#123258) 2022-01-18 15:49:59 -07:00
server [Security Solution] Add aliases, fix types, remove extra fields (#122880) 2022-01-18 17:31:14 -05:00
jest.config.js [jest] update config files to get coverage per plugin (#111299) 2021-09-09 08:14:56 +02:00
kibana.json [RAC][Timeline] - Add audit log to RBAC wrapped search strategy (#112040) 2021-11-03 20:34:01 +00:00
README.md [RAC] T-Grid is moving to a new home (#100265) 2021-06-22 18:56:33 -04:00
tsconfig.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -07:00

timelines

Timelines is a plugin that provides a grid component with accompanying server side apis to help users identify events of interest and perform root cause analysis within Kibana.

Using timelines in another plugin

  • Add TimelinesPluginUI to Kibana plugin SetupServices dependencies:
timelines: TimelinesPluginUI;
  • Once timelines is added as a required plugin in the consuming plugin's kibana.json, timeline functionality will be available as any other kibana plugin, ie PluginSetupDependencies.timelines.getTimeline()