mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 16:29:04 -04:00
* Fix search telemetry to only update SO periodically * Handle case when searches completed mid flight * Fix error in resetting counters * Update docs * update docs * Don't track restored searches * Update docs * Update docs Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Anton Dosov <anton.dosov@elastic.co> # Conflicts: # api_docs/cases.json # api_docs/data_search.json # api_docs/lists.json # api_docs/security_solution.json
18 lines
523 B
Text
18 lines
523 B
Text
---
|
|
id: kibCasesPluginApi
|
|
slug: /kibana-dev-docs/casesPluginApi
|
|
title: cases
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the cases plugin
|
|
date: 2020-11-16
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases']
|
|
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
|
---
|
|
|
|
import casesObj from './cases.json';
|
|
|
|
## Server
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={casesObj.server.interfaces}/>
|
|
|