You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would make Loki more useful for detailed searching of logs if it did indexing.
There are greats libs out there that support this in golang using badger and bleve together. They also are able to use Alisa's so that the index data is horizontally distributed as well as the act of indexing
I can suggest sone libs if required that already do the above things
The use case is of course when you need to do very detailed log searching. Facet based searching also
This is partly why elastic search is so popular with log storage - the logs are heavily indexed.
The text was updated successfully, but these errors were encountered:
It would make Loki more useful for detailed searching of logs if it did indexing.
There are greats libs out there that support this in golang using badger and bleve together. They also are able to use Alisa's so that the index data is horizontally distributed as well as the act of indexing
I can suggest sone libs if required that already do the above things
The use case is of course when you need to do very detailed log searching. Facet based searching also
This is partly why elastic search is so popular with log storage - the logs are heavily indexed.
The text was updated successfully, but these errors were encountered: