Skip to content

Commit

Permalink
Optimized index sorting for OTel logs (#119504) (#119746)
Browse files Browse the repository at this point in the history
(cherry picked from commit afda404)
  • Loading branch information
felixbarny authored Jan 8, 2025
1 parent a62f9e4 commit 9732b3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/changelog/119504.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 119504
summary: Optimized index sorting for OTel logs
area: Data streams
type: enhancement
issues: []
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ template:
mode: logsdb
sort:
field: [ "resource.attributes.host.name", "@timestamp" ]
order: [ "asc", "desc" ]
mappings:
properties:
attributes:
Expand Down

0 comments on commit 9732b3c

Please sign in to comment.