Browse Source

Universal Profiling: Rename project.id field to profiling.project.id (#96813)

For profiling-metrics data stream.
Christos Kalkanis 2 years ago
parent
commit
a136676bfb

+ 2 - 2
x-pack/plugin/core/src/main/resources/org/elasticsearch/xpack/profiler/component-template/profiling-metrics.json

@@ -7,7 +7,7 @@
         "refresh_interval": "10s",
         "sort": {
           "field": [
-            "project.id",
+            "profiling.project.id",
             "@timestamp",
             "host.id"
           ]
@@ -24,7 +24,7 @@
           "type": "keyword",
           "index": true
         },
-        "project.id": {
+        "profiling.project.id": {
           "type": "keyword"
         },
         "host.id": {