We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdba8b commit 470ade7Copy full SHA for 470ade7
docs/intro.asciidoc
@@ -197,7 +197,7 @@ Refer to the documentation of the individual loggers on how to set these fields.
197
198
|{ecs-ref}/ecs-event.html[`event.dataset`]
199
| Enables the {observability-guide}/inspect-log-anomalies.html[log rate anomaly detection].
200
-|`"my-service.log"`
+|`"my-service"`
201
202
|===
203
spec/README.md
@@ -76,7 +76,7 @@ The following example describes a richer set of fields in an event that has not
76
"service.name": "opbeans",
77
"service.version": "1.2.3",
78
"service.environment": "production",
79
- "event.dataset": "opbeans.log"
+ "event.dataset": "opbeans"
80
}
81
```
82
0 commit comments