Skip to content

Commit

Permalink
Properly map the rally.doc_size and rally.message_size fields in elas…
Browse files Browse the repository at this point in the history
…tic/logs track (elastic#716)

Co-authored-by: Oleksandr Kolomiiets <[email protected]>
  • Loading branch information
martijnvg and lkts authored Dec 27, 2024
1 parent d8118fb commit 76072a1
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions elastic/logs/templates/component/track-custom-mappings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
{
"template" : {
"mappings" : {
"runtime": {
"rally.doc_size": {
"type": "long"
},
"rally.message_size": {
"type": "long"
}
},
"properties" : {
"event": {
"properties": {
Expand All @@ -21,6 +13,16 @@
"format": "strict_date_optional_time"
}
}
},
"rally": {
"properties" : {
"doc_size": {
"type": "long"
},
"message_size": {
"type": "long"
}
}
}
}
}
Expand Down

0 comments on commit 76072a1

Please sign in to comment.