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

Create heatmap graph from elasticsearch histogram mapping #56155

Closed
PhracturedBlue opened this issue Jan 28, 2020 · 1 comment
Closed

Create heatmap graph from elasticsearch histogram mapping #56155

PhracturedBlue opened this issue Jan 28, 2020 · 1 comment

Comments

@PhracturedBlue
Copy link

Describe the feature:
Elasticsearch 7.6 will include a histogram mapping type to store pre-aggregated data efficiently. It would be convenient to be able to directly graph this data as a heatmap in Kibana.

Describe a specific use case for the feature:
https://discuss.elastic.co/t/generate-heatmap-from-histogram-data/216734/3

Example data:

{ @timestamp: Jan 27, 2020 @ 05:57:44.837, aggregate: { values: [5, 10, 20, 50, 100], counts: [0, 5, 3, 8, 16]},
{ @timestamp: Jan 27, 2020 @ 05:47:44.829, aggregate: { values: [5, 10, 20, 50, 100], counts: [13, 6, 1, 0, 11]},
...
@PhracturedBlue
Copy link
Author

This appears to be covered by:
#52426

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant