Remove dataset.* fields. (#60720)

These are being replaced by the `data_stream.*` fields.
This commit is contained in:
Adrien Grand 2020-08-05 11:35:05 +02:00 committed by GitHub
parent 43762f69d1
commit 67f6f34c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 28 deletions

View File

@ -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": {

View File

@ -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": {