kibana/x-pack/plugins/timelines
Kevin Qualters 3612a7a300
[Security Solution][RAC] Migrate add to case action to timelines plugin (#106205)
* First pass add to case action in timelines plugin

* Fix fake duplicate import lint rule and some type errors

* Fix some tests

* Remove use_insert_timeline and pass as prop

* Remove unneeded ports, fix types/tests

* Finish fixing types and tests for add to case action

* Remove duplicated security_solution code

* Pass appId as props

* Fix lint and a type error

* Use react-router-dom instead of window.location.search

* Fix broken test

* Remove unused imports

* Remove unused export and related code
2021-07-28 17:10:37 -04:00
..
common [Timeline][RBAC] - Add RBAC logic to timeline alerts search strategy (#105333) 2021-07-28 01:36:54 -04:00
public [Security Solution][RAC] Migrate add to case action to timelines plugin (#106205) 2021-07-28 17:10:37 -04:00
server [Timeline][RBAC] - Add RBAC logic to timeline alerts search strategy (#105333) 2021-07-28 01:36:54 -04: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 [Security Solution][RAC] Migrate add to case action to timelines plugin (#106205) 2021-07-28 17:10:37 -04: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()