mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
parent
0167dea0db
commit
dc773ac551
2 changed files with 11 additions and 3 deletions
|
@ -111,3 +111,11 @@ gem "logstash-output-udp"
|
|||
gem "logstash-output-webhdfs"
|
||||
gem "logstash-filter-dissect"
|
||||
gem "logstash-input-dead_letter_queue"
|
||||
gem "logstash-filter-aggregate"
|
||||
gem "logstash-filter-anonymize"
|
||||
gem "logstash-filter-de_dot"
|
||||
gem "logstash-filter-elasticsearch"
|
||||
gem "logstash-filter-jdbc_streaming"
|
||||
gem "logstash-filter-truncate"
|
||||
gem "logstash-output-email"
|
||||
gem "logstash-output-lumberjack"
|
||||
|
|
6
docs/static/breaking-changes.asciidoc
vendored
6
docs/static/breaking-changes.asciidoc
vendored
|
@ -37,12 +37,12 @@ These changes can impact any instance of Logstash and are plugin agnostic, but o
|
|||
|
||||
==== Elasticsearch output changes
|
||||
|
||||
* The default `document_type` used has changed from `logs` to `doc`.
|
||||
* The default `document_type` has changed from `logs` to `doc`.
|
||||
Furthermore, users are advised that Elasticsearch 6.0 deprecates doctypes, and 7.0 will remove them.
|
||||
See https://www.elastic.co/guide/en/elasticsearch/reference/master/removal-of-types.html[Removal of Mapping Types] for more info.
|
||||
* The options `:flush_size; `:idle_flush_time` are obsolete and may no longer be used
|
||||
* The options `flush_size` and `idle_flush_time` are now obsolete.
|
||||
* Please note that the https://www.elastic.co/guide/en/elasticsearch/reference/6.0/mapping-all-field.html[_all] field is deprecated in 6.0.
|
||||
The new mapping template has been updated to reflect that. If you are using a custom mapping template you may need to update it to reflect that.
|
||||
The new mapping template has been updated to reflect that. If you are using a custom mapping template you may need to update it to reflect that.
|
||||
|
||||
[float]
|
||||
==== List of plugins bundled with Logstash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue