Skip to content
vic

vectordotdev/vector

A high-performance observability data pipeline.

vectordotdev/vector.json
{
"createdAt": "2018-08-27T16:57:34Z",
"defaultBranch": "master",
"description": "A high-performance observability data pipeline.",
"fullName": "vectordotdev/vector",
"homepage": "https://vector.dev",
"language": "Rust",
"name": "vector",
"pushedAt": "2025-11-26T17:25:01Z",
"stargazersCount": 20804,
"topics": [
"events",
"forwarder",
"hacktoberfest",
"logs",
"metrics",
"observability",
"parser",
"pipeline",
"router",
"rust",
"stream-processing",
"vector"
],
"updatedAt": "2025-11-27T05:46:47Z",
"url": "https://github.com/vectordotdev/vector"
}

Nightly E2E Test Suite Component Features

Vector

Quickstart  •   Docs  •   Guides  •   Integrations  •   Chat  •   Download  •   Rust Crate Docs

Vector is a high-performance, end-to-end (agent & aggregator) observability data pipeline that puts you in control of your observability data. [Collect][docs.sources], [transform][docs.transforms], and [route][docs.sinks] all your logs and metrics to any vendors you want today and any other vendors you may want tomorrow. Vector enables dramatic cost reduction, novel data enrichment, and data security where you need it, not where it is most convenient for your vendors. Additionally, it is open source and up to 10x faster than every alternative in the space.

To get started, follow our [quickstart guide][docs.quickstart] or [install Vector][docs.installation].

