Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.48 KB

sources.md

File metadata and controls

33 lines (27 loc) · 1.48 KB
last_modified_on title description sidebar_label hide_pagination
2020-03-31
Sources
Sources are reponsible for collect or receiving log and metrics data. These could be local sources, like a file, or a protocols, like HTTP or TCP.
hidden
true

import VectorComponents from '@site/src/components/VectorComponents';

Sources are responsible for ingesting events into Vector, they can both receive and pull in data. If you're deploying Vector as a daemon or sidecar, you'll want to user local data sources like the file or stdin sources. If you're deploying Vector as a service, you'll want to use sources that receive data over the network, like the vector, socket, and syslog sources.