Rename dataset to datastream (#60638)
Co-authored-by: ruflin <spam@ruflin.com>
This commit is contained in:
parent
7ae9dc2092
commit
20ae1b75bd
|
@ -31,6 +31,20 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"datastream": {
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "constant_keyword",
|
||||
"value": "logs"
|
||||
},
|
||||
"dataset": {
|
||||
"type": "constant_keyword"
|
||||
},
|
||||
"namespace": {
|
||||
"type": "constant_keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ecs": {
|
||||
"properties": {
|
||||
"version": {
|
||||
|
|
|
@ -31,6 +31,20 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"datastream": {
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "constant_keyword",
|
||||
"value": "metrics"
|
||||
},
|
||||
"dataset": {
|
||||
"type": "constant_keyword"
|
||||
},
|
||||
"namespace": {
|
||||
"type": "constant_keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ecs": {
|
||||
"properties": {
|
||||
"version": {
|
||||
|
|
Loading…
Reference in New Issue