﻿---
title: Getting started with the Elasticsearch Java REST client
description: This section describes how to get started with the low-level REST client from getting the artifact to using it in an application. 
url: https://docs-v3-preview.elastic.dev/elastic/elasticsearch-java/pull/1224/reference/transport/rest-client/usage
products:
  - Elasticsearch
  - Elasticsearch Client
---

# Getting started with the Elasticsearch Java REST client
<note>
  This is the legacy RestClient. Please migrate to [Rest5Client](https://docs-v3-preview.elastic.dev/elastic/elasticsearch-java/pull/1224/reference/transport/rest5-client), a drop-in replacement with an up-to-date http library.
</note>

This section describes how to get started with the low-level REST client from getting the artifact to using it in an application.