mazeltov7のweb断片

備忘録的なテキトーなことを書きます。(技術記事はQiitaに移行しました http://qiita.com/mazeltov7 )

elasticsearchで、marvel, shield, licenseをremoveする

入れていたmarvel, shieldなどの有料プラグインを外す。(有料プラン1node辺りめちゃ高かったw)

$ /usr/share/elasticsearch/bin/plugin remove shiled
$ /usr/share/elasticsearch/bin/plugin remove marvel
$ /usr/share/elasticsearch/bin/plugin remove license

shield関連で入れていた設定を解除する。

// ssl周りの設定を解除
$ vim /opt/kibana/config/kibana.yml

まぁ、httpsだけに制限しててもいいっちゃあいいかも。

$ service elasticesearch restart
$ service kibana restart