mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 18:27:59 -04:00
* Add a new hello world plugin and adjust the welcome message. * update and move files * Update CODEOWNERS * add a tsconfig.json file * update tsconfig.json * fix type check * address code review comments
20 lines
858 B
Text
20 lines
858 B
Text
---
|
|
id: kibDevDocsWelcome
|
|
slug: /kibana-dev-docs/welcome
|
|
title: Welcome
|
|
summary: Build custom solutions and applications on top of Kibana.
|
|
date: 2021-01-02
|
|
tags: ['kibana', 'dev', 'contributor']
|
|
---
|
|
|
|
[Kibana](https://www.elastic.co/what-is/kibana) is a pluggable platform that allows users to search, visualize and analyze data in Elasticsearch.
|
|
|
|
Kibana ships with many out-of-the-box capabilities that can be extended and enhanced by custom javascript plugins. Developers can also write their own custom applications.
|
|
|
|
Recommended next reading:
|
|
|
|
1. <DocLink id="kibDevTutorialSetupDevEnv" text="Set up your development environment" />
|
|
2. Create a simple <DocLink id="kibHelloWorldApp" text="Hello World plugin"/>.
|
|
|
|
Check out our <DocLink id="kibDevDocsApiWelcome" text="API documentation" /> to dig into the nitty gritty details of
|
|
every public plugin API.
|