Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/changelog/125048.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 125048
summary: Removing incorrect use of `constant_keyword` field type from deprecation
logger mapping
area: Infra/Logging
type: bug
issues: []
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@
"data_stream": {
"properties": {
"type": {
"type": "constant_keyword",
"value": "logs"
"type": "keyword"
},
"dataset": {
"type": "constant_keyword"
"type": "keyword"
},
"namespace": {
"type": "constant_keyword"
"type": "keyword"
}
}
},
Expand Down