Skip to content

Commit

Permalink
[SLO][8.11] Add date_formats to SLI ingest pipeline template (#172377)
Browse files Browse the repository at this point in the history
## Summary

This PR fixes #172372 by adding the `date_formats` attribute to the
`date_index_name` pipeline step for the SLI ingest pipeline that every
SLO runs through. This PR is only for 8.11, the fix for main will be
included with: #172224
  • Loading branch information
simianhacker authored Dec 1, 2023
1 parent 44b9cf2 commit f698bed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const getSLOPipelineTemplate = (id: string, indexNamePrefix: string) => (
field: '@timestamp',
index_name_prefix: indexNamePrefix,
date_rounding: 'M',
date_formats: ['UNIX_MS', 'ISO8601', "yyyy-MM-dd'T'HH:mm:ss.SSSXX"],
},
},
],
Expand Down

0 comments on commit f698bed

Please sign in to comment.