docs/VictoriaLogs/Roadmap.md: add alerting to TODO list

This commit is contained in:
Aliaksandr Valialkin 2023-08-29 13:24:41 +02:00
parent 3e963debf8
commit 3453e0c455
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -42,8 +42,9 @@ The following functionality is planned in the future versions of VictoriaLogs:
- The ability to use subqueries inside [in()](https://docs.victoriametrics.com/VictoriaLogs/LogsQL.html#multi-exact-filter) function.
- Live tailing for [LogsQL filters](https://docs.victoriametrics.com/VictoriaLogs/LogsQL.html#filters) aka `tail -f`.
- Web UI with the following abilities:
- Explore the ingested logs.
- Explore the ingested logs ([partially done](https://docs.victoriametrics.com/VictoriaLogs/querying/#web-ui)).
- Build graphs over time for the ingested logs.
- 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.