kibana/x-pack/plugins/timelines
Pablo Machado 79fefe0311
[Security solution] [RAC] Add row renderer popover to alert table "reason" field (#108054)
* Add row renderer popover to alert table reason field

* Add a title to row renderer popover on alert table

* Fix issues found during code review
2021-08-12 11:11:53 -04:00
..
common [Security solution] [RAC] Add row renderer popover to alert table "reason" field (#108054) 2021-08-12 11:11:53 -04:00
public [Security solution] [RAC] Add row renderer popover to alert table "reason" field (#108054) 2021-08-12 11:11:53 -04:00
server Revert "[RAC] integrating rbac search strategy with alert flyout (#107748)" 2021-08-12 08:20:28 -05:00
jest.config.js [RAC] T-Grid is moving to a new home (#100265) 2021-06-22 18:56:33 -04:00
kibana.json [Security Solution][RAC] Migrate add to case action to timelines plugin (#106205) 2021-07-28 17:10:37 -04: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()