docs/index.asciidoc in logstash-input-elasticsearch-4.6.0 vs docs/index.asciidoc in logstash-input-elasticsearch-4.6.1
- old
+ new
@@ -19,20 +19,10 @@
include::{include_path}/plugin_header.asciidoc[]
==== Description
-.Compatibility Note
-[NOTE]
-================================================================================
-Starting with Elasticsearch 5.3, there's an {ref}/modules-http.html[HTTP setting]
-called `http.content_type.required`. If this option is set to `true`, and you
-are using Logstash 2.4 through 5.2, you need to update the Elasticsearch input
-plugin to version 4.0.2 or higher.
-
-================================================================================
-
Read from an Elasticsearch cluster, based on search query results.
This is useful for replaying test logs, reindexing, etc.
You can periodically schedule ingestion using a cron syntax
(see `schedule` setting) or run the query one time to load
data into Logstash.
@@ -171,14 +161,9 @@
document_type => "%{[@metadata][_type]}"
document_id => "%{[@metadata][_id]}"
}
}
-
-NOTE: Starting with Logstash 6.0, the `document_type` option is
-deprecated due to the
-https://www.elastic.co/guide/en/elasticsearch/reference/6.0/removal-of-types.html[removal of types in Logstash 6.0].
-It will be removed in the next major version of Logstash.
[id="plugins-{type}s-{plugin}-docinfo_fields"]
===== `docinfo_fields`
* Value type is <<array,array>>
\ No newline at end of file