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 |
@@ -160,7 +160,7 @@ pipeline:
160
160
161
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