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

78 lines
1.3 KiB
Markdown

# ElasticSearch
TODO
Search and analytics suite.<br/>
Makes it easy to ingest, search, visualize, and analyze data.
Part of the Elastic Stack along with Beats, [Kibana] and [Logstash].
Use cases: application search, log analytics, data observability, data ingestion, others.
Forked by Amazon into OpenSearch after Elastic's [2021 license change announcement].
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]
- [OpenSearch], open source fork by Amazon
- [Beats], [Kibana] and [Logstash]: the rest of the Elastic stack
### Sources
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
[beats]: beats.md
[kibana]: kibana.md
[logstash]: logstash.md
[opensearch]: opensearch.md
<!-- Files -->
<!-- Upstream -->
[2021 license change announcement]: https://www.elastic.co/blog/elastic-license-update
[main repository]: https://github.com/elastic/elasticsearch
[website]: https://www.elastic.co/elasticsearch
<!-- Others -->