Rename `datastream` to `data_stream`. (#60714)
The name of the feature having a space: "data stream", the key should have an underscore.
This commit is contained in:
parent
e9c0bf1566
commit
602d269059
|
@ -31,7 +31,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"datastream": {
|
"data_stream": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"type": {
|
"type": {
|
||||||
"type": "constant_keyword",
|
"type": "constant_keyword",
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"datastream": {
|
"data_stream": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"type": {
|
"type": {
|
||||||
"type": "constant_keyword",
|
"type": "constant_keyword",
|
||||||
|
|
Loading…
Reference in New Issue