Dave Bauman
Dave Bauman
Hey @johntdyer! I would definitely like to have example dashboards for all the Data Source types, but unfortunately I don't have (or know of) a public Elasticsearch cluster that it...
I think this is due to an out-of-date version of Karma. I just pushed a change which upgraded the versions, can you `npm install` and try again?
Hi @lshahar, I just pushed a release that should fix the API on Node 7.x, can you pull and try again?
I've tested pretty thoroughly on Node 7 and haven't run into any issues, so hopefully these are just warnings and can be safely ignored. It looks like Gulp 3.9.1 is...
Hi @blfrantz, unfortunately you're right—this is a gap in the feature set. The most common pattern I've seen is for people to use HTML widgets to render custom HTML for...
Hi @ssriram1, I think this is related to #13, with the service binding to IPv6 instead of IPv4. Can you try making the following change at the very bottom of...
Hi @ssriram1, I'm looking at this again and I realized I totally misread your issue. I saw `::1:27017` which looks like an IPv6 issue, and thought it was the same...
I'm not sure if I understand your question entirely. If you create a Data Source with `refresh` configured and and a Widget using that Data Source, it should automatically update...
Ah so that's not currently built-in. It would be feasible to create a new WebSocket Data Source or use the JavaScript Data Source to connect to an endpoint and listen...
Hi @mrudulp. Unfortunately, MongoDB isn't one of the built-in Data Sources in Cyclotron, despite using MongoDB as the backend. This is mainly due to the fact that MongoDB doesn't have...