Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ template:
service.instance.id:
type: keyword
ignore_above: 1024
deployment.environment:
deployment.environment.name:
type: keyword
ignore_above: 1024
cloud.platform:
Expand Down Expand Up @@ -103,7 +103,7 @@ template:
path: resource.attributes.service.instance.id
service.environment:
type: alias
path: resource.attributes.deployment.environment
path: resource.attributes.deployment.environment.name
cloud.service.name:
type: alias
path: resource.attributes.cloud.platform
Expand Down