🚀0.1

Features and Enhancements:

  • Indexer - The indexer server consumes the logs from kafka and converts them into 2 files- .data and .index files and stores it in amazon s3, which makes them available for the search

  • The Search feature allows to search for logs stored in the s3. It allows regular search which looks for the exact match and regex search which looks for specific patterns. The search logs on labels, time range, and also keywords.

  • Gateway to Loki- This acts as an interaction tool between the Search and Grafana. It collects the data from Grafana and provides it to Search.

Bug fixes:

There are no bug fixes.

Config changes:

There are no config changes.

Last updated