mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
OBSDOCS-1166
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
ba75345edb
commit
d0db4486a4
@@ -12,9 +12,7 @@ You can use an internal Loki or Elasticsearch log store on your cluster for stor
|
||||
[id="log-storage-overview-types"]
|
||||
== Log storage types
|
||||
|
||||
Loki is a horizontally scalable, highly available, multi-tenant log aggregation system offered as an alternative to Elasticsearch as a log store for the {logging}.
|
||||
|
||||
Elasticsearch indexes incoming log records completely during ingestion. Loki only indexes a few fixed labels during ingestion and defers more complex parsing until after the logs have been stored. This means Loki can collect logs more quickly.
|
||||
include::snippets/logging-loki-statement-snip.adoc[]
|
||||
|
||||
include::modules/cluster-logging-about-es-logstore.adoc[leveloffset=+2]
|
||||
|
||||
|
||||
11
snippets/logging-loki-statement-snip.adoc
Normal file
11
snippets/logging-loki-statement-snip.adoc
Normal file
@@ -0,0 +1,11 @@
|
||||
// Text snippet included in the following assemblies:
|
||||
//
|
||||
//
|
||||
// Text snippet included in the following modules:
|
||||
//
|
||||
//
|
||||
:_mod-docs-content-type: SNIPPET
|
||||
|
||||
Loki is a horizontally scalable, highly available, multi-tenant log aggregation system offered as a GA log store for {logging} {for} that can be visualized with the OpenShift {ObservabilityShortName} UI. The Loki configuration provided by OpenShift {logging-uc} is a short-term log store designed to enable users to perform fast troubleshooting with the collected logs. For that purpose, the {logging} {for} configuration of Loki has short-term storage, and is optimized for very recent queries. For long-term storage or queries over a long time period, users should look to log stores external to their cluster.
|
||||
|
||||
Elasticsearch indexes incoming log records completely during ingestion. Loki indexes only a few fixed labels during ingestion and defers more complex parsing until after the logs have been stored. This means Loki can collect logs more quickly.
|
||||
9
snippets/logging6x-loki-statement-snip.adoc
Normal file
9
snippets/logging6x-loki-statement-snip.adoc
Normal file
@@ -0,0 +1,9 @@
|
||||
// Text snippet included in the following assemblies:
|
||||
// * observability/logging/log_storage/about-log-storage.adoc
|
||||
//
|
||||
// Text snippet included in the following modules:
|
||||
//
|
||||
//
|
||||
:_mod-docs-content-type: SNIPPET
|
||||
|
||||
Loki is a horizontally scalable, highly available, multi-tenant log aggregation system offered as a GA log store for {logging} {for} that can be visualized with the OpenShift {ObservabilityShortName} UI. The Loki configuration provided by OpenShift {logging-uc} is a short-term log store designed to enable users to perform fast troubleshooting with the collected logs. For that purpose, the {logging} {for} configuration of Loki has short-term storage, and is optimized for very recent queries. For long-term storage or queries over a long time period, users should look to log stores external to their cluster.
|
||||
Reference in New Issue
Block a user