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
Copy file name to clipboardExpand all lines: elasticsearch/lib/elasticsearch.rb
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@
22
22
moduleElasticsearch
23
23
SECURITY_PRIVILEGES_VALIDATION_WARNING='The client is unable to verify that the server is Elasticsearch due to security privileges on the server side. Some functionality may not be compatible if the server is running an unsupported product.'.freeze
24
24
NOT_ELASTICSEARCH_WARNING='The client noticed that the server is not Elasticsearch and we do not support this unknown product.'.freeze
25
+
NOT_SUPPORTED_ELASTICSEARCH_WARNING='The client noticed that the server is not a supported distribution of Elasticsearch.'.freeze
0 commit comments