Skip to content

Files

Latest commit

Sri Ramanasriramana
Sri Ramana
and
Jun 12, 2020
ceddcba · Jun 12, 2020

History

History

input

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 17, 2019
May 17, 2019
May 17, 2019
Aug 9, 2019
Jul 30, 2019
May 17, 2019
Jul 30, 2019
May 17, 2019
Jun 12, 2020
May 17, 2019
May 17, 2019
May 17, 2019

Input Plugin Overview

Fluentd has 7 types of plugins: Input, Parser, Filter, Output, Formatter, Storage and Buffer. This article gives an overview of Input Plugin.

Overview

Input plugins extend Fluentd to retrieve and pull event logs from external sources. An input plugin typically creates a thread socket and a listen socket. It can also be written to periodically pull data from data sources.

List of Input Plugins

Other Input Plugins

Please refer to this list of available plugins to find out about other Input plugins.


If this article is incorrect or outdated, or omits critical information, please let us know. Fluentd is a open source project under Cloud Native Computing Foundation (CNCF). All components are available under the Apache 2 License.