mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
820889cf53
While at it, mention vmctl-like tool for migrating logs from other systems to VictoriaLogs at docs/VictoriaLogs/Roadmap.md Thanks to the question from Xavier Pestel at https://www.linkedin.com/feed/update/urn:li:activity:7212093021301927937?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A7212093021301927937%2C7212171550651731969%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287212171550651731969%2Curn%3Ali%3Aactivity%3A7212093021301927937%29
44 lines
1.9 KiB
Markdown
44 lines
1.9 KiB
Markdown
---
|
|
sort: 8
|
|
weight: 8
|
|
title: VictoriaLogs roadmap
|
|
disableToc: true
|
|
menu:
|
|
docs:
|
|
parent: "victorialogs"
|
|
weight: 8
|
|
title: Roadmap
|
|
aliases:
|
|
- /VictoriaLogs/Roadmap.html
|
|
---
|
|
|
|
# VictoriaLogs roadmap
|
|
|
|
The [VictoriaLogs](https://docs.victoriametrics.com/victorialogs/) Preview is ready for evaluation in production.
|
|
It is recommended running it alongside the existing solutions such as Elasticsearch and Grafana Loki
|
|
and comparing their resource usage and usability.
|
|
It isn't recommended migrating from existing solutions to VictoriaLogs Preview yet.
|
|
|
|
The following functionality is available in VictoriaLogs Preview:
|
|
|
|
- [Data ingestion](https://docs.victoriametrics.com/victorialogs/data-ingestion/).
|
|
- [Querying](https://docs.victoriametrics.com/victorialogs/querying/).
|
|
- [Querying via command-line](https://docs.victoriametrics.com/victorialogs/querying/#command-line).
|
|
|
|
See [these docs](https://docs.victoriametrics.com/victorialogs/) for details.
|
|
|
|
The following functionality is planned in the future versions of VictoriaLogs:
|
|
|
|
- Support for [data ingestion](https://docs.victoriametrics.com/victorialogs/data-ingestion/) from popular log collectors and formats:
|
|
- OpenTelemetry for logs
|
|
- Fluentd
|
|
- Journald (systemd)
|
|
- Datadog protocol for logs
|
|
- Add missing functionality to [LogsQL](https://docs.victoriametrics.com/victorialogs/logsql/):
|
|
- [Stream context](https://docs.victoriametrics.com/victorialogs/logsql/#stream-context).
|
|
- Integration with Grafana ([partially done](https://github.com/VictoriaMetrics/victorialogs-datasource)).
|
|
- Ability to make instant snapshots and backups in the way [similar to VictoriaMetrics](https://docs.victoriametrics.com/#how-to-work-with-snapshots).
|
|
- Cluster version of VictoriaLogs.
|
|
- Ability to store data to object storage (such as S3, GCS, Minio).
|
|
- Alerting on LogsQL queries.
|
|
- Data migration tool from Grafana Loki to VictoriaLogs (similar to [vmctl](https://docs.victoriametrics.com/vmctl/)).
|