diff --git a/x-pack/plugin/core/src/main/resources/logs-mappings.json b/x-pack/plugin/core/src/main/resources/logs-mappings.json index 5569f6695ec..04ac179a04b 100644 --- a/x-pack/plugin/core/src/main/resources/logs-mappings.json +++ b/x-pack/plugin/core/src/main/resources/logs-mappings.json @@ -17,20 +17,6 @@ "@timestamp": { "type": "date" }, - "dataset": { - "properties": { - "type": { - "type": "constant_keyword", - "value": "logs" - }, - "name": { - "type": "constant_keyword" - }, - "namespace": { - "type": "constant_keyword" - } - } - }, "data_stream": { "properties": { "type": { diff --git a/x-pack/plugin/core/src/main/resources/metrics-mappings.json b/x-pack/plugin/core/src/main/resources/metrics-mappings.json index a38a73e9b4c..d37cdc3f4c5 100644 --- a/x-pack/plugin/core/src/main/resources/metrics-mappings.json +++ b/x-pack/plugin/core/src/main/resources/metrics-mappings.json @@ -17,20 +17,6 @@ "@timestamp": { "type": "date" }, - "dataset": { - "properties": { - "type": { - "type": "constant_keyword", - "value": "metrics" - }, - "name": { - "type": "constant_keyword" - }, - "namespace": { - "type": "constant_keyword" - } - } - }, "data_stream": { "properties": { "type": {