Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 22 additions & 0 deletions docset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@ exclude:
- 'README.md'
cross_links:
- asciidocalypse
- kibana
- integration-docs
- integrations
- logstash
- elasticsearch
- cloud
- beats
- go-elasticsearch
- elasticsearch-java
- elasticsearch-net
- elasticsearch-php
- elasticsearch-py
- elasticsearch-ruby
- elasticsearch-js
- ecs
- ecs-logging
- search-ui
- cloud-on-k8s

toc:
- file: index.md
- toc: get-started
Expand All @@ -12,6 +31,9 @@ toc:
- toc: deploy-manage
- toc: cloud-account
- toc: troubleshoot
- toc: release-notes
- toc: reference
- toc: extend
- toc: raw-migrated-files

subs:
Expand Down
20 changes: 20 additions & 0 deletions extend/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Extend and contribute

This section contains information on how to extend or contribute to our various products.

## Contributing to Elastic Projects

You can contribute to various projects, including:

- [Kibana](kibana://docs/extend/index.md): Enhance our data visualization platform by contributing to Kibana.
- [Logstash](logstash://docs/extend/index.md): Help us improve the data processing pipeline with your contributions to Logstash.
- [Beats](beats://docs/extend/index.md): Add new features or beats to our lightweight data shippers.

## Creating Integrations

Extend the capabilities of Elastic by creating integrations that connect Elastic products with other tools and systems. Visit our [Integrations Guide](integrations://docs/extend/index.md) to get started.

## Elasticsearch Plugins

Develop custom plugins to add new functionalities to Elasticsearch. Check out our [Elasticsearch Plugins Development Guide](elasticsearch://docs/extend/index.md) for detailed instructions and best practices.

2 changes: 2 additions & 0 deletions extend/toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
toc:
- file: index.md
10 changes: 10 additions & 0 deletions reference/data-analysis/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Data analysis

% TO-DO: Add links to "What is data analysis?"%

This section contains reference information for data analysis features, including:

* [Text analysis components](elasticsearch://docs/reference/data-analysis/text-analysis/index.md)
* [Aggregations](elasticsearch://docs/reference/data-analysis/aggregations/index.md)
* [Machine learning functions](/reference/data-analysis/machine-learning/machine-learning-functions.md)
* [Canvas functions](/reference/data-analysis/kibana/canvas-functions.md)
Loading