Vector is maintained by Datadog’s Community Open Source Engineering team.

  • Reliable - Built in [Rust][urls.rust], Vector’s primary design goal is reliability.
  • End-to-end - Deploys as an [agent][docs.roles#agent] or [aggregator][docs.roles#aggregator]. Vector is a complete platform.
  • Unified - [Logs][docs.data-model.log], [metrics][docs.data-model.metric] (beta), and traces (coming soon). One tool for all of your data.
  • Reduce total observability costs.
  • Transition vendors without disrupting workflows.
  • Enhance data quality and improve insights.
  • Consolidate agents and eliminate agent fatigue.
  • Improve overall observability performance and reliability.
  • Vector is relied on by startups and enterprises like Atlassian, T-Mobile, Comcast, Zendesk, Discord, Fastly, CVS, Trivago, Tuple, Douban, Visa, Mambu, Blockfi, Claranet, Instacart, Forcepoint, and [many more][urls.production_users].
  • Vector is downloaded over 100,000 times per day.
  • Vector’s largest user processes over 500TB daily.
  • Vector has over 500 contributors and growing.

All user documentation is available at vector.dev/docs.

Other Resources:

  • [Vector Calendar][urls.vector_calendar]
  • Policies:
    • [Code of Conduct][urls.vector_code_of_conduct]
    • [Contributing][urls.vector_contributing_policy]
    • [Privacy][urls.vector_privacy_policy]
    • [Releases][urls.vector_releases_policy]
    • [Versioning][urls.vector_versioning_policy]
    • [Security][urls.vector_security_policy]

The following performance tests demonstrate baseline performance between common protocols with the exception of the Regex Parsing test.

TestVectorFilebeatFluentBitFluentDLogstashSplunkUFSplunkHF
TCP to Blackhole86mib/sn/a64.4mib/s27.7mib/s40.6mib/sn/an/a
File to TCP76.7mib/s7.8mib/s35mib/s26.1mib/s3.1mib/s40.1mib/s39mib/s
Regex Parsing13.2mib/sn/a20.5mib/s2.6mib/s4.6mib/sn/a7.8mib/s
TCP to HTTP26.7mib/sn/a19.6mib/s<1mib/s2.7mib/sn/an/a
TCP to TCP69.9mib/s5mib/s67.1mib/s3.9mib/s10mib/s70.4mib/s7.6mib/s

To learn more about our performance tests, please see the [Vector test harness][urls.vector_test_harness].

The following correctness tests are not exhaustive, but they demonstrate fundamental differences in quality and attention to detail:

TestVectorFilebeatFluentBitFluentDLogstashSplunk UFSplunk HF
Disk Buffer Persistence
File Rotate (create)
File Rotate (copytruncate)
File Truncation
Process (SIGHUP)
JSON (wrapped)

To learn more about our correctness tests, please see the [Vector test harness][urls.vector_test_harness].

Vector is an end-to-end, unified, open data platform.

VectorBeatsFluentbitFluentdLogstashSplunk UFSplunk HFTelegraf
End-to-end
Agent
Aggregator
Unified
Logs
Metrics
Traces🚧
Open
Open-source
Vendor-neutral
Reliability
Memory-safe
Delivery guarantees
Multi-core

⚠ = Not interoperable, metrics are represented as structured logs


Developed with ❤️ by Datadog - Security Policy - Privacy Policy

[docs.about.concepts] !: https://vector.dev/docs/introduction/concepts/ [docs.about.introduction] !: https://vector.dev/docs/introduction/ [docs.administration.monitoring] !: https://vector.dev/docs/administration/monitoring/ [docs.administration.management] !: https://vector.dev/docs/administration/management/ [docs.administration.upgrading] !: https://vector.dev/docs/administration/upgrading/ [docs.administration.validating] !: https://vector.dev/docs/administration/validating/ [docs.architecture.concurrency-model] !: https://vector.dev/docs/architecture/concurrency-model/ [docs.architecture.data-model] !: https://vector.dev/docs/architecture/data-model/ [docs.architecture.pipeline-model] !: https://vector.dev/docs/architecture/pipeline-model/ [docs.architecture.runtime-model] !: https://vector.dev/docs/architecture/runtime-model/ [docs.configuration.sinks] !: https://vector.dev/docs/reference/configuration/sinks/ [docs.configuration.sources] !: https://vector.dev/docs/reference/configuration/sources/ [docs.configuration.tests] !: https://vector.dev/docs/reference/configuration/tests/ [docs.configuration.transforms] !: https://vector.dev/docs/reference/configuration/transforms/ [docs.configuration.enrichment_tables] !: https://vector.dev/docs/reference/configuration/global-options/#enrichment_tables [docs.data-model.log] !: https://vector.dev/docs/architecture/data-model/log/ [docs.data-model.metric] !: https://vector.dev/docs/architecture/data-model/metric/ [docs.deployment.roles] !: https://vector.dev/docs/setup/deployment/roles/ [docs.deployment.topologies] !: https://vector.dev/docs/setup/deployment/topologies/ [docs.deployment] !: https://vector.dev/docs/setup/deployment/ [docs.installation.manual] !: https://vector.dev/docs/setup/installation/manual/ [docs.installation.operating_systems] !: https://vector.dev/docs/setup/installation/operating-systems/ [docs.installation.package_managers] !: https://vector.dev/docs/setup/installation/package-managers/ [docs.installation.platforms] !: https://vector.dev/docs/setup/installation/platforms/ [docs.installation] !: https://vector.dev/docs/setup/installation/ [docs.architecture.adaptive-request-concurrency] !: https://vector.dev/docs/architecture/arc/ [docs.platforms.kubernetes] !: https://vector.dev/docs/setup/installation/platforms/kubernetes/ [docs.quickstart] !: https://vector.dev/docs/setup/quickstart/ [docs.reference.api] !: https://vector.dev/docs/reference/api/ [docs.reference.cli] !: https://vector.dev/docs/reference/cli/ [docs.reference.vrl] !: https://vector.dev/docs/reference/vrl/ [docs.roles#agent] !: https://vector.dev/docs/setup/deployment/roles/#agent [docs.roles#aggregator] !: https://vector.dev/docs/setup/deployment/roles/#aggregator [docs.setup.installation] !: https://vector.dev/docs/setup/installation/ [docs.setup.quickstart] !: https://vector.dev/docs/setup/quickstart/ [docs.sinks.aws_cloudwatch_logs] !: https://vector.dev/docs/reference/configuration/sinks/aws_cloudwatch_logs/ [docs.sinks.aws_s3] !: https://vector.dev/docs/reference/configuration/sinks/aws_s3/ [docs.sinks.clickhouse] !: https://vector.dev/docs/reference/configuration/sinks/clickhouse/ [docs.sinks.elasticsearch] !: https://vector.dev/docs/reference/configuration/sinks/elasticsearch/ [docs.sinks.gcp_cloud_storage] !: https://vector.dev/docs/reference/configuration/sinks/gcp_cloud_storage/ [docs.sinks] !: https://vector.dev/docs/reference/configuration/sinks/ [docs.sources.docker_logs] !: https://vector.dev/docs/reference/configuration/sources/docker_logs/ [docs.sources.file] !: https://vector.dev/docs/reference/configuration/sources/file/ [docs.sources.http] !: https://vector.dev/docs/reference/configuration/sources/http/ [docs.sources.journald] !: https://vector.dev/docs/reference/configuration/sources/journald/ [docs.sources.kafka] !: https://vector.dev/docs/reference/configuration/sources/kafka/ [docs.sources.socket] !: https://vector.dev/docs/reference/configuration/sources/socket/ [docs.sources] !: https://vector.dev/docs/reference/configuration/sources/ [docs.transforms.dedupe] !: https://vector.dev/docs/reference/configuration/transforms/dedupe/ [docs.transforms.filter] !: https://vector.dev/docs/reference/configuration/transforms/filter/ [docs.transforms.log_to_metric] !: https://vector.dev/docs/reference/configuration/transforms/log_to_metric/ [docs.transforms.lua] !: https://vector.dev/docs/reference/configuration/transforms/lua/ [docs.transforms.remap] !: https://vector.dev/docs/reference/configuration/transforms/remap/ [docs.transforms] !: https://vector.dev/docs/reference/configuration/transforms/ [docs.introduction.architecture] !: https://vector.dev/docs/architecture/ [docs.introduction.guarantees] !: https://vector.dev/docs/introduction/guarantees/ [docs.introduction.architecture] !: https://vector.dev/docs/architecture/ [urls.production_users] !: https://github.com/vectordotdev/vector/issues/790 [urls.rust] !: https://www.rust-lang.org/ [urls.vector_calendar] !: https://calendar.vector.dev [urls.vector_chat] !: https://chat.vector.dev [urls.vector_code_of_conduct] !: https://github.com/vectordotdev/vector/blob/master/CODE_OF_CONDUCT.md [urls.vector_contributing_policy] !: https://github.com/vectordotdev/vector/blob/master/CONTRIBUTING.md [urls.vector_community] !: https://vector.dev/community/ [urls.vector_privacy_policy] !: https://github.com/vectordotdev/vector/blob/master/PRIVACY.md [urls.vector_release_policy] !: https://github.com/vectordotdev/vector/blob/master/RELEASING.md [urls.vector_releases] !: https://vector.dev/releases/ [urls.vector_releases_policy] !: https://github.com/vectordotdev/vector/blob/master/RELEASES.md [urls.vector_security_policy] !: https://github.com/vectordotdev/vector/security/policy [urls.vector_test_harness] !: https://github.com/vectordotdev/vector-test-harness/ [urls.vector_twitter] !: https://twitter.com/vectordotdev [urls.vector_versioning_policy] !: https://github.com/vectordotdev/vector/blob/master/VERSIONING.md [urls.vote_feature] !: https://github.com/vectordotdev/vector/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3A%22type%3A+feature%22