Skip to content

Commit bc21fca

Browse files
committed
docs: avoid links to field anchors on ECS pages
These aren't read until after 7.11 stack release. Refs: elastic/docs#2005
1 parent 41254ef commit bc21fca

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

docs/morgan.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,7 @@ again, a `curl -i localhost:3000/error` will yield:
167167
This ECS log formatter integrates with https://www.elastic.co/apm[Elastic APM] tracing.
168168
If your Node app is using the {apm-node-ref}/intro.html[Node.js Elastic APM Agent],
169169
then fields are added to log records that {ecs-ref}/ecs-tracing.html[identify an active trace] and the configured service name
170-
({ecs-ref}/ecs-service.html#field-service-name["service.name"] and
171-
{ecs-ref}/ecs-event.html#field-event-dataset["event.dataset"]).
170+
({ecs-ref}/ecs-service.html["service.name"] and {ecs-ref}/ecs-event.html["event.dataset"]).
172171
These fields allow cross linking between traces and logs in Kibana and support
173172
log anomaly detection.
174173

docs/pino.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,7 @@ etc.
210210
This ECS log formatter integrates with https://www.elastic.co/apm[Elastic APM].
211211
If your Node app is using the {apm-node-ref}/intro.html[Node.js Elastic APM Agent],
212212
then fields are added to log records that {ecs-ref}/ecs-tracing.html[identify an active trace] and the configured service name
213-
({ecs-ref}/ecs-service.html#field-service-name["service.name"] and
214-
{ecs-ref}/ecs-event.html#field-event-dataset["event.dataset"]).
213+
({ecs-ref}/ecs-service.html["service.name"] and {ecs-ref}/ecs-event.html["event.dataset"]).
215214
These fields allow cross linking between traces and logs in Kibana and support
216215
log anomaly detection.
217216

docs/winston.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,7 @@ For https://github.com/elastic/ecs-logging-nodejs/blob/master/loggers/winston/ex
228228
This ECS log formatter integrates with https://www.elastic.co/apm[Elastic APM].
229229
If your Node app is using the {apm-node-ref}/intro.html[Node.js Elastic APM Agent],
230230
then fields are added to log records that {ecs-ref}/ecs-tracing.html[identify an active trace] and the configured service name
231-
({ecs-ref}/ecs-service.html#field-service-name["service.name"] and
232-
{ecs-ref}/ecs-event.html#field-event-dataset["event.dataset"]).
231+
({ecs-ref}/ecs-service.html["service.name"] and {ecs-ref}/ecs-event.html["event.dataset"]).
233232
These fields allow cross linking between traces and logs in Kibana and support
234233
log anomaly detection.
235234

0 commit comments

Comments
 (0)