We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6177008 commit 1738535Copy full SHA for 1738535
client.go
@@ -26,7 +26,7 @@ import (
26
27
const (
28
// Version is the current version of Elastic.
29
- Version = "6.2.36"
+ Version = "6.2.37"
30
31
// DefaultURL is the default endpoint of Elasticsearch on the local machine.
32
// It is used e.g. when initializing a new Client without a specific URL.
@@ -1926,8 +1926,6 @@ func (c *Client) XPackIlmDeleteLifecycle() *XPackIlmDeleteLifecycleService {
1926
1927
// -- X-Pack Security --
1928
1929
-
1930
1931
// XPackSecurityGetUser gets details about one or more users.
1932
func (c *Client) XPackSecurityGetUser(usernames ...string) *XPackSecurityGetUserService {
1933
return NewXPackSecurityGetUserService(c).Usernames(usernames...)
0 commit comments