-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deprecated config setting document_type warning #10485
Comments
@jdoles did you find a solution? I'm currently experiencing the same issue. |
@fabiogermann No I have not. In fact it's still present in 7.3.1. |
This issue still persists in 7.5.0. |
Still in 7.5.1 as well |
7.5.2 also. |
I believe the warning is not coming from your main pipeline, but from the x-pack monitoring pipeline (what have been called "internal collectors"), which is spawned separately within Logstash for shipping monitoring metrics about Logstash back to your Elasticsearch cluster. If you can use the Analysis: The X-Pack Monitoring pipeline (enabled with
The functionality continues to work because Elasticsearch 7.x's special Starting with version 7.3, Metricbeat now ships with the |
The following warning is logged when starting logstash:
[2019-02-21T14:40:07,771][WARN ][logstash.outputs.elasticsearch] You are using a deprecated config setting "document_type" set in elasticsearch. Deprecated settings will continue to work, but are scheduled for removal from logstash in the future. Document types are being deprecated in Elasticsearch 6.0, and removed entirely in 7.0. You should avoid this feature If you have any questions about this, please visit the #logstash channel on freenode irc.
Might be similar to #10352 ?
Start logstash
logstash -f ../config/logstash-sample.conf
The text was updated successfully, but these errors were encountered: