Is your feature request related to a problem? Please describe.
Grafana Loki is a log aggregation system inspired by Prometheus. It does not index the contents of the logs, but rather a set of labels for each log stream.
Unfortunately it is hard to run it on premises because it has dependencies to Cassandra, S3 etc...
Describe the solution you'd like
It would be greate to extend vmstorage, vminsert and vmselect to support loki protocol. I think vminsert and vmselect would not be a problem, but I am not sure about vmstorage.
Is your feature request related to a problem? Please describe.
Grafana Loki is a log aggregation system inspired by Prometheus. It does not index the contents of the logs, but rather a set of labels for each log stream.
Unfortunately it is hard to run it on premises because it has dependencies to Cassandra, S3 etc...
Describe the solution you'd like
It would be greate to extend
vmstorage,vminsertandvmselectto supportlokiprotocol. I thinkvminsertandvmselectwould not be a problem, but I am not sure aboutvmstorage.