Skip to content

Commit

Permalink
reformat metadata yaml, removed dotted-keys (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
pzl authored Oct 9, 2023
1 parent b412bfe commit 7616fe7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package/endpoint/data_stream/metadata/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ elasticsearch:
dynamic: false
settings:
index:
sort.field:
- "@timestamp"
- agent.id
sort.order:
- desc
- asc
sort:
field:
- "@timestamp"
- agent.id
order:
- desc
- asc

0 comments on commit 7616fe7

Please sign in to comment.