Skip to content

Commit 6a19d5b

Browse files
committed
RHDEVDOCS-5176 - 5.7 Subfolder creation.
1 parent a83f13f commit 6a19d5b

17 files changed

+140
-73
lines changed

_topic_maps/_topic_map.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2442,6 +2442,22 @@ Distros: openshift-enterprise,openshift-origin
24422442
Topics:
24432443
- Name: Release notes
24442444
File: cluster-logging-release-notes
2445+
#- Name: Logging 5.7
2446+
# Dir: v5_7
2447+
# Distros: openshift-enterprise,openshift-origin
2448+
# Topics:
2449+
# Name: Logging 5.7 Release Notes
2450+
# File: logging-5-7-release-notes
2451+
# Name: Getting started with logging
2452+
# File: logging-5-7-getting-started
2453+
# Name: Understanding Logging
2454+
# File: logging-5-7-architecture
2455+
# Name: Configuring Logging
2456+
# File: logging-5-7-configuration
2457+
# Name: Administering Logging
2458+
# File: logging-5-7-administration
2459+
# Name: Logging Reference
2460+
# File: logging-5-7-reference
24452461
- Name: Logging 5.6
24462462
Dir: v5_6
24472463
Distros: openshift-enterprise,openshift-origin

logging/v5_5/logging-5-5-getting-started.adoc

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,5 @@
33
[id="logging-5-5-getting-started"]
44
= Getting started with logging 5.5
55

6-
This overview of the logging deployment process is provided for ease of reference. It is not a substitute for full documentation. For new installations, *Vector* and *LokiStack* are recommended.
7-
8-
--
9-
include::snippets/logging-under-construction-snip.adoc[]
10-
--
11-
12-
--
13-
include::snippets/logging-compatibility-snip.adoc[]
14-
--
15-
16-
.Prerequisites
17-
* LogStore preference: *Elasticsearch* or *LokiStack*
18-
* Collector implementation preference: *Fluentd* or *Vector*
19-
* Credentials for your log forwarding outputs
20-
21-
.Procedure
22-
--
23-
include::snippets/logging-elastic-dep-snip.adoc[]
24-
--
25-
. Install the Operator for the logstore you'd like to use.
26-
** For *Elasticsearch*, install the *OpenShift Elasticsearch Operator*.
27-
** For *LokiStack*, install the *Loki Operator*.
28-
*** Create a `LokiStack` custom resource (CR) instance.
29-
30-
. Install the *Red Hat OpenShift Logging Operator*.
31-
32-
. Create a `ClusterLogging` custom resource (CR) instance.
33-
.. Select your Collector Implementation.
34-
+
35-
--
36-
include::snippets/logging-fluentd-dep-snip.adoc[]
37-
--
38-
. Create a `ClusterLogForwarder` custom resource (CR) instance.
39-
40-
. Create a secret for the selected output pipeline.
6+
:context: logging-5-5-getting-started
7+
include::modules/logging-getting-started.adoc[lines=5..39]

logging/v5_6/logging-5-6-architecture.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:_content-type: ASSEMBLY
22
[id="logging-architecture-5-6"]
3-
= Understanding logging
3+
= Understanding logging architecture
44
include::_attributes/common-attributes.adoc[]
55
:context: logging-5.6-architecture
66

logging/v5_6/logging-5-6-getting-started.adoc

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,5 @@
33
[id="logging-getting-started-5-6"]
44
= Getting started with logging 5.6
55

6-
This overview of the logging deployment process is provided for ease of reference. It is not a substitute for full documentation. For new installations, *Vector* and *LokiStack* are recommended.
7-
8-
--
9-
include::snippets/logging-under-construction-snip.adoc[]
10-
--
11-
12-
--
13-
include::snippets/logging-compatibility-snip.adoc[]
14-
--
15-
16-
.Prerequisites
17-
* LogStore preference: *Elasticsearch* or *LokiStack*
18-
* Collector implementation preference: *Fluentd* or *Vector*
19-
* Credentials for your log forwarding outputs
20-
21-
.Procedure
22-
--
23-
include::snippets/logging-elastic-dep-snip.adoc[]
24-
--
25-
. Install the Operator for the logstore you'd like to use.
26-
** For *Elasticsearch*, install the *OpenShift Elasticsearch Operator*.
27-
** For *LokiStack*, install the *Loki Operator*.
28-
*** Create a `LokiStack` custom resource (CR) instance.
29-
30-
. Install the *Red Hat OpenShift Logging Operator*.
31-
32-
. Create a `ClusterLogging` custom resource (CR) instance.
33-
.. Select your Collector Implementation.
34-
+
35-
--
36-
include::snippets/logging-fluentd-dep-snip.adoc[]
37-
--
38-
. Create a `ClusterLogForwarder` custom resource (CR) instance.
39-
40-
. Create a secret for the selected output pipeline.
6+
:context: logging-5-6-getting-started
7+
include::modules/logging-getting-started.adoc[lines=5..39]

logging/v5_7/attributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_attributes/

logging/v5_7/images

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../images/
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
:_content-type: ASSEMBLY
2+
[id="logging-administration-5-7"]
3+
= Administering your logging deployment
4+
include::_attributes/common-attributes.adoc[]
5+
:context: logging-5.7-administration
6+
7+
toc::[]
8+
9+
//Installing the Red Hat OpenShift Logging Operator via webconsole
10+
include::modules/logging-deploy-RHOL-console.adoc[leveloffset=+1]
11+
12+
//Installing the Loki Operator via webconsole
13+
include::modules/logging-deploy-loki-console.adoc[leveloffset=+1]
14+
15+
//Generic installing operators from operator hub using CLI
16+
include::modules/olm-installing-from-operatorhub-using-cli.adoc[leveloffset=+1]
17+
18+
//Generic deleting operators from cluster using web console
19+
include::modules/olm-deleting-operators-from-a-cluster-using-web-console.adoc[leveloffset=+1]
20+
21+
//Generic deleting operators from a cluster using CLI
22+
include::modules/olm-deleting-operators-from-a-cluster-using-cli.adoc[leveloffset=+1]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
:_content-type: ASSEMBLY
2+
[id="logging-architecture-5-7"]
3+
= Understanding logging architecture
4+
include::_attributes/common-attributes.adoc[]
5+
:context: logging-5.7-architecture
6+
7+
toc::[]
8+
9+
:context: logging-5-7-architecture
10+
include::modules/logging-architecture-overview.adoc[lines=9..31]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
:_content-type: ASSEMBLY
2+
[id="logging-configuration-5-7"]
3+
= Configuring your logging deployment
4+
include::_attributes/common-attributes.adoc[]
5+
:context: logging-5.7-configuration
6+
7+
toc::[]
8+
9+
include::snippets/logging-crs-by-operator-snip.adoc[]
10+
11+
include::snippets/logging-supported-config-snip.adoc[]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:_content-type: ASSEMBLY
2+
3+
[id="logging-getting-started-5-7"]
4+
= Getting started with logging 5.7
5+
6+
:context: logging-5-7-getting-started
7+
include::modules/logging-getting-started.adoc[lines=5..39]

0 commit comments

Comments
 (0)