-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Statistical Facet Panel #724
Conversation
This looks really good. I love the simplicity. Did you forget to check in numeral.js? I see in the require.js config that you've included the minified version. Can you add the non-minified to this pull? |
@rashidkpc Done... Just updated the pull request with the un-minified version numeral.js |
very nice panel ... when will it be available in the master? ;) |
A few other tweaks
|
Does this have the option to display only the most recent value of a field? |
When this will be available? |
Rashid has a list of things he wants done before he will accept the pull request. I haven't had time to get them done. |
@rashidkpc I finished the changes per your comment above. Let me know if there is anything else. |
Hi all, new to Kibana. Interested in adding a stats panel and wondering how this differs from #374 ? Thanks |
I need a panel to display a number like "Total Bandwidth", "Average Response Time", "Total Money Raised", "Total Kudos", "Total Memory Used", etc... The statistical facet works great for aggregating data to get one number like these types of displays. I present to you the stats panel:
Enjoy!