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
|`Host`| IP address or hostname of the target Elasticsearch instance. |`127.0.0.1`| Yes. Default value isn't applicable for NODE section of Upstream configuration, which requires `Host` to be specified. |
20
-
|`Port`| TCP port of the target Elasticsearch instance. |`9200`| Yes. Default value isn't applicable for NODE section of Upstream configuration, which requires `Port` to be specified. |
19
+
|`Host`| IP address or hostname of the target Elasticsearch instance. |`127.0.0.1`| Yes. Default value isn't applicable for `NODE` section of Upstream configuration, which requires `Host` to be specified. |
20
+
|`Port`| TCP port of the target Elasticsearch instance. |`9200`| Yes. Default value isn't applicable for `NODE` section of Upstream configuration, which requires `Port` to be specified. |
21
21
|`Path`| Elasticsearch accepts new data on HTTP query path `/_bulk`. You can also serve Elasticsearch behind a reverse proxy on a sub-path. Define the path by adding a path prefix in the indexing HTTP POST URI. | Empty string | Yes |
22
22
|`compress`| Set payload compression mechanism. Option available is `gzip`. |_none_| Yes |
23
23
|`Buffer_Size`| Specify the buffer size used to read the response from the Elasticsearch HTTP service. Use for debugging purposes where required to read full responses. Response size grows depending of the number of records inserted. To use an unlimited amount of memory, set this value to `False`. Otherwise set the value according to the [Unit Size](../../administration/configuring-fluent-bit/unit-sizes.md). |`512KB`| Yes |
@@ -63,7 +63,7 @@ If you have used a common relational database, the parameters `index` and `type`
63
63
64
64
The Elasticsearch output plugin supports TLS/SSL. For more details about the properties available and general configuration, see [TLS/SSL](../../administration/transport-security.md).
65
65
66
-
### AWS Sigv4 Authentication and Upstream Servers
66
+
### AWS Sigv4 authentication and Upstream servers
67
67
68
68
The `http_proxy`, `no_proxy`, and `TLS` parameters used for AWS Sigv4 Authentication (for connection of plugin to AWS to generate authentication signature) are never picked from the `NODE` section of the [Upstream](../../administration/configuring-fluent-bit/classic-mode/upstream-servers.md) configuration. However, `TLS` parameters for connection of the plugin to Elasticsearch can be overridden in the `NODE` section of Upstream, even if AWS authentication is used.
69
69
@@ -158,9 +158,9 @@ pipeline:
158
158
{% endtab %}
159
159
{% endtabs %}
160
160
161
-
### Configuration File with Upstream
161
+
### Configuration file with Upstream
162
162
163
-
#### Classic mode Configuration File with Upstream
163
+
#### Classic mode configuration file with Upstream
164
164
165
165
In your main classic mode configuration file append the following `Input` and `Output` sections:
166
166
@@ -200,7 +200,7 @@ configuration file can be similar to the following:
200
200
port 9203
201
201
```
202
202
203
-
#### YAML Configuration File with Upstream
203
+
#### YAML configuration file with Upstream
204
204
205
205
In your main YAML configuration file (fluent-bit.yaml) put the following `Input` and `Output` sections:
0 commit comments