Skip to content

Commit 546db21

Browse files
authored
docs: fix broken links (#114)
1 parent 7ce3047 commit 546db21

4 files changed

+7
-6
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
target
22
.idea
33
**.iml
4+
5+
# Local doc build files
6+
html_docs

docs/intro.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ like Logstash, Kafka or Redis.
108108
*Index Lifecycle management*::
109109
+
110110
--
111-
Leverage Filebeat's default {filebeat-ref}/master/ilm.html[index lifemanagement settings].
111+
Leverage Filebeat's default {filebeat-ref}/ilm.html[index lifecycle management settings].
112112
This is much more efficient than using daily indices.
113113
--
114114

docs/setup.asciidoc

+1-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ include::./tab-widgets/ecs-encoder-widget.asciidoc[]
2929
[[setup-step-2]]
3030
=== Step 2: Enable APM log correlation (optional)
3131
If you are using the Elastic APM Java agent,
32-
set {apm-java-ref}/current/config-logging.html#config-enable-log-correlation[`enable_log_correlation`] to `true`.
33-
34-
35-
32+
set {apm-java-ref}/config-logging.html#config-enable-log-correlation[`enable_log_correlation`] to `true`.
3633

3734
[float]
3835
[[setup-step-3]]

docs/structured-logging-log4j2.asciidoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[structured-logging-log4j2]
12
== Structured logging with log4j2
23

34
By leveraging log4j2's `MapMessage` or even by implementing your own `MultiformatMessage` with JSON support,
@@ -56,7 +57,7 @@ In recent Elasticsearch versions, the following JSON structures would result in
5657
}
5758
----
5859

59-
The property `foo` would be mapped to the {ref}/current/object.html[Object datatype].
60+
The property `foo` would be mapped to the {ref}/object.html[Object datatype].
6061

6162
This means that you can't index a document where `foo` would be a different datatype, as in shown in the following example:
6263

0 commit comments

Comments
 (0)