Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions pipeline/outputs/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down Expand Up @@ -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.
For records that do nor have the field `kubernetes.namespace_name`, the default prefix, `logstash` will be used.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo here nor should be not