Skip to content

Commit 470ade7

Browse files
committed
docs: clean up remaining ".log" suffix examples in docs
Back in #63 the guidance was changed to *not* have the .log suffix on `event.dataset`.
1 parent cfdba8b commit 470ade7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/intro.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Refer to the documentation of the individual loggers on how to set these fields.
197197

198198
|{ecs-ref}/ecs-event.html[`event.dataset`]
199199
| Enables the {observability-guide}/inspect-log-anomalies.html[log rate anomaly detection].
200-
|`"my-service.log"`
200+
|`"my-service"`
201201

202202
|===
203203

spec/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following example describes a richer set of fields in an event that has not
7676
"service.name": "opbeans",
7777
"service.version": "1.2.3",
7878
"service.environment": "production",
79-
"event.dataset": "opbeans.log"
79+
"event.dataset": "opbeans"
8080
}
8181
```
8282

0 commit comments

Comments
 (0)