Skip to content

Commit

Permalink
add service.{version,environment} to docs (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge authored Feb 28, 2023
1 parent f76c106 commit cfdba8b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/intro.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,15 @@ Refer to the documentation of the individual loggers on how to set these fields.
| Helps to filter the logs by service.
|`"my-service"`

|{ecs-ref}/ecs-service.html[`service.version`]
| Helps to filter the logs by service version.
|`"1.0"`

|{ecs-ref}/ecs-service.html[`service.environment`]
| Helps to filter the logs by environment.
|`"production"`


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

0 comments on commit cfdba8b

Please sign in to comment.