Fast and easy to use database for logs, which can efficiently handle terabytes of logs https://docs.victoriametrics.com/victorialogs/
  • Go 72.5%
  • TypeScript 23.9%
  • SCSS 2.7%
  • Makefile 0.6%
  • HTML 0.1%
Find a file
func25 7dfff53175
changelog: clarify query cancellation scope
The request body is parsed only after vlstorage acquires a concurrency slot. Clarify that the fix applies to queries already running on vlstorage, not requests still waiting in the concurrency queue.
2026-08-26 10:33:33 +07:00
.github build(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#1678) 2026-08-24 07:53:28 +07:00
app app/{vlselect,vlstorage}: require POST for all internal endpoints (#1716) 2026-08-26 09:04:37 +07:00
apptest app/{vlselect,vlstorage}: require POST for all internal endpoints (#1716) 2026-08-26 09:04:37 +07:00
benchmarks/gharchive benchmarks/gharchive: add a script for loading gharchive.org data into VictoriaLogs 2025-10-08 18:04:01 +02:00
codespell codespell: use the proper path to VictoriaLogs docs 2025-07-24 17:12:36 +02:00
dashboards dashboards: fix fsync panel position 2026-08-03 14:31:40 +07:00
deployment go: upgrade Go builder from Go1.26.5 to Go1.26.6 2026-08-14 10:09:21 +07:00
docs changelog: clarify query cancellation scope 2026-08-26 10:33:33 +07:00
lib lib/logstorage: return discarded in-memory parts to pool 2026-08-02 13:41:36 +07:00
package/release package/release/Makefile: update the destination repository for uploading binary releases 2025-07-07 01:52:39 +02:00
vendor vendor: update github.com/VictoriaMetrics/VictoriaMetrics from v1.146.1-0.20260630165203-c82127b6d4d1 to v1.149.1-0.20260811205936-d4a40004ef28 2026-08-12 08:19:15 +07:00
.dockerignore .dockerignore: remove VictoriaMetrics-related files 2025-07-06 17:51:58 +02:00
.gitignore app/vlagent/filecollector: implement log collection from text files by glob patterns (#1282) 2026-04-13 18:04:07 +02:00
.golangci.yml ci: enable whitespace golangci-lint (#1516) 2026-06-22 09:59:56 +02:00
.wwhrd.yml add MPL-2.0 to approved licenses 2024-08-29 10:35:36 +02:00
CODE_OF_CONDUCT.md A good change for MD files (#2353) 2022-03-22 13:40:55 +02:00
CONTRIBUTING.md use new canonical urls to contributing docs: https://docs.victoriametrics.com/victoriametrics/contributing/ 2025-04-30 19:03:45 +02:00
go.mod go: upgrade Go builder from Go1.26.5 to Go1.26.6 2026-08-14 10:09:21 +07:00
go.sum vendor: update github.com/VictoriaMetrics/VictoriaMetrics from v1.146.1-0.20260630165203-c82127b6d4d1 to v1.149.1-0.20260811205936-d4a40004ef28 2026-08-12 08:19:15 +07:00
LICENSE LICENSE: update the end copyright year from 2025 to 2026 2026-01-25 20:15:21 +01:00
Makefile deployment/docker: remove obsolete Makefile commands for building single-arch Docker images 2026-06-22 17:47:03 +02:00
README.md README: remove retired Go Report Card badge 2026-07-29 14:11:24 +07:00
SECURITY.md SECURITY.md: use a plain-text version instead of the Hugo available_from shortcode 2026-06-27 07:29:01 +07:00

VictoriaLogs

Latest Release Docker Build Status License Join Slack Follow on X Join Reddit

VictoriaLogs is a high-performance, lightweight, zero-config, schema-free database for logs that is easy to use and scales both vertically and horizontally, from very small setups to large-scale deployments handling terabytes per day.

Both the single-node and cluster versions of VictoriaLogs are open source and free to use.

Here are some resources to help you get started with VictoriaLogs:

Community and contributions

Feel free asking any questions regarding VictoriaLogs:

If you like VictoriaLogs and want to contribute, then please read these docs.

Thank you for your cooperation!