Skip to content

Commit daede94

Browse files
authored
fix broken table in elasticsearch.md and clarify the description (#1314)
Signed-off-by: Slavik <[email protected]>
1 parent 76f1ed3 commit daede94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pipeline/outputs/elasticsearch.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ The **es** output plugin, allows to ingest your records into an [Elasticsearch](
4747
| Trace\_Output | Print all elasticsearch API request payloads to stdout \(for diag only\) | Off |
4848
| Trace\_Error | If elasticsearch return an error, print the elasticsearch API request and response \(for diag only\) | Off |
4949
| Current\_Time\_Index | Use current time for index generation instead of message record | Off |
50-
51-
| Suppress\_Type\_Name | When enabled, mapping types is removed and `Type` option is ignored. Types are deprecated in APIs in [v7.0](https://www.elastic.co/guide/en/elasticsearch/reference/current/removal-of-types.html). This options is for v7.0 or later. | Off |
50+
| Suppress\_Type\_Name | When enabled, mapping types is removed and `Type` option is ignored. If using Elasticsearch 8.0.0 or higher - it [no longer supports mapping types](https://www.elastic.co/guide/en/elasticsearch/reference/current/removal-of-types.html), so it shall be set to On. | Off |
5251
| Workers | Enables dedicated thread(s) for this output. Default value is set since version 1.8.13. For previous versions is 0. | 2 |
5352

5453
> The parameters _index_ and _type_ can be confusing if you are new to Elastic, if you have used a common relational database before, they can be compared to the _database_ and _table_ concepts. Also see [the FAQ below](elasticsearch.md#faq)

0 commit comments

Comments
 (0)