You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can install Fluentd via major packaging systems.
25
30
26
-
\([`out_webhdfs`](../output/webhdfs.md)\)
31
+
*[Installation](../installation/)
27
32
28
-
* Apache HDFS
33
+
For Cloudera CDH, please refer to the [downloads page](https://www.cloudera.com/downloads.html)
29
34
30
-
The WebHDFS Output plugin is included in the latest version of Fluentd's deb/rpm package \(v1.1.10 or later\). If you want to use RubyGems to install the plugin, please use `gem install fluent-plugin-webhdfs`.
35
+
{% hint style='info' %}
36
+
NOTE: CDH (Cloudera Distributed Hadoop) was discontinued. Superseded by Cloudera's CDP Private Cloud.
37
+
{% endhint %}
31
38
32
-
*[Installation](../installation/)
33
-
* For CDH, please refer to the [downloads page](https://www.cloudera.com/downloads.html)
39
+
40
+
### Install plugin
41
+
42
+
If `out_webhdfs` (fluent-plugin-webhdfs) is not installed yet, please install it manually.
43
+
44
+
See [Plugin Management](..//installation/post-installation-guide#plugin-management) section how to install fluent-plugin-webhdfs on your environment.
45
+
46
+
{% hint style='info' %}
47
+
If you use `fluent-package`, out_webhdfs (fluent-plugin-webhdfs) is bundled by default.
48
+
{% endhint %}
34
49
35
50
## Fluentd Configuration
36
51
37
-
Let's start configuring Fluentd. If you used the deb/rpm package, Fluentd's config file is located at `/etc/td-agent/td-agent.conf`. Otherwise, it is located at `/etc/fluentd/fluentd.conf`.
52
+
Let's start configuring Fluentd. If you used the deb/rpm package, Fluentd's config file is located at `/etc/fluent/fluentd.conf`.
38
53
39
54
### HTTP Input
40
55
@@ -101,7 +116,7 @@ To test the configuration, just post the JSON to Fluentd \(we use the `curl` com
101
116
```text
102
117
$ curl -X POST -d 'json={"action":"login","user":2}' \
0 commit comments