Skip to content

Commit

Permalink
fix: remove index.sort.field for internal metrics
Browse files Browse the repository at this point in the history
illegal_argument_exception: [illegal_argument_exception] Reason: [index.mode=time_series]
is incompatible with [index.sort.field]
  • Loading branch information
kruskall committed Dec 15, 2022
1 parent 3862b21 commit bb72beb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apmpackage/apm/data_stream/internal_metrics/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ elasticsearch:
settings:
index:
mode: "time_series"
sort.field: "@timestamp"
sort.order: desc

0 comments on commit bb72beb

Please sign in to comment.