Files
oam/knowledge base/kibana.md
2024-06-18 23:04:01 +02:00

70 lines
1020 B
Markdown

# Kibana
TODO
Browser-based analytics and search dashboard for [ElasticSearch].
Part of the Elastic Stack along with Beats, [ElasticSearch] and [Logstash].
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
<!-- Uncomment if used
<details>
<summary>Installation and configuration</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Usage</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
```sh
```
</details>
-->
## Further readings
- [Website]
- [Main repository]
- [Beats], [ElasticSearch] and [Logstash]: the rest of the Elastic stack
### Sources
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
[beats]: beats.md
[elasticsearch]: elasticsearch.md
[logstash]: logstash.md
<!-- Files -->
<!-- Upstream -->
[main repository]: https://github.com/elastic/kibana
[website]: https://www.elastic.co/kibana
<!-- Others -->