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

[Feature] 2D heatmap. #928

Closed
valyard opened this issue Feb 9, 2014 · 3 comments
Closed

[Feature] 2D heatmap. #928

valyard opened this issue Feb 9, 2014 · 3 comments

Comments

@valyard
Copy link

valyard commented Feb 9, 2014

Hi.

I'd like to know if it's possible to make a heatmap panel which would visualize 2D point data on an image depending on some other query's result. For example, I'm sending now all touch points to logstash in the form of (url, x, y) where url is current "page" in my application. So, I thought it would be cool to make such visualization right in Kibana.

I'm still googling, found couple JS libraries and tons of other code. Has anyone built such functionality already?

@rashidkpc
Copy link
Contributor

Right now there is no support for heat map style functionality as elasticsearch has no geo clustering functionality.

@valyard
Copy link
Author

valyard commented Feb 10, 2014

So, it means that I can't write a query like this?

For all data of type (url, x, y) in index during time interval T give me all points (x, y) where url == "bla" and group them in (x, y, count) where count is how many points with same x and y there are in the result.

@rashidkpc
Copy link
Contributor

This is probably the better heatmap ticket: #1265

w33ble added a commit to w33ble/kibana that referenced this issue Sep 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@valyard @rashidkpc and others