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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@
20
20
require'elasticsearch/api'
21
21
22
22
moduleElasticsearch
23
-
SECURITY_PRIVILEGES_VALIDATION_WARNING='The client is unable to verify that the server is Elasticsearch due to security privileges on the server side.'.freeze
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
0 commit comments