File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 44
55[ ![ js-standard-style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat )] ( http://standardjs.com/ ) [ ![ Build Status] ( https://badge.buildkite.com/15e4246eb268ea78f6e10aa90bce38c1abb0a4489e79f5a0ac.svg )] ( https://buildkite.com/elastic/elasticsearch-javascript-client-integration-tests/builds?branch=main ) [ ![ Node CI] ( https://github.com/elastic/elasticsearch-js/actions/workflows/nodejs.yml/badge.svg )] ( https://github.com/elastic/elasticsearch-js/actions/workflows/nodejs.yml ) [ ![ codecov] ( https://codecov.io/gh/elastic/elasticsearch-js/branch/master/graph/badge.svg )] ( https://codecov.io/gh/elastic/elasticsearch-js ) [ ![ NPM downloads] ( https://img.shields.io/npm/dm/@elastic/elasticsearch.svg?style=flat )] ( https://www.npmjs.com/package/@elastic/elasticsearch )
66
7- ** [ Download the latest version of Elasticsearch] ( https://www.elastic.co/downloads/elasticsearch ) **
8- or
9- ** [ sign-up] ( https://cloud.elastic.co/registration?elektra=en-ess-sign-up-page ) **
10- ** for a free trial of Elastic Cloud** .
11-
127The official Node.js client for Elasticsearch.
138
9+ ## Try Elasticsearch and Kibana locally
10+
11+ If you want to try Elasticsearch and Kibana locally, you can run the following command:
12+
13+ ``` bash
14+ curl -fsSL https://elastic.co/start-local | sh
15+
16+ ```
17+
18+ This will run Elasticsearch at http://localhost:9200 and Kibana at http://localhost:5601 .
19+
20+ More information is available [ here] ( https://www.elastic.co/guide/en/elasticsearch/reference/current/run-elasticsearch-locally.html ) .
21+
22+ Alternatively, you can ** [ download the latest version of Elasticsearch] ( https://www.elastic.co/downloads/elasticsearch ) ** manually, or
23+ ** [ sign-up] ( https://cloud.elastic.co/registration?elektra=en-ess-sign-up-page ) for a free trial of Elastic Cloud** .
24+
1425## Installation
1526
1627Refer to the [ Installation section] ( https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/getting-started-js.html#_installation )
You can’t perform that action at this time.
0 commit comments