Skip to content

Commit 0f7893c

Browse files
authored
Remove .log suffix from event.dataset (#498)
See elastic/ecs-logging#63 for the context
1 parent 10b6514 commit 0f7893c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/agents/log-onboarding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ A good example is in the Java agent, where `event.dataset` is set to
9191
log appender.
9292

9393
If an agent doesn't have reasonable options for this field, it should be set
94-
to `${service.name}.log`.
94+
to `${service.name}`.
9595

9696
Some examples:
97-
- opbeans.log
97+
- opbeans
9898
- opbeans.checkout
9999
- opbeans.login
100100
- opbeans.audit

0 commit comments

Comments
 (0)