[Elasticsearch] v.1.7.3のセットアップ

VagrantにCentOS 7.1環境を作ってElasticsearchをセットアップする。参考サイトに倣ってバージョンは1.7.3。最新版じゃないけど。

Javaのインストール

Elasticreserchのインストール

インストール先 /usr/share/elasticsearch/
設定ファイル /etc/elasticsearch

Elasticsearchの設定

/etc/elasticsearch/elasticsearch.yml

とりあえず変更せず、全デフォルト

Elasticsearchの実行

セキュリティ

/etc/elasticsearch/elasticsearch.yml

変更した設定を適用

テスト

Elasticsearchはポート9200で動作しているので、curlでアクセスしてみる。

RESTful API経由でアクセスしてみる。

エントリを追加

エントリの取得

エントリの変更

ログ /var/log/elasticsearch
データ /var/lib/elasticsearch

参考サイト

How To Install and Configure Elasticsearch on CentOS 7 | DigitalOcean
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-elasticsearch-on-centos-7