mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
## Summary This PR specifies validation schemas for enpoints listed here: https://github.com/elastic/security-team/issues/6486 |
||
---|---|---|
.. | ||
common | ||
public | ||
server | ||
jest.config.js | ||
kibana.jsonc | ||
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 pluginSetupServices
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()