Rename dataset to datastream (#60638)

Co-authored-by: ruflin <spam@ruflin.com>
This commit is contained in:
Adrien Grand 2020-08-04 09:58:54 +02:00 committed by GitHub
parent 7ae9dc2092
commit 20ae1b75bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 0 deletions

View File

@ -31,6 +31,20 @@
}
}
},
"datastream": {
"properties": {
"type": {
"type": "constant_keyword",
"value": "logs"
},
"dataset": {
"type": "constant_keyword"
},
"namespace": {
"type": "constant_keyword"
}
}
},
"ecs": {
"properties": {
"version": {

View File

@ -31,6 +31,20 @@
}
}
},
"datastream": {
"properties": {
"type": {
"type": "constant_keyword",
"value": "metrics"
},
"dataset": {
"type": "constant_keyword"
},
"namespace": {
"type": "constant_keyword"
}
}
},
"ecs": {
"properties": {
"version": {