Skip to content

Commit 8fe13f5

Browse files
[Profiling] Add k8s namespace to events (#117323)
Co-authored-by: Francesco Gualazzi <[email protected]>
1 parent 2b8e4e7 commit 8fe13f5

File tree

1 file changed

+4
-0
lines changed
  • x-pack/plugin/core/template-resources/src/main/resources/profiling/component-template

1 file changed

+4
-0
lines changed

x-pack/plugin/core/template-resources/src/main/resources/profiling/component-template/profiling-events.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"sort": {
1010
"field": [
1111
"profiling.project.id",
12+
"k8s.namespace.name",
1213
"orchestrator.resource.name",
1314
"host.name",
1415
"container.name",
@@ -80,6 +81,9 @@
8081
},
8182
"container.id": {
8283
"type": "keyword"
84+
},
85+
"k8s.namespace.name": {
86+
"type": "keyword"
8387
}
8488
}
8589
}

0 commit comments

Comments
 (0)