- Monitoring Elasticsearch
- Dan Noble
- 225字
- 2021-07-14 11:11:01
Chapter 2. Installation and the Requirements for Elasticsearch
The Java Runtime Environment (JRE) is the only requirement to run Elasticsearch.
The official Elasticsearch documentation recommends that you use either Oracle Java 8 (update 20 or later), or Oracle Java 7 (update 55 or later). Once you choose your version of the JRE, we recommend that all your nodes use the same version to maintain compatibility. Using different versions of Java across your cluster or using Java versions earlier than the ones specified here, can lead to data corruption. Once you choose a version of Elasticsearch, all the nodes in your cluster should use the same version.
While it is possible to run Elasticsearch on both Windows and Linux, this book focuses on using it exclusively in a Linux environment. The Elasticsearch documentation is centered on Linux and most of the Elasticsearch community runs the software on Linux. However, there is no reason a production cluster of Elasticsearch cannot run on Windows.
This chapter will specifically cover installation instructions for Ubuntu, CentOS, and Red Hat Enterprise Linux (RHEL), but any Linux distribution will work. Readers should use 64-bit operating systems rather than 32-bit operating systems because the former allows more memory allocation for the JRE.
This chapter covers the following topics:
- Installing Elasticsearch
- Configuring Elasticsearch
- Installing monitoring tools (Elasticsearch-head, Bigdesk, and Marvel)
- Cluster requirements
- Angular UI Development with PrimeNG
- MySQL數(shù)據(jù)庫(kù)應(yīng)用與管理 第2版
- Java Web開(kāi)發(fā)之道
- Visual Basic程序設(shè)計(jì)教程
- Mastering Yii
- Java項(xiàng)目實(shí)戰(zhàn)精編
- Visual C#.NET程序設(shè)計(jì)
- Java網(wǎng)絡(luò)編程實(shí)戰(zhàn)
- Learning AngularJS for .NET Developers
- Java程序設(shè)計(jì)案例教程
- Webpack實(shí)戰(zhàn):入門(mén)、進(jìn)階與調(diào)優(yōu)(第2版)
- 算法圖解
- Practical Linux Security Cookbook
- Splunk Developer's Guide(Second Edition)
- Java語(yǔ)言GUI程序設(shè)計(jì)