forked from vectordotdev/vector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsources.md.erb
19 lines (16 loc) · 895 Bytes
/
sources.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
title: Sources
description: "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."
sidebar_label: hidden
hide_pagination: true
---
Sources are responsible for ingesting [events][docs.data-model] into
Vector, they can both receive and pull in data. If you're deploying Vector as
a [daemon][docs.strategies#daemon] or [sidecar][docs.strategies#sidecar], you'll
want to user local data sources like the [`file`][docs.sources.file] or
[`stdin`][docs.sources.stdin] sources. If you're deploying Vector as a
[service][docs.strategies#service], you'll want to use sources that receive data
over the network, like the [`vector`][docs.sources.vector],
[`socket`][docs.sources.socket], and [`syslog`][docs.sources.syslog] sources.
---
<VectorComponents titles={false} sinks={false} transforms={false} />