kibana/api_docs/logs_shared.mdx

76 lines
2 KiB
Text

---
####
#### 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.
####
id: kibLogsSharedPluginApi
slug: /kibana-dev-docs/api/logsShared
title: "logsShared"
image: https://source.unsplash.com/400x175/?github
description: API docs for the logsShared plugin
date: 2025-03-04
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsShared']
---
import logsSharedObj from './logs_shared.devdocs.json';
Exposes the shared components and APIs to access and visualize logs.
Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 255 | 0 | 229 | 33 |
## Client
### Setup
<DocDefinitionList data={[logsSharedObj.client.setup]}/>
### Start
<DocDefinitionList data={[logsSharedObj.client.start]}/>
### Functions
<DocDefinitionList data={logsSharedObj.client.functions}/>
### Interfaces
<DocDefinitionList data={logsSharedObj.client.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={logsSharedObj.client.misc}/>
## Server
### Setup
<DocDefinitionList data={[logsSharedObj.server.setup]}/>
### Start
<DocDefinitionList data={[logsSharedObj.server.start]}/>
### Classes
<DocDefinitionList data={logsSharedObj.server.classes}/>
### Interfaces
<DocDefinitionList data={logsSharedObj.server.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={logsSharedObj.server.misc}/>
## Common
### Objects
<DocDefinitionList data={logsSharedObj.common.objects}/>
### Functions
<DocDefinitionList data={logsSharedObj.common.functions}/>
### Classes
<DocDefinitionList data={logsSharedObj.common.classes}/>
### Interfaces
<DocDefinitionList data={logsSharedObj.common.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={logsSharedObj.common.misc}/>