me-box / databox

Databox container manager and dashboard server
MIT License
94 stars 25 forks source link

Datastore logs UI #18

Open yousefamar opened 7 years ago

yousefamar commented 7 years ago

Issue by Toshbrown Wednesday Nov 23, 2016 at 16:57 GMT # Sample: Friday Sep 13, 2013 at 22:58 GMT Originally opened as https://github.com/me-box/databox-netdev/issues/12


Soon the datastores will have internal logging. A new UI is needed to allow these to be queried and examined,

yousefamar commented 7 years ago

Comment by Toshbrown Wednesday Dec 07, 2016 at 10:47 GMT # Sample: Friday Sep 13, 2013 at 22:58 GMT


One issue that may need some work on MacOS is that the CM can't directly access the /log end point of datastores. due to the use of a VM to host the docker daemon.

yousefamar commented 7 years ago

Comment by yousefamar Wednesday Dec 07, 2016 at 10:50 GMT # Sample: Friday Sep 13, 2013 at 22:58 GMT


Should we have the port mapping thing for drivers and apps apply to stores too?

yousefamar commented 7 years ago

Comment by Toshbrown Wednesday Dec 07, 2016 at 11:51 GMT # Sample: Friday Sep 13, 2013 at 22:58 GMT


I forgot about the internal proxy this may be a none issue!

I will leave it open to remind me to check next time I'm on a mac.

yousefamar commented 7 years ago

Comment by yousefamar Wednesday Dec 07, 2016 at 12:49 GMT # Sample: Friday Sep 13, 2013 at 22:58 GMT


One note, in case you run across the same thing, is the naming scheme that I originally put in place ([name-of-driver].store as a store hostname) doesn't play nice with DNS/URLs and browsers especially don't like that . because they think subdomains or whatever. I didn't bother changing it because at the time stores never needed to be accessed from the outside (but now for logs they do). I think that might have already been changed to dashes? But anyway, just a note in case.