Skip to content

Commit c1f87f4

Browse files
committed
Logging Build Fixes
1 parent 555b39f commit c1f87f4

File tree

7 files changed

+133
-142
lines changed

7 files changed

+133
-142
lines changed

_topic_maps/_topic_map.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2386,8 +2386,8 @@ Topics:
23862386
File: logging-5-6-getting-started
23872387
- Name: Understanding Logging
23882388
File: logging-5-6-architecture
2389-
- Name: Configuring Logging
2390-
File: logging-5-6-configuration
2389+
# - Name: Configuring Logging
2390+
# File: logging-5-6-configuration
23912391
- Name: Administering Logging
23922392
File: logging-5-6-administration
23932393
- Name: Logging Reference
@@ -2404,10 +2404,10 @@ Topics:
24042404
File: logging-5-5-architecture
24052405
- Name: Administering Logging
24062406
File: logging-5-5-administration
2407-
- Name: Configuring Logging
2408-
File: logging-5-5-configuration
2409-
- Name: Logging Reference
2410-
File: logging-5-5-reference
2407+
# - Name: Configuring Logging
2408+
# File: logging-5-5-configuration
2409+
# - Name: Logging Reference
2410+
# File: logging-5-5-reference
24112411
- Name: About Logging
24122412
File: cluster-logging
24132413
- Name: Installing Logging

logging/cluster-logging.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,3 @@ include::modules/cluster-logging-forwarding-about.adoc[leveloffset=+2]
8585
For information, see xref:../logging/cluster-logging-external.adoc#cluster-logging-external[Forwarding logs to third-party systems].
8686

8787
include::modules/cluster-logging-feature-reference.adoc[leveloffset=+1]
88-
89-
include::modules/logging-5.6-api-ref.adoc[leveloffset=+1]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include::snippets/logging-compatibility-snip.adoc[]
1515

1616
.Prerequisites
1717
* LogStore preference: *Elasticsearch* or *LokiStack*
18-
* Collector implementation preference: *Fluentd* or *Vector* See the xref:../logging-5-5-reference.adoc[Logging reference] to review the differences between Fluentd and Vector implementations.
18+
* Collector implementation preference: *Fluentd* or *Vector*
1919
* Credentials for your log forwarding outputs
2020

2121
.Procedure
@@ -35,6 +35,6 @@ include::snippets/logging-elastic-dep-snip.adoc[]
3535
--
3636
include::snippets/logging-fluentd-dep-snip.adoc[]
3737
--
38-
. Create a `ClusterLogForwarder` custom resource (CR) instance. See the xref:../logging-5-5-reference.adoc[Logging reference] to review the available output options for the collector implementation you've selected.
38+
. Create a `ClusterLogForwarder` custom resource (CR) instance.
3939

4040
. Create a secret for the selected output pipeline.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include::snippets/logging-compatibility-snip.adoc[]
1515

1616
.Prerequisites
1717
* LogStore preference: *Elasticsearch* or *LokiStack*
18-
* Collector implementation preference: *Fluentd* or *Vector* See the xref:../logging-5-6-reference.adoc[Logging reference] to review the differences between Fluentd and Vector implementations.
18+
* Collector implementation preference: *Fluentd* or *Vector*
1919
* Credentials for your log forwarding outputs
2020

2121
.Procedure
@@ -35,6 +35,6 @@ include::snippets/logging-elastic-dep-snip.adoc[]
3535
--
3636
include::snippets/logging-fluentd-dep-snip.adoc[]
3737
--
38-
. Create a `ClusterLogForwarder` custom resource (CR) instance. See the xref:../logging-5-5-reference.adoc[Logging reference] to review the available output options for the collector implementation you've selected.
38+
. Create a `ClusterLogForwarder` custom resource (CR) instance.
3939

4040
. Create a secret for the selected output pipeline.

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ include::_attributes/common-attributes.adoc[]
55
:context: logging-5.6-reference
66

77
toc::[]
8+
9+
:leveloffset: +1
10+
11+
include::modules/logging-feature-reference-5.6.adoc[]
12+
13+
include::modules/logging-5.6-api-ref.adoc[]
14+
15+
:leveloffset: -1

0 commit comments

Comments
 (0)