Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 982 Bytes

File metadata and controls

24 lines (19 loc) · 982 Bytes
date 2021-06-02
title Generate events from an external program using the new `exec` source
description Introducing the new `exec` source for generating events from the output of other programs
authors
jszwedko
pr_numbers
6876
release 0.14.0
hide_on_release_notes false
badges
type domains
new feature
sources

This release includes a new exec source that can be used to run programs outside of Vector to generate log events by consuming the stdout and stderr output streams. This can be especially useful to consume input from sources that Vector does not yet natively support such as querying data from a Postgres database via psql.

It is capable of either running a command on an interval or starting up a long-running command.

See the exec source documentation for more details and examples.

Thanks to @moogstuart for this contribution.