kibana/x-pack/plugins/timelines
Esteban Beltran 1b2f9a43be
[Cases] Refactor attach alert to new case flyout (#125505)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-02-22 10:58:40 +01:00
..
common Bootstrap user page (#124701) 2022-02-11 09:06:47 -07:00
public [Cases] Refactor attach alert to new case flyout (#125505) 2022-02-22 10:58:40 +01:00
server Elasticsearch client: no longer default to using meta: true (#124488) 2022-02-12 09:19:44 +01: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()