kibana/x-pack/plugins/timelines
Sergi Massaneda e9c20f9802
[RAC] Expand cell footer button changes to prevent overflow (#110506)
* fix hover actions tooltip footer buttons overflow

* reorder actions

* override eui styles to match popover actions design
2021-09-01 16:47:43 +02:00
..
common [RAC] Remove rbac on security solution side (#110472) 2021-09-01 04:23:44 -04:00
public [RAC] Expand cell footer button changes to prevent overflow (#110506) 2021-09-01 16:47:43 +02:00
server [RAC] Remove rbac on security solution side (#110472) 2021-09-01 04:23:44 -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()