Skip to content

Commit

Permalink
docs: clean up remaining ".log" suffix examples in docs
Browse files Browse the repository at this point in the history
Back in #63 the guidance was changed to *not* have the .log
suffix on `event.dataset`.
  • Loading branch information
trentm committed Oct 16, 2023
1 parent cfdba8b commit 470ade7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/intro.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Refer to the documentation of the individual loggers on how to set these fields.

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

|===

Expand Down
2 changes: 1 addition & 1 deletion spec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The following example describes a richer set of fields in an event that has not
"service.name": "opbeans",
"service.version": "1.2.3",
"service.environment": "production",
"event.dataset": "opbeans.log"
"event.dataset": "opbeans"
}
```

Expand Down

0 comments on commit 470ade7

Please sign in to comment.