mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[SLO][8.11] Add date_formats
to SLI ingest pipeline template (#172377)
## 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: https://github.com/elastic/kibana/pull/172224
This commit is contained in:
parent
44b9cf26ee
commit
f698bed1aa
1 changed files with 1 additions and 0 deletions
|
@ -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"],
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue