Nirjonadda
Well-known member
Nirjonadda submitted a new resource:
Elasticsearch 6 Installation on CentOS 7 - This tutorial will help you to setup Elasticsearch 6 on Red Hat/CentOS 7 64 bits based distribution.
Read more about this resource...
Elasticsearch 6 Installation on CentOS 7 - This tutorial will help you to setup Elasticsearch 6 on Red Hat/CentOS 7 64 bits based distribution.
This tutorial will help you to setup Elasticsearch on Red Hat/CentOS 6 64 bits based distribution.
1. Verify Java: Java is the primary requirement for installing Elasticsearch. So make sure you have Java installed on your system.
Code:java -version
If you don’t have Java installed on your system, use one of following code to install it first.
Install Java Runtime 1.8
Code:yum install java-1.8.0
or If you need a java compiler and other developer tools:
Code:yum install...
Read more about this resource...