Turn Your Vehicle Into a Smart Earning Asset

While you’re not driving your car or bike, it can still be working for you. MOTOSHARE helps you earn passive income by connecting your vehicle with trusted renters in your city.

🚗 You set the rental price
🔐 Secure bookings with verified renters
📍 Track your vehicle with GPS integration
💰 Start earning within 48 hours

Join as a Partner Today

It’s simple, safe, and rewarding. Your vehicle. Your rules. Your earnings.

Kibana 7.2 Install and configuration in RHEL 7/Centos

kibana-7-2-install-and-configuration-in-rhel-7-centos

Install and Setup JDK 8+

cd 
yum install wget -y
wget https://download.java.net/java/GA/jdk12.0.1/69cfe15208a647278a19ef0990eea691/12/GPL/openjdk-12.0.1_linux-x64_bin.tar.gz
tar -zxvf openjdk-12.0.1_linux-x64_bin.tar.gz
export JAVA_HOME=/home/ec2-user/d/jdk-12.0.1
export PATH=$PATH:$JAVA_HOME/bin
Code language: JavaScript (javascript)

Download and Install Kibana 7.X

cd
wget https://artifacts.elastic.co/downloads/kibana/kibana-7.2.0-linux-x86_64.tar.gz
tar -xzf kibana-7.2.0-linux-x86_64.tar.gzCode language: JavaScript (javascript)

Configure Kibana 7.X

cd kibana-7.2.0-linux-x86_64/ 
vi config/kibana.yml
& change follwing and uncomment it.....
------
# Ip address of server where you are installing Kibana
server.host: "172.31.28.227"

# Ip address of elastic search custor client ip 
elasticsearch.hosts: ["http://172.31.11.126:9200"]Code language: PHP (php)

How to start kibana service?

# Ip address of server where you are installing Kibana
server.host: "172.31.28.227"
./bin/kibana
OR
nohup ./bin/kibana &

# To see below process for the user which is starting kibana : ps -ef | grep -u user
user 23101 1 0 Mar01 ? 00:21:23 ./../node/bin/node ./../src/cliCode language: PHP (php)
Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments

Certification Courses

DevOpsSchool has introduced a series of professional certification courses designed to enhance your skills and expertise in cutting-edge technologies and methodologies. Whether you are aiming to excel in development, security, or operations, these certifications provide a comprehensive learning experience. Explore the following programs:

DevOps Certification, SRE Certification, and DevSecOps Certification by DevOpsSchool

Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.

0
Would love your thoughts, please comment.x
()
x