Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ingest Date Processor should support templated timezone/locale #24024

Closed
talevy opened this issue Apr 10, 2017 · 1 comment
Closed

Ingest Date Processor should support templated timezone/locale #24024

talevy opened this issue Apr 10, 2017 · 1 comment
Labels
:Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP >enhancement v6.1.0 v7.0.0-beta1

Comments

@talevy
Copy link
Contributor

talevy commented Apr 10, 2017

There are times that clients ingesting into ES set variable date information.
It would be useful to have these fields in the DateProcessor be template-strings so
that these clients can appropriately configure the pipeline based on data in the
document's fields.

For example: Beats supports this now: elastic/beats#3902 (and modules discussion: elastic/beats#3898 (comment))

@talevy
Copy link
Contributor Author

talevy commented Oct 23, 2017

I've opened #27089, hope to close all the holes in it soon and push this forward

talevy added a commit to talevy/elasticsearch that referenced this issue Nov 7, 2017
Sometimes systems like Beats would want to extract the date's timezone and/or locale
from a value in a field of the document. This PR adds support for mustache templating
to extract these values.

Closes elastic#24024.
talevy added a commit that referenced this issue Nov 9, 2017
)

Sometimes systems like Beats would want to extract the date's timezone and/or locale
from a value in a field of the document. This PR adds support for mustache templating
to extract these values.

Closes #24024.
talevy added a commit that referenced this issue Nov 9, 2017
)

Sometimes systems like Beats would want to extract the date's timezone and/or locale
from a value in a field of the document. This PR adds support for mustache templating
to extract these values.

Closes #24024.
@jimczi jimczi added v7.0.0-beta1 and removed v7.0.0 labels Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP >enhancement v6.1.0 v7.0.0-beta1
Projects
None yet
Development

No branches or pull requests

3 participants