@@ -9,15 +9,15 @@ Preferably, you should install the latest version of the((("Java", "installing")
9
9
from http://www.java.com[_www.java.com_].
10
10
11
11
You can get the latest version of Elasticsearch from
12
- https://www.elastic.co/downloads/elasticsearch[_elasticsearch .co/downloads/elasticsearch_].
12
+ https://www.elastic.co/downloads/elasticsearch[_elastic .co/downloads/elasticsearch_].
13
13
14
- To install Elasticsearch, download and extract the archive file for your platform. For
15
- more information, see the {ref}/_installation.html[Installation] topic in the Elasticsearch
16
- Reference.
14
+ To install Elasticsearch, download and extract the archive file for your platform. For
15
+ more information, see the {ref}/_installation.html[Installation] topic in the Elasticsearch
16
+ Reference.
17
17
18
18
[TIP]
19
19
====
20
- When installing Elasticsearch in production, you can choose to use
20
+ When installing Elasticsearch in production, you can choose to use
21
21
the Debian or RPM packages provided on the
22
22
http://www.elastic.co/downloads/elasticsearch[downloads page]. You can also use
23
23
the officially supported
@@ -43,9 +43,9 @@ Test it out by opening another terminal window and running the following:
43
43
curl 'http://localhost:9200/?pretty'
44
44
--------------------------------------------------
45
45
46
- TIP: If you're running Elasticsearch on Windows, you can download cURL from
46
+ TIP: If you're running Elasticsearch on Windows, you can download cURL from
47
47
http://curl.haxx.se/download.html[`http://curl.haxx.se/download.html`]. cURL
48
- provides a convenient way to submit requests to Elasticsearch and
48
+ provides a convenient way to submit requests to Elasticsearch and
49
49
installing cURL enables you to copy and paste many of the examples in this
50
50
book to try them out.
51
51
@@ -79,7 +79,7 @@ file that's loaded when you start a node. More information about this and other
79
79
in the Production Deployment section at the end of this book.
80
80
81
81
TIP: See that View in Sense link at the bottom of the example? <<sense, Install the Sense console>>
82
- to run the examples in this book against your own Elasticsearch cluster and view the results.
82
+ to run the examples in this book against your own Elasticsearch cluster and view the results.
83
83
84
84
When Elasticsearch is running in the foreground, you can stop it by pressing Ctrl-C.
85
85
@@ -113,7 +113,6 @@ to https://www.elastic.co/guide/en/sense/current/installing.html#manual_download
113
113
--------------------------------------------------
114
114
./bin/kibana <1>
115
115
--------------------------------------------------
116
- <1> Windows: `bin\kibana.bat`.
117
-
118
- . Open Sense your web browser by going to `http://localhost:5601/app/sense`.
116
+ <1> Windows: `bin\kibana.bat`.
119
117
118
+ . Open Sense your web browser by going to `http://localhost:5601/app/sense`.
0 commit comments