Skip to content

Commit cfdba8b

Browse files
authored
add service.{version,environment} to docs (#75)
1 parent f76c106 commit cfdba8b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/intro.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,15 @@ Refer to the documentation of the individual loggers on how to set these fields.
186186
| Helps to filter the logs by service.
187187
|`"my-service"`
188188

189+
|{ecs-ref}/ecs-service.html[`service.version`]
190+
| Helps to filter the logs by service version.
191+
|`"1.0"`
192+
193+
|{ecs-ref}/ecs-service.html[`service.environment`]
194+
| Helps to filter the logs by environment.
195+
|`"production"`
196+
197+
189198
|{ecs-ref}/ecs-event.html[`event.dataset`]
190199
| Enables the {observability-guide}/inspect-log-anomalies.html[log rate anomaly detection].
191200
|`"my-service.log"`

0 commit comments

Comments
 (0)