Skip to content

Commit 867f048

Browse files
authored
Merge pull request openshift#78822 from shreyasiddhartha/OBSDOCS-1166
OBSDOCS-1166-Loki Statement of Purpose
2 parents bd06147 + f463efb commit 867f048

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

observability/logging/log_storage/about-log-storage.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ You can use an internal Loki or Elasticsearch log store on your cluster for stor
1212
[id="log-storage-overview-types"]
1313
== Log storage types
1414

15-
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}.
16-
17-
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.
15+
include::snippets/logging-loki-statement-snip.adoc[]
1816

1917
include::modules/cluster-logging-about-es-logstore.adoc[leveloffset=+2]
2018

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Text snippet included in the following assemblies:
2+
//
3+
//
4+
// Text snippet included in the following modules:
5+
//
6+
//
7+
:_mod-docs-content-type: SNIPPET
8+
9+
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.
10+
11+
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.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Text snippet included in the following assemblies:
2+
// * observability/logging/log_storage/about-log-storage.adoc
3+
//
4+
// Text snippet included in the following modules:
5+
//
6+
//
7+
:_mod-docs-content-type: SNIPPET
8+
9+
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.

0 commit comments

Comments
 (0)