Skip to content

How can I get cluster health in wES? #4

@pokev25

Description

@pokev25

In JestClient

Health health = new Health.Builder().build();
JestResult result = client.execute(health);

In RestClient

Response response = client.performRequest("GET", "_cluster/health",
		        Collections.singletonMap("pretty", "true"));

How do I do it at wES?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions