From b733d5e2e3451912a4646680882a16e3d2af74fa Mon Sep 17 00:00:00 2001 From: retreved Date: Mon, 18 Nov 2024 09:20:54 -0600 Subject: [PATCH] Loggingdoc fix (#570) * [docs] adding genestack logging doc * [docs]document edits and TOC in mkdocs * [docs]grammatical fixes * [docs]fixed file name * [docs]fix link error again * whitespace removal services, llc * [docs]another visit by the whitespace fairie, file renames * [docs]minor grammar fixes --------- Co-authored-by: Chris Breu --- docs/genestack-logging.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/genestack-logging.md b/docs/genestack-logging.md index 1c62f82c..edfebaab 100644 --- a/docs/genestack-logging.md +++ b/docs/genestack-logging.md @@ -6,6 +6,7 @@ Genestack logging is a straight forward system that collects, stores and provides an interface to search and read logs on-demand. The storage backend is open to fit the needs of your deployment, so whether backing up to Openstack Swift, S3, Ceph, or file-share, Genestack logging can fit in your environment. + Out-of-box Genestack logging is comprised of three separate technologies: - [Fluentbit](https://fluentbit.io/), a fast and lightweight telemetry agent for logs, metrics, and traces for Linux, macOS, Windows, and BSD family operating systems. Fluentbit grabs log entries immediately from your Kubernetes application and ships them to Loki for aggregation