2023-07-14 10:12:23 +00:00
|
|
|
---
|
2023-10-05 08:40:55 +00:00
|
|
|
sort: 8
|
|
|
|
weight: 8
|
2023-07-14 10:12:23 +00:00
|
|
|
title: VictoriaLogs roadmap
|
2023-07-14 20:56:38 +00:00
|
|
|
disableToc: true
|
2023-07-14 10:12:23 +00:00
|
|
|
menu:
|
|
|
|
docs:
|
|
|
|
parent: "victorialogs"
|
2023-10-05 08:40:55 +00:00
|
|
|
weight: 8
|
2024-01-19 16:02:20 +00:00
|
|
|
title: Roadmap
|
2023-07-14 10:12:23 +00:00
|
|
|
aliases:
|
|
|
|
- /VictoriaLogs/Roadmap.html
|
|
|
|
---
|
|
|
|
|
2023-06-20 05:55:12 +00:00
|
|
|
# VictoriaLogs roadmap
|
|
|
|
|
2024-05-24 22:30:58 +00:00
|
|
|
The [VictoriaLogs](https://docs.victoriametrics.com/victorialogs/) Preview is ready for evaluation in production.
|
2023-07-14 17:52:11 +00:00
|
|
|
It is recommended running it alongside the existing solutions such as Elasticsearch and Grafana Loki
|
2023-06-21 05:08:19 +00:00
|
|
|
and comparing their resource usage and usability.
|
2023-06-20 05:55:12 +00:00
|
|
|
It isn't recommended migrating from existing solutions to VictoriaLogs Preview yet.
|
|
|
|
|
|
|
|
The following functionality is available in VictoriaLogs Preview:
|
|
|
|
|
2024-05-24 22:30:58 +00:00
|
|
|
- [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).
|
2023-06-20 05:55:12 +00:00
|
|
|
|
2024-05-24 22:30:58 +00:00
|
|
|
See [these docs](https://docs.victoriametrics.com/victorialogs/) for details.
|
2023-06-20 05:55:12 +00:00
|
|
|
|
|
|
|
The following functionality is planned in the future versions of VictoriaLogs:
|
|
|
|
|
2024-05-24 22:30:58 +00:00
|
|
|
- Support for [data ingestion](https://docs.victoriametrics.com/victorialogs/data-ingestion/) from popular log collectors and formats:
|
2024-05-12 14:33:29 +00:00
|
|
|
- OpenTelemetry for logs
|
2023-06-20 05:55:12 +00:00
|
|
|
- Fluentd
|
|
|
|
- Syslog
|
2023-07-28 16:46:50 +00:00
|
|
|
- Journald (systemd)
|
2024-05-24 22:30:58 +00:00
|
|
|
- Add missing functionality to [LogsQL](https://docs.victoriametrics.com/victorialogs/logsql/):
|
|
|
|
- [Transformation functions](https://docs.victoriametrics.com/victorialogs/logsql/#transformations).
|
|
|
|
- [Stream context](https://docs.victoriametrics.com/victorialogs/logsql/#stream-context).
|
|
|
|
- Live tailing for [LogsQL filters](https://docs.victoriametrics.com/victorialogs/logsql/#filters) aka `tail -f`.
|
2023-06-20 05:55:12 +00:00
|
|
|
- Web UI with the following abilities:
|
2024-05-24 22:30:58 +00:00
|
|
|
- Explore the ingested logs ([partially done](https://docs.victoriametrics.com/victorialogs/querying/#web-ui)).
|
2024-05-20 02:08:30 +00:00
|
|
|
- Build graphs over time for the ingested logs via [hits HTTP API](https://docs.victoriametrics.com/victorialogs/querying/#querying-hits-stats).
|
|
|
|
- Integration with Grafana ([partially done](https://github.com/VictoriaMetrics/victorialogs-datasource)).
|
2023-10-16 11:39:23 +00:00
|
|
|
- Ability to make instant snapshots and backups in the way [similar to VictoriaMetrics](https://docs.victoriametrics.com/#how-to-work-with-snapshots).
|
2023-06-20 05:55:12 +00:00
|
|
|
- Cluster version of VictoriaLogs.
|
|
|
|
- Ability to store data to object storage (such as S3, GCS, Minio).
|
2023-08-29 11:24:41 +00:00
|
|
|
- Alerting on LogsQL queries.
|