Ingest node time period processor #40615
Labels
:Data Management/Ingest Node
Execution or management of Ingest Pipelines including GeoIP
>enhancement
Team:Data Management
Meta label for data/management team
Users often model events using a start and end time as two different fields on a document. It is often advantageous to determine the difference in duration for those two dates.
This enhancement request is to create a
period
processor that can read two input fields in date form and calculate the period of time between the dates as along
value in the time unit chosen.Since the date values may be affected by timezone offsets, and requires a different pattern for obtaining inputs from the ingest document, the thought is to build this as a separate processor from the planned duration processor (#39857) which only deals with general spans of time not related to a contextual date. The period processor would take dates and offsets into account to ensure that time changes are accurately calculated. Additionally, having separate duration and period processor implementations would allow for clarifying the differences in semantics between the two.
An example:
The text was updated successfully, but these errors were encountered: