kibana/x-pack/plugins/timelines
Steph Milovic a0bd0affdd
[Security Solution] [Bugfix] Fix analyzer missing from alert table (#109183)
* fix n test heyyyy

* more dead code

* fix type things

* change field type to const
* type fix
2021-08-23 12:38:56 -06:00
..
common [RAC] Get o11y alerts in alerts table (#109346) 2021-08-20 12:52:34 -04:00
public [Security Solution] [Bugfix] Fix analyzer missing from alert table (#109183) 2021-08-23 12:38:56 -06:00
server [RAC] Get o11y alerts in alerts table (#109346) 2021-08-20 12:52:34 -04:00
jest.config.js
kibana.json Adding owners to kibana plugins (#108407) 2021-08-17 10:21:06 -04:00
README.md
tsconfig.json

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()