You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.warn("Attempted to resurrect connection to dead ES instance, but got an error.",url: url.sanitized.to_s,error_type: e.class,error: e.message)
@@ -299,10 +287,6 @@ def stop_resurrectionist
299
287
@resurrectionist.joinif@resurrectionist
300
288
end
301
289
302
-
deflog_license_deprecation_warn(url)
303
-
logger.warn("DEPRECATION WARNING: Connecting to an OSS distribution of Elasticsearch using the default distribution of Logstash will stop working in Logstash 8.0.0. Please upgrade to the default distribution of Elasticsearch, or use the OSS distribution of Logstash",:url=>url.sanitized.to_s)
logger.warn("DEPRECATION WARNING: Connecting to an OSS distribution of Elasticsearch using the default distribution of Logstash will stop working in Logstash 8.0.0. Please upgrade to the default distribution of Elasticsearch, or use the OSS distribution of Logstash",:url=>url.sanitized.to_s)
0 commit comments