惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Last Week in AI
Last Week in AI
D
DataBreaches.Net
腾讯CDC
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
A
About on SuperTechFans
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
云风的 BLOG
云风的 BLOG
罗磊的独立博客
月光博客
月光博客
MyScale Blog
MyScale Blog
U
Unit 42
Martin Fowler
Martin Fowler
Stack Overflow Blog
Stack Overflow Blog
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
G
Google Developers Blog
博客园 - 【当耐特】
D
Docker
I
InfoQ
雷峰网
雷峰网

VictoriaMetrics: Simple & Reliable Monitoring for Everyone on VictoriaMetrics

Operator now has Long-Term Support (LTS) version Multi-tiered Observability: A Practical Way to Handle Diverse Workloads VictoriaMetrics April 2026 Ecosystem Updates Not All Telemetry Requires Premium Pricing VictoriaMetrics at KubeCon Amsterdam: Community Highlights What's new in VictoriaMetrics Anomaly Detection (Q1 2026) What's New in VictoriaMetrics Cloud Q1 2026? Logs, MCP Server, Better Alerting, and... a Secret Project VictoriaMetrics at KubeCon: Optimizing Tail Sampling in OpenTelemetry with Retroactive Sampling VictoriaMetrics March 2026 Ecosystem Updates Observability Lessons From OpenAI Benchmarking Kubernetes Log Collectors: vlagent, Vector, Fluent Bit, OpenTelemetry Collector, and more VictoriaMetrics February 2026 Ecosystem Updates VictoriaMetrics at FOSDEM, Cloud Native Days France, and CfgMgmtCamp Ghent VictoriaLogs in VictoriaMetrics Cloud: Fast, Cost-Effective Log Management is Here What’s new in VictoriaMetrics Anomaly Detection (2025) VictoriaMetrics January 2026 Ecosystem Updates VictoriaLogs Basics: What You Need to Know, with Examples & Visuals What's New in VictoriaMetrics Cloud Q4 2025? New tiers, more deployment options, IaC and alerting rules. Vibe coding tools observability with VictoriaMetrics Stack and OpenTelemetry How a US Software Provider Improved Traffic Alerting with VictoriaMetrics Anomaly Detection VictoriaMetrics 2025 Developer Experience: A Year in Review Spotify’s performance & control across large monitoring environments with VictoriaMetrics VictoriaMetrics Achieves Red Hat OpenShift Operator Certification Our latest updates across the VictoriaMetrics Observability ecosystem New Capacity Tiers in VictoriaMetrics Cloud Announcing 1B+ Downloads & Product Development With Logs, Traces, Metrics AI Agents Observability with OpenTelemetry and the VictoriaMetrics Stack Discarding gRPC-Go: The Story Behind OTLP/gRPC Support in VictoriaTraces What's New in VictoriaMetrics Cloud Q3 2025? From new region in Asia to proactive alerts How DreamHost Slashed Memory Usage by 80% and Scaled to 76 Million Time Series
VictoriaLogs Unleashed: Cluster Version Now Available for...
Jean-Jerome Schmidt-Soisson / Marc Sherwood · 2025-06-19 · via VictoriaMetrics: Simple & Reliable Monitoring for Everyone on VictoriaMetrics

VictoriaLogs Unleashed: Cluster Version Now Available for Exceptional, Linear Scaling

You asked, and we listened!

We’re thrilled to announce the release of the VictoriaLogs Cluster version – one of the most requested and anticipated updates from our user community. This marks a significant leap forward for VictoriaLogs, empowering users to handle log volumes and ingestion rates far beyond the limits of a single node. VictoriaLogs is the open source, user-friendly database for logs that is resource-efficient and fast, using up to 30x less RAM and up to 15x less disk space than comparable solutions. If you’ve been pushing the boundaries of vertical scaling, the solution for horizontal scalability is now here!

Why Cluster Mode? Addressing Scalability Limits

#

While single-node VictoriaLogs offers exceptional efficiency and simplicity (and remains the preferred choice if it meets your needs!), we know many of you operate at a scale where the CPU, RAM, storage, or I/O limits of a single host become a bottleneck. VictoriaLogs Cluster directly addresses this by providing robust horizontal scaling capabilities. You can now distribute your logging infrastructure across multiple nodes, ensuring performance and capacity keep pace with your growing demands.

Simple, Powerful Architecture

#

VictoriaLogs Cluster introduces a straightforward, distributed architecture built on the foundation of the single-node version. Getting started is designed to be simple. You can begin with a minimal cluster where the vlstorage node is your existing single-node instance, adding just the lightweight vlinsert and vlselect components.

  1. vlinsert: Handles log ingestion, accepting data through all supported protocols and intelligently distributing it across the available storage nodes.
  2. vlstorage: The workhorse for storing log data. Crucially, each vlstorage node is essentially a single-node VictoriaLogs instance, making migration seamless.
  3. vlselect: Manages incoming queries, fanning them out to the relevant vlstorage nodes, processing the results, and returning them to the user. Each of these components can be scaled independently, allowing you to tailor your cluster resources precisely to your workload demands – whether you need more ingestion power, query capacity, or storage.

Key Benefits of VictoriaLogs Cluster:

#

  • Linear Scalability: Break free from single-server limitations. The performance and capacity of VictoriaLogs Cluster scale linearly with the number of nodes added, allowing predictable expansion as your needs grow.
  • Seamless Migration: Upgrading from a single-node setup is remarkably straightforward. Existing single-node instances can directly become vlstorage nodes in your new cluster – just upgrade the executable and update the configuration!
  • Global Query View: Need to see logs across different sites or stages? vlselect enables querying across multiple vlstorage nodes or even entirely separate VictoriaLogs clusters (or single-node instances), consolidating results into a single view.
  • Architectural Flexibility: Scale ingestion, querying, and storage independently. You can even build multi-level cluster setups for complex environments.
  • Performance Focused: Designed for efficient distributed operation, including automatic performance tuning and options for managing network traffic via compression settings.
  • Operational Simplicity: Despite being a distributed system, we’ve focused on maintaining the ease of use VictoriaMetrics products are known for, including clear configuration and leveraging the familiar single-node instance as the core storage component. By using HTTP, users are able to easily integrate tools to help secure, route, and modify data in transit.

When to Choose Cluster vs. Single-Node

#

It’s important to reiterate: If your logging needs are comfortably met by a single-node VictoriaLogs instance (perhaps by scaling up the hardware of that single node), that remains the simpler and often more performant option due to the lack of network overhead. And thanks to storage mode duality feature it is very easy to upgrade to cluster mode when needed. The cluster version is specifically designed for scenarios where horizontal scaling across multiple machines is necessary because you’re hitting those single-host limits.

Getting Started

#

Ready to scale? Setting up a basic cluster is easy. Our documentation includes:

#

The arrival of the cluster version is a major milestone for VictoriaLogs, driven directly by the needs and feedback of our incredible user base. We’re incredibly excited to see how you leverage this new capability to manage your logs at scale.

Download the latest release, explore the documentation, and join the conversation in our community channels to share your feedback!

You might also like: