> For the complete documentation index, see [llms.txt](https://docs.fluentd.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fluentd.org/0.12/input.md).

# Input Plugins

Fluentd has 6 types of plugins: [Input](/0.12/input.md), [Parser](/0.12/parser.md), [Filter](/0.12/filter.md), [Output](/0.12/output.md), [Formatter](/0.12/formatter.md) and [Buffer](/0.12/buffer.md). 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

* [in\_forward](/0.12/input/forward.md)
* [in\_unix](/0.12/input/unix.md)
* [in\_http](/0.12/input/http.md)
* [in\_tail](/0.12/input/tail.md)
* [in\_exec](/0.12/input/exec.md)
* [in\_syslog](/0.12/input/syslog.md)

## Other Input Plugins

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

* [Fluentd plugins](http://fluentd.org/plugin/)

If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is a open source project under [Cloud Native Computing Foundation (CNCF)](https://cncf.io/). All components are available under the Apache 2 License.
