Skip to content
Open
Changes from 1 commit
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
1 change: 0 additions & 1 deletion lib/logstash/outputs/elasticsearch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ def register
log_message = "'failure_type_logging_whitelist' is deprecated and in a future version of Elasticsearch " +
"output plugin will be removed, please use 'silence_errors_in_log' instead."
@deprecation_logger.deprecated log_message
@logger.warn log_message
@silence_errors_in_log = silence_errors_in_log | failure_type_logging_whitelist
end

Expand Down