mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
80 lines
1.5 KiB
Markdown
80 lines
1.5 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][stepping up for a truly open source elasticsearch] into OpenSearch after Elastic's
|
|
[2021 license change announcement][elastic license update].
|
|
|
|
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]
|
|
- [Codebase]
|
|
- [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 -->
|
|
[Codebase]: https://github.com/elastic/elasticsearch
|
|
[Elastic License Update]: https://www.elastic.co/blog/elastic-license-update
|
|
[Website]: https://www.elastic.co/elasticsearch
|
|
|
|
<!-- Others -->
|
|
[Stepping up for a truly open source Elasticsearch]: https://aws.amazon.com/blogs/opensource/stepping-up-for-a-truly-open-source-elasticsearch/
|