Skip to content
Merged
Show file tree
Hide file tree
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 @@ -24,6 +24,7 @@
"_source": {
"enabled": false
},
"dynamic": false,
"properties": {
"ecs.version": {
"type": "keyword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"_source": {
"mode": "synthetic"
},
"dynamic": false,
"properties": {
"ecs.version": {
"type": "keyword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"_source": {
"enabled": true
},
"dynamic": false,
"properties": {
"ecs.version": {
"type": "keyword"
Expand All @@ -31,7 +32,6 @@
"format": "epoch_second"
},
"profiling": {
"dynamic": false,
"properties": {
"project.id": {
"type": "keyword"
Expand Down Expand Up @@ -160,7 +160,6 @@
}
},
"ec2": {
"dynamic": false,
"properties": {
"ami_id": {
"type": "keyword"
Expand Down Expand Up @@ -224,7 +223,6 @@
}
},
"azure": {
"dynamic": false,
"properties": {
"compute.sku": {
"type": "keyword"
Expand Down Expand Up @@ -268,7 +266,6 @@
}
},
"gce": {
"dynamic": false,
"properties": {
"instance.id": {
"type": "keyword"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
"_source": {
"enabled": false
},
/*
We intentionally allow dynamic mappings for metrics. Which metrics are added is guarded by
the collector and we want to allow adding new metrics over time. As this is a datastream,
which will age and eventually be deleted, schema evolution is not a major concern here.
*/
"dynamic": true,
"properties": {
"ecs.version": {
"type": "keyword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"_source": {
"enabled": true
},
"dynamic": false,
"properties": {
"ecs.version": {
"type": "keyword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"_source": {
"mode": "synthetic"
},
"dynamic": false,
"properties": {
"ecs.version": {
"type": "keyword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"_source": {
"enabled": true
},
"dynamic": false,
"properties": {
"ecs.version": {
"type": "keyword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"_source": {
"enabled": true
},
"dynamic": false,
"properties": {
"ecs.version": {
"type": "keyword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"_source": {
"mode": "synthetic"
},
"dynamic": false,
"properties": {
"ecs.version": {
"type": "keyword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"_source": {
"mode": "synthetic"
},
"dynamic": false,
"properties": {
"ecs.version": {
"type": "keyword",
Expand Down