-
Notifications
You must be signed in to change notification settings - Fork 326
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
Improve Dashboard page #62
Comments
jslate.com is a good example for a dashboard interface where users can create and customise multiple dashboards. I.e. any given user/organization may have the need for multiple dashboards. |
The Dashboard project by Open Knowledge Foundation may be useful. |
Responsive Dashboard has a clean, responsive interface. |
There is a nice collection of Responsive Bootstrap Dashboards |
Dashboards by Keen IO looks really nice. |
What are your thoughts on Kibana, as a potential analytics platform for API Umbrella? How could the ELK components be of benefit to the API Umbrella platform? |
I really like the idea of using Kibana, given that the current analytics On Mon, Nov 24, 2014 at 4:39 PM, Brylie Christopher Oxley <
|
Yeah, we've considered Kibana in the past (see #15 and 18F/api.data.gov#136 (comment)). I admittedly haven't gotten super deep with Kibana when I've looked at in the past, but I think it's definitely worth another look. As Matt mentioned, since we already store all our analytics in Elasticsearch, Kibana's something that could provide a lot of functionality out of the box. I have a few general hesitations based on the previous times I've looked into it, but again, I think it's worth a deeper dive. But just to document things, here's what I've seen in the past and what my hesitations have been:
If anyone has more Kibana experience, it would be great to know what you're general experiences with it have been. Or if you have any thoughts on any of the above issues, those would also be great to hear. But I definitely want to give it another gander, and I plan to take a closer look at Kibana 4. |
I am not very familiar with Elasticsearch, but it seems that the access control might be performed using scoped aggregations. I.e. each user query has a server-side scope such as |
After a bit more searching, it seems Elasticsearch are creating a new project called Shield, which has role-based access control. |
@GUI, how does API Umbrella restrict access to Organization analytics? Where in the code should we look? We want to align our Apinf project with API Umbrella, where possible, and this is a shared need. |
Story
As an API Manager
I want to see data visualizations when I click on the dashboard link
So that I understand how my API is being used
Challenge
The Dashboard screen does not display any information. When a user clicks to view the dashboard and sees a blank page, it is somewhat disorienting.
Components
The text was updated successfully, but these errors were encountered: