Skip to content

Commit 93535f2

Browse files
[Profiling] Add k8s namespace to events (#117323) (#117509)
Co-authored-by: Francesco Gualazzi <[email protected]> (cherry picked from commit 8fe13f5) Co-authored-by: Tim Rühsen <[email protected]>
1 parent 8d16529 commit 93535f2

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",
@@ -82,6 +83,9 @@
8283
},
8384
"container.id": {
8485
"type": "keyword"
86+
},
87+
"k8s.namespace.name": {
88+
"type": "keyword"
8589
}
8690
}
8791
}

0 commit comments

Comments
 (0)