AKAI TSUKI

System development or Technical something

Elasticsearch

check index infomation by REST API

infomation # curl http://localhost:9200/customer?pretty { "customer" : { "aliases" : { }, "mappings" : { }, "settings" : { "index" : { "creation_date" : "1514796397799", "number_of_shards" : "5", "number_of_replicas" : "1", "uuid" : "2bDYA…

install elasticsearch-head on CentOS 7.3

ref install eleasticsearch on CentOS 7.3 - AKAI TSUKI environment hostname ip node cent7no31 172.16.10.231 Coordinating node, elasticsearch-head pre install install bzip2 and lbzip2 for tar command. # yum install bzip2 # yum install lbzip2…

check status Elasticsearch

ref install elasticsearch-head on CentOS 7.3 - AKAI TSUKI install eleasticsearch on CentOS 7.3 - AKAI TSUKI check by curl command [root@cent7no31 ~]# curl -X GET http://localhost:9200/ { "name" : "cent7no31", "cluster_name" : "test-cluster…

install eleasticsearch on CentOS 7.3

ref install logstash on CentOS 7.3 - AKAI TSUKI install kibana on CentOS 7.3 - AKAI TSUKI environment hostname ip node cent7no31 172.16.10.231 Coordinating node cent7no11 172.16.10.211 Master/Data node cent7no12 172.16.10.212 Master/Data n…

install kibana on CentOS 7.3

environment hostname ip cent7no31 172.16.10.231 install install java [root@cent7no31 ~]# yum install -y java-1.8.0-openjdk.x86_64 java-1.8.0-openjdk-devel.x86_64 *snip* Dependency Updated: nss-softokn.x86_64 0:3.28.3-8.el7_4 nss-softokn-fr…