Skip to content

Commit

Permalink
Change order of sort fields
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkalapos committed Oct 4, 2024
1 parent d11548a commit 3634c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ template:
index:
mode: logsdb
sort:
field: [ "@timestamp", "resource.attributes.host.name" ]
field: [ "resource.attributes.host.name", "@timestamp" ]
mappings:
properties:
attributes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ template:
index:
mode: logsdb
sort:
field: [ "@timestamp", "resource.attributes.host.name" ]
field: [ "resource.attributes.host.name", "@timestamp" ]
mappings:
_source:
mode: synthetic
Expand Down

0 comments on commit 3634c4b

Please sign in to comment.