Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 501 Bytes

index.asciidoc

File metadata and controls

18 lines (12 loc) · 501 Bytes

Java API Administration

Elasticsearch provides a full Java API to deal with administration tasks.

To access them, you need to call admin() method from a client to get an AdminClient:

AdminClient adminClient = client.admin();
Note
In the rest of this guide, we will use client.admin().