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
does not work with elasticsearch version 5.2, since this setting discovery.zen.ping.multicast.enabled has been removed for 5.2 version of elasticsearch.
https://github.com/tk0miya/testing.elasticsearch/blob/master/src/testing/elasticsearch.py#L62
does not work with elasticsearch version 5.2, since this setting
discovery.zen.ping.multicast.enabledhas been removed for 5.2 version of elasticsearch.