Skip to content

Commit ea63874

Browse files
committed
pipeline: outputs: es: formatting to match new requirements.
Signed-off-by: Marat Abrarov <[email protected]>
1 parent 86cb8a6 commit ea63874

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pipeline/outputs/elasticsearch.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ The _Elasticsearch_ (`es`) output plugin lets you ingest your records into an [E
1010

1111
This plugin has the following configuration parameters:
1212

13-
The **Overridable** column indicates if a key can be overridden in the NODE section of an
13+
The **Overrides allowed** column indicates whether a key can be overridden in the `NODE` section of an
1414
[Upstream](../../administration/configuring-fluent-bit/classic-mode/upstream-servers.md)
1515
configuration.
1616

17-
| Key | Description | Default | Overridable |
17+
| Key | Description | Default | Allows overrides |
1818
| :--- | :--- | :--- | :--- |
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. |
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. |
2121
| `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 |
2222
| `compress` | Set payload compression mechanism. Option available is `gzip`. | _none_ | Yes |
2323
| `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`
6363

6464
The Elasticsearch output plugin supports TLS/SSL. For more details about the properties available and general configuration, see [TLS/SSL](../../administration/transport-security.md).
6565

66-
### AWS Sigv4 Authentication and Upstream Servers
66+
### AWS Sigv4 authentication and Upstream servers
6767

6868
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.
6969

@@ -158,9 +158,9 @@ pipeline:
158158
{% endtab %}
159159
{% endtabs %}
160160

161-
### Configuration File with Upstream
161+
### Configuration file with Upstream
162162

163-
#### Classic mode Configuration File with Upstream
163+
#### Classic mode configuration file with Upstream
164164

165165
In your main classic mode configuration file append the following `Input` and `Output` sections:
166166

@@ -200,7 +200,7 @@ configuration file can be similar to the following:
200200
port 9203
201201
```
202202

203-
#### YAML Configuration File with Upstream
203+
#### YAML configuration file with Upstream
204204

205205
In your main YAML configuration file (fluent-bit.yaml) put the following `Input` and `Output` sections:
206206

0 commit comments

Comments
 (0)