mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
41 lines
1.3 KiB
Text
41 lines
1.3 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: kibLogExplorerPluginApi
|
|
slug: /kibana-dev-docs/api/logExplorer
|
|
title: "logExplorer"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
description: API docs for the logExplorer plugin
|
|
date: 2023-10-02
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logExplorer']
|
|
---
|
|
import logExplorerObj from './log_explorer.devdocs.json';
|
|
|
|
This plugin provides a LogExplorer component using the Discover customization framework, offering several affordances specifically designed for log consumption.
|
|
|
|
Contact [@elastic/infra-monitoring-ui](https://github.com/orgs/elastic/teams/infra-monitoring-ui) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 22 | 0 | 22 | 7 |
|
|
|
|
## Client
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[logExplorerObj.client.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[logExplorerObj.client.start]}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={logExplorerObj.client.interfaces}/>
|
|
|
|
## Common
|
|
|
|
### Classes
|
|
<DocDefinitionList data={logExplorerObj.common.classes}/>
|
|
|