mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(kb): start articles for monitoring stuff
This commit is contained in:
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -145,6 +145,7 @@
|
|||||||
"fileglob",
|
"fileglob",
|
||||||
"firewalld",
|
"firewalld",
|
||||||
"flatpak",
|
"flatpak",
|
||||||
|
"fluentd",
|
||||||
"freshclam",
|
"freshclam",
|
||||||
"gbps",
|
"gbps",
|
||||||
"gcloud",
|
"gcloud",
|
||||||
|
|||||||
69
knowledge base/beats.md
Normal file
69
knowledge base/beats.md
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
# Beats
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
Lightweight, free and open platform for single-purpose data shippers.
|
||||||
|
|
||||||
|
Part of the Elastic Stack along with [ElasticSearch], [Kibana] 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]
|
||||||
|
- [ElasticSearch], [Kibana] and [Logstash]: the rest of the Elastic stack
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Reference
|
||||||
|
═╬═Time══
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- In-article sections -->
|
||||||
|
<!-- Knowledge base -->
|
||||||
|
[elasticsearch]: elasticsearch.md
|
||||||
|
[kibana]: kibana.md
|
||||||
|
[logstash]: logstash.md
|
||||||
|
|
||||||
|
<!-- Files -->
|
||||||
|
<!-- Upstream -->
|
||||||
|
[main repository]: https://github.com/elastic/beats
|
||||||
|
[website]: https://www.elastic.co/beats
|
||||||
|
|
||||||
|
<!-- Others -->
|
||||||
77
knowledge base/elasticsearch.md
Normal file
77
knowledge base/elasticsearch.md
Normal file
@@ -0,0 +1,77 @@
|
|||||||
|
# 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 -->
|
||||||
65
knowledge base/fluent bit.md
Normal file
65
knowledge base/fluent bit.md
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
# Fluent Bit
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
Lightweight and highly scalable logging and metrics processor and forwarder.
|
||||||
|
|
||||||
|
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]
|
||||||
|
- [Fluentd]
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Reference
|
||||||
|
═╬═Time══
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- In-article sections -->
|
||||||
|
<!-- Knowledge base -->
|
||||||
|
[fluentd]: fluentd.md
|
||||||
|
|
||||||
|
<!-- Files -->
|
||||||
|
<!-- Upstream -->
|
||||||
|
[main repository]: https://github.com/fluent/fluent-bit
|
||||||
|
[website]: https://www.fluentbit.io/
|
||||||
|
|
||||||
|
<!-- Others -->
|
||||||
64
knowledge base/fluentd.md
Normal file
64
knowledge base/fluentd.md
Normal file
@@ -0,0 +1,64 @@
|
|||||||
|
# Fluentd
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
Open-Source log collector.
|
||||||
|
|
||||||
|
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]
|
||||||
|
- [Fluent Bit]
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Reference
|
||||||
|
═╬═Time══
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- In-article sections -->
|
||||||
|
<!-- Knowledge base -->
|
||||||
|
[fluent bit]: fluent%20bit.md
|
||||||
|
<!-- Files -->
|
||||||
|
<!-- Upstream -->
|
||||||
|
[main repository]: https://github.com/fluent/fluentd
|
||||||
|
[website]: https://www.fluentd.org/
|
||||||
|
|
||||||
|
<!-- Others -->
|
||||||
69
knowledge base/kibana.md
Normal file
69
knowledge base/kibana.md
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
# 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 -->
|
||||||
69
knowledge base/logstash.md
Normal file
69
knowledge base/logstash.md
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
# 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 -->
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
# Title
|
# OpenSearch
|
||||||
|
|
||||||
Search and analytics suite forked from ElasticSearch by Amazon.<br/>
|
Search and analytics suite [forked from ElasticSearch by Amazon][stepping up for a truly open source elasticsearch].<br/>
|
||||||
Makes it easy to ingest, search, visualize, and analyze data.
|
Makes it easy to ingest, search, visualize, and analyze data.
|
||||||
|
|
||||||
Use cases: application search, log analytics, data observability, data ingestion, others.
|
Use cases: application search, log analytics, data observability, data ingestion, others.
|
||||||
@@ -268,6 +268,8 @@ Refer
|
|||||||
- [Index management]
|
- [Index management]
|
||||||
- [Index settings]
|
- [Index settings]
|
||||||
- [Elasticsearch Index Lifecycle Management & Policy]
|
- [Elasticsearch Index Lifecycle Management & Policy]
|
||||||
|
- [Top 14 ELK alternatives in 2024]
|
||||||
|
- [Stepping up for a truly open source Elasticsearch]
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Reference
|
Reference
|
||||||
@@ -302,3 +304,5 @@ Refer
|
|||||||
[lucene]: https://lucene.apache.org/
|
[lucene]: https://lucene.apache.org/
|
||||||
[okapi bm25]: https://en.wikipedia.org/wiki/Okapi_BM25
|
[okapi bm25]: https://en.wikipedia.org/wiki/Okapi_BM25
|
||||||
[setting up hot-warm architecture for ism in opensearch]: https://opster.com/guides/opensearch/opensearch-data-architecture/setting-up-hot-warm-architecture-for-ism/
|
[setting up hot-warm architecture for ism in opensearch]: https://opster.com/guides/opensearch/opensearch-data-architecture/setting-up-hot-warm-architecture-for-ism/
|
||||||
|
[stepping up for a truly open source elasticsearch]: https://aws.amazon.com/blogs/opensource/stepping-up-for-a-truly-open-source-elasticsearch/
|
||||||
|
[top 14 elk alternatives in 2024]: https://signoz.io/blog/elk-alternatives/
|
||||||
|
|||||||
64
knowledge base/opentelemetry.md
Normal file
64
knowledge base/opentelemetry.md
Normal file
@@ -0,0 +1,64 @@
|
|||||||
|
# OpenTelemetry
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
High-quality, ubiquitous, and portable telemetry to enable effective observability.
|
||||||
|
|
||||||
|
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 project]
|
||||||
|
- [Documentation]
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Reference
|
||||||
|
═╬═Time══
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- In-article sections -->
|
||||||
|
<!-- Knowledge base -->
|
||||||
|
<!-- Files -->
|
||||||
|
<!-- Upstream -->
|
||||||
|
[documentation]: https://opentelemetry.io/docs/
|
||||||
|
[main project]: https://github.com/open-telemetry
|
||||||
|
[website]: https://opentelemetry.io/
|
||||||
|
|
||||||
|
<!-- Others -->
|
||||||
Reference in New Issue
Block a user