Skip to content

Commit 8f57e00

Browse files
authored
Apply suggestions from code review - style & consistency
Signed-off-by: Lynette Miles <[email protected]>
1 parent e38893e commit 8f57e00

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pipeline/outputs/elasticsearch.md

Lines changed: 6 additions & 6 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 |
@@ -160,7 +160,7 @@ pipeline:
160160

161161
### 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)