diff --git a/pipeline/outputs/elasticsearch.md b/pipeline/outputs/elasticsearch.md index 534fa203f..b296bf37b 100644 --- a/pipeline/outputs/elasticsearch.md +++ b/pipeline/outputs/elasticsearch.md @@ -46,7 +46,6 @@ The **es** output plugin, allows to ingest your records into an [Elasticsearch]( | Trace\_Output | Print all elasticsearch API request payloads to stdout \(for diag only\) | Off | | Trace\_Error | If elasticsearch return an error, print the elasticsearch API request and response \(for diag only\) | Off | | Current\_Time\_Index | Use current time for index generation instead of message record | Off | - | 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 | | Workers | Enables dedicated thread(s) for this output. Default value is set since version 1.8.13. For previous versions is 0. | 2 | @@ -254,4 +253,4 @@ The following snippet demonstrates using the namespace name as extracted by the # ... ``` -For records that do nor have the field `kubernetes.namespace_name`, the default prefix, `logstash` will be used. \ No newline at end of file +For records that do nor have the field `kubernetes.namespace_name`, the default prefix, `logstash` will be used.