vectordotdev / vectordotdev/vector

New `exec` sink

Open
#935 8 comments 12 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

needs: requirements sink: new
Dominant language
Rust
Stars
22.6k
Forks
2.3k
Avg merge
1d 7h
Merged PRs (30d)
146

Description

I like to use vector to process logs to http://timescale.com. But because it not have that as sink, I was looking into implementing a http collector for that.

However, considering that vector can be used to aggregate multiple vector agents, how about a "universal" sink? So I could do:

[sinks.out_vector]
	type = "cmd"
	inputs = ["in"]
	cmd = echo {msg} // or psql, or whatever...

This way, it could cover much more cases where the sink is not available and build a small cli utility is the more easy way to get running...

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points. Start by clarifying the proposed cmd sink and how {msg} should be passed to commands; done is not defined beyond supporting examples such as echo {msg} or psql.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
backend, observability
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.