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

Apply default Kibana timestamp format to rollup index pattern #36608

Closed
Tracked by #166175
alexfrancoeur opened this issue May 15, 2019 · 6 comments
Closed
Tracked by #166175

Apply default Kibana timestamp format to rollup index pattern #36608

alexfrancoeur opened this issue May 15, 2019 · 6 comments
Labels
enhancement New value added to drive a business result Feature:Discover Discover Application Feature:Rollups impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. loe:needs-research This issue requires some research before it can be worked on or estimated Team:DataDiscovery Discover App Team (Document Explorer, Saved Search, Surrounding documents, Graph)

Comments

@alexfrancoeur
Copy link

We can create Index Patterns and Rollup Index Patterns.

If we have a rollup index, and we create an index pattern, we can see the date properly formatted in Kibana in the _source field. An example follows for the field timestamp.date_histogram.timestamp:
image

However, if we create an rollup index pattern, the discover window shows the epoch time for the field:
image

Customer request is that Rollup Index Patterns apply the date format when showing the contents in Discover - by extension, I suppose any other format as well.

@alexfrancoeur alexfrancoeur added Feature:Discover Discover Application enhancement New value added to drive a business result Team:Visualizations Visualization editors, elastic-charts and infrastructure Feature:Data Views Data Views code and UI - index patterns before 8.0 Feature:Rollups labels May 15, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app

@carterkraft
Copy link

This issue would be very important for us as well. Thanks

@pedrohro1992
Copy link

Guys, any update on this feature?

@timroes timroes removed the Feature:Data Views Data Views code and UI - index patterns before 8.0 label Oct 5, 2020
@timroes timroes added Team:DataDiscovery Discover App Team (Document Explorer, Saved Search, Surrounding documents, Graph) and removed Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Aug 31, 2021
@norris-daniel
Copy link

Has anyone found a workaround for this? I think it's causing probs for Grafana trying to use the epoch timestamps.

@ghudgins
Copy link

we are currently working against plans (see phase 3.3) to fully integrate rollups and downsampling into Elasticsearch indexes more directly vs. having to use the tech preview / experimental feature to spin up a new index via a job that has a limited support for Elasticsearch endpoints. the net result will be you downsample "in place" and can even downsample downsampled data. the jobs will run extremely quickly compared to today's implementation and has a more complete support for the query/endpoints that indexes today. fyi the configuration for this new approach is planned and being implemented as an aspect of your ILM policy.

because this new version of downsampling is just another index this means you'll be able to leverage the full power of data views (formerly known as index patterns) on top of downsampled indexes including this and many other features that don't work well with today's downsampling approach.

we're not too far off from this change...expect more blogs and info from us when we get close to releasing it in tech preview.

@jughosta jughosta added the impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. label Nov 28, 2022
@davismcphee davismcphee added the loe:needs-research This issue requires some research before it can be worked on or estimated label Sep 8, 2023
@kertal
Copy link
Member

kertal commented Oct 23, 2023

Closing this because it's not planned to be resolved in the foreseeable future. It will be tracked in our Icebox and will be re-opened if our priorities change. Feel free to re-open if you think it should be melted sooner.

@kertal kertal closed this as completed Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Discover Discover Application Feature:Rollups impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. loe:needs-research This issue requires some research before it can be worked on or estimated Team:DataDiscovery Discover App Team (Document Explorer, Saved Search, Surrounding documents, Graph)
Projects
None yet
Development

No branches or pull requests

10 participants