@@ -2,23 +2,23 @@ ifndef::es_build[= placeholder7]
2
2
3
3
4
4
[[administration]]
5
- = Administration, Monitoring and Deployment
5
+ = Administration, Monitoring, and Deployment
6
6
7
7
[partintro]
8
8
--
9
- The majority of this book has been aimed at building applications using Elasticsearch
9
+ The majority of this book is aimed at building applications by using Elasticsearch
10
10
as the backend. This section is a little different. Here, you will learn
11
- how to manage Elasticsearch itself. Elasticsearch is a very complex piece of
12
- software, with many moving parts. There are a large number of APIs designed
11
+ how to manage Elasticsearch itself. Elasticsearch is a complex piece of
12
+ software, with many moving parts. Many APIs are designed
13
13
to help you manage your Elasticsearch deployment.
14
14
15
- In this chapter, we will cover three main topics:
15
+ In this chapter, we cover three main topics:
16
16
17
- - Monitoring your cluster's vital statistics, what behaviors are normal and which
18
- should be cause for alarm, and how to interpret various stats provided by Elasticsearch
19
- - Deploying your cluster to production, including best- practices and important
20
- configuration which should (or should not!) be changed
21
- - Post -deployment logistics, such as how to perform a rolling restart or backup
17
+ - Monitoring your cluster's vital statistics, understanding which behaviors are normal and which
18
+ should be cause for alarm, and interpreting various stats provided by Elasticsearch
19
+ - Deploying your cluster to production, including best practices and important
20
+ configuration that should (or should not!) be changed
21
+ - Performing post -deployment logistics, such as a rolling restart or backup of
22
22
your cluster
23
23
--
24
24
0 commit comments