Skip to content

Commit 95003c5

Browse files
committed
Removing incorrect use of constant_keyword field type from deprecation logger mapping
1 parent 0b6a3cd commit 95003c5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

x-pack/plugin/core/template-resources/src/main/resources/deprecation/deprecation-indexing-mappings.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@
2020
"data_stream": {
2121
"properties": {
2222
"type": {
23-
"type": "constant_keyword",
24-
"value": "logs"
23+
"type": "keyword"
2524
},
2625
"dataset": {
27-
"type": "constant_keyword"
26+
"type": "keyword"
2827
},
2928
"namespace": {
30-
"type": "constant_keyword"
29+
"type": "keyword"
3130
}
3231
}
3332
},

0 commit comments

Comments
 (0)