mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
40 lines
1.2 KiB
Text
40 lines
1.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: kibTransformPluginApi
|
|
slug: /kibana-dev-docs/api/transform
|
|
title: "transform"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
description: API docs for the transform plugin
|
|
date: 2024-08-01
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'transform']
|
|
---
|
|
import transformObj from './transform.devdocs.json';
|
|
|
|
This plugin provides access to the transforms features provided by Elastic. Transforms enable you to convert existing Elasticsearch indices into summarized indices, which provide opportunities for new insights and analytics.
|
|
|
|
Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 4 | 0 | 4 | 1 |
|
|
|
|
## Client
|
|
|
|
### Functions
|
|
<DocDefinitionList data={transformObj.client.functions}/>
|
|
|
|
## Server
|
|
|
|
### Functions
|
|
<DocDefinitionList data={transformObj.server.functions}/>
|
|
|
|
## Common
|
|
|
|
### Objects
|
|
<DocDefinitionList data={transformObj.common.objects}/>
|
|
|