kibana/x-pack/plugins/timelines
Felix Stürmer a09fcf017d
[Security Solution] Fix timelineEventsAll field expansion for heterogeneous document schemas (#105452)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-22 11:07:58 +02:00
..
common [Es query] Move to package (#103530) 2021-07-21 17:10:55 +02:00
public [Security_Solution][RAC] - Update flyout table design (#105996) 2021-07-21 21:58:23 -04:00
server [Security Solution] Fix timelineEventsAll field expansion for heterogeneous document schemas (#105452) 2021-07-22 11:07:58 +02:00
jest.config.js
kibana.json
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()