kibana/x-pack/plugins/timelines
2023-09-21 07:57:00 +02:00
..
common [Security Solution][Serverless] Add schema validation to Search Strategies in security solution & timelines (#162539) 2023-09-21 07:57:00 +02:00
public Upgrade EUI to v86.0.0 (#163088) 2023-08-14 15:45:09 -05:00
server [Security Solution][Serverless] Add schema validation to Search Strategies in security solution & timelines (#162539) 2023-09-21 07:57:00 +02:00
jest.config.js [jest] update config files to get coverage per plugin (#111299) 2021-09-09 08:14:56 +02:00
kibana.jsonc [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
README.md
tsconfig.json [Response Ops][Alerting] Migrate installation of context-specific component templates, index templates and concrete write index to framework for alerts-as-data (#151792) 2023-03-08 09:51:29 -05: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()