|
|
|
|
|
by valyala
1262 days ago
|
|
VictoriaMetrics author here. I'm working on VictoriaLogs right now, e.g. the logging system on top of VictoriaMetrics architecture ideas. Preliminary results are promising: - It will need much lower amounts of disk space, disk IO, CPU and RAM comparing to ElasticSearch during data ingestion. - It will provide fast logs' querying and tailing via easy-to-use query language (LogsQL), with the ability to calculate advanced stats over the selected logs. - It will accept data in ElasticSearch format, so existing Filebeat and Logstash setups can be switched from ElasticSearch to VictoriaLogs in a few seconds. |
|