Missing bwc java.time layer for 6.8 date_index_name ingest processor #58481
Labels
>bug
:Core/Infra/Core
Core issues without another label
:Data Management/Ingest Node
Execution or management of Ingest Pipelines including GeoIP
needs:triage
Requires assignment of a team area label
Team:Core/Infra
Meta label for core/infra team
Team:Data Management
Meta label for data/management team
looks like #34507 was not backported to 6.8
it was meant to be fixed by this #37407 but it missed
IndexNameExpresionResolver
class. It only fixed this inDateFormat
(used by when creating an index name expression, but not resolving. This is used during simulate and on 'phase1' ingestion with index name processor)it is not possible to use date formats with
8
prefix indate_index_name
ingest processorsthis works in simulate but does not work with ingest
steps to reproduce
simulate - ok
simulate result:
ingestion fail
ingestion failure result
it works with joda
simulate
ingestion ok
result
The text was updated successfully, but these errors were encountered: