mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 21:54:24 +00:00
70 lines
1.0 KiB
Markdown
70 lines
1.0 KiB
Markdown
# Title
|
|
|
|
TODO
|
|
|
|
Server-side data processing pipeline that ingests data, transforms it, and then sends the results to any collector.
|
|
|
|
Part of the Elastic Stack along with Beats, [ElasticSearch] and [Kibana].
|
|
|
|
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 [Kibana]: the rest of the Elastic stack
|
|
|
|
### Sources
|
|
|
|
<!--
|
|
Reference
|
|
═╬═Time══
|
|
-->
|
|
|
|
<!-- In-article sections -->
|
|
<!-- Knowledge base -->
|
|
[beats]: beats.md
|
|
[elasticsearch]: elasticsearch.md
|
|
[kibana]: kibana.md
|
|
|
|
<!-- Files -->
|
|
<!-- Upstream -->
|
|
[main repository]: https://github.com/elastic/logstash
|
|
[website]: https://website/
|
|
|
|
<!-- Others -->
|