Skip to content

Commit 957050b

Browse files
authored
Remove .log suffix from event.dataset
See elastic/ecs-logging#63 for the context
1 parent 6ced393 commit 957050b

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)