Grafana Loki
-
Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate. It does not index the contents of the logs, but rather a set of labels for each log stream.
https://grafana.com/oss/loki/
https://github.com/grafana/lokiInitial functional version located here for comment: https://git.cloudron.io/doodlemania2/loki
-
@doodlemania2 FWIW here's another implementation of it. Wish I had seen your post first
-
@olearycrew
If this is ready for testing.. it may be ready for @staff to add to the store.. -
chris
-
@robi I've been using it as posted for over a year
works like a champ.
-
@doodlemania2 does the app have any UI? After login, it simply says "not found" . Is that expected?
-
I get the same behavior with @olearycrew 's repo as well.
-
@girish correct - no UX at all - just an open port.
For the official version, you could easily add a static page that shows it is up and running and instructions on how to get at it. -
@doodlemania2 Do you know how to put a place holder page? As in, is it something upstream Loki supports or we have to put some nginx proxy of sorts in the package?
-
@girish figured it would be just like we did with the vpn package, nothing upstream really.
-
I also got Promtail which is part of this stack working as well: https://gitlab.com/liscioapps/promtail-cloudron.
Also yes, it's really a service that is used as part of a stack with Grafana and Prometheus.
Similar to the "ELK" stack where logstash (promtail) pushes to Elasticsearch (Loki) but it's all actually visualized in Kibana (Grafana). That's not an exact map but sort of that way.
-
Hi @doodlemania2 ,
Thanks for this package;
Actually, I'm trying to set up this, but the authentication is not working with the default vhost added by cloudron. I'm receiving 301 error. (moved permanently)
On the other hand, I have set up a custom vhost (simple) and it's working correctly. Have you applied any changes to the vhost on your setup? -
Hi @doodlemania2,
Thanks for the package,
I'm trying to set up this, but it's not working for me with the default vhost added by cloudron.
However it's working with a simple vhsot with basic http_auth, in your case did you applied any changes to the reverse proxy conf ?
myvhost : https://privatebin.wpprovider.nl/?4dcc2cf01ed14692#DSVsPUfCmTv2oxE93CyykLw4H4kkDx3BpfzGT5gnhCKP
cloudronvhost : https://privatebin.wpprovider.nl/?ea0a92aeb57d6c8e#Eo4ffmb3qg6VqLbCFktBpqe6ju23DnnHXGeBXXbjsAEB
Thanks. -
@AyoubHabra Apologies for the delay - somehow I missed the alert on this. I've not changed anything to permit/reject traffic - not sure why it works for me but not you
That said, I haven't tried to formally package it for the ecosystem due to lack of interest, but will take a peak and see if I can figure out why it's not working for you.