@@ -45,10 +45,13 @@ distributed storage, search, and analytics engine. It can be used for many
4545purposes, but one context where it excels is indexing streams of semi-structured
4646data, such as logs or decoded network packets.
4747
48+ [TIP]
49+ ==========
4850Elasticsearch can be run on your own hardware or using our hosted
4951Elasticsearch Service on https://www.elastic.co/cloud[Elastic Cloud], which is
5052available on AWS and GCP. You can
5153https://www.elastic.co/cloud/elasticsearch-service/signup[try out the hosted service] for free.
54+ ==========
5255
5356To download and install {es}, open a terminal window and use the commands that
5457work with your system (<<deb, deb>> for Debian/Ubuntu, <<rpm, rpm>> for
@@ -200,10 +203,13 @@ view, and interact with data stored in {es} indices. You can easily perform
200203advanced data analysis and visualize your data in a variety of charts, tables,
201204and maps.
202205
206+ [TIP]
207+ ==========
203208If you are running our hosted Elasticsearch Service on https://www.elastic.co/cloud[Elastic Cloud],
204- then Kibana can be enabled with the https://www.elastic.co/guide/en/cloud/current/ec-enable-kibana.html[flick of a switch].
209+ then {cloud}/ec-enable-kibana.html[Kibana can be enabled] with the flick of a switch.
210+ ==========
205211
206- Otherwise, we recommend that you install {kib} on the same server as {es},
212+ We recommend that you install {kib} on the same server as {es},
207213but it is not required. If you install the products on different servers, you'll
208214need to change the URL (IP:PORT) of the {es} server in the {kib} configuration
209215file, `config/kibana.yml`, before starting {kib}.
0 commit comments