【參考】:
<a href="https://www.elastic.co/guide/en/marvel/current/installing-marvel.html" target="_blank">https://www.elastic.co/guide/en/marvel/current/installing-marvel.html</a>
實施步驟(安裝elk前一定要規劃好,marvel是對ELK的elasticsearch和kinaba有版本要求的)
【我的安裝版本是】 我的elasticsearch是rpm包安裝的
Marvel 2.2.1 requires:
Elasticsearch 2.2.1.
Kibana 4.4.0.
A modern web browser - Supported Browsers.
【步驟】
cd /usr/share/elasticsearch
實際步驟:(主節點上含有kinaba的節點操作)
cd /usr/share/elasticsearch/
<code> </code><code>.</code><code>/bin/plugin</code> <code>install</code> <code>file</code><code>:</code><code>///data1/elk/license-2</code><code>.2.1.zip</code>
<code> </code><code>.</code><code>/bin/plugin</code> <code>install</code> <code>file</code><code>:</code><code>///data1/elk/marvel-agent-2</code><code>.2.1.zip</code>
<code> </code><code>.</code><code>/data1/elk/kibana/bin/kibana</code> <code>plugin --</code><code>install</code> <code>marvel --url </code><code>file</code><code>:</code><code>///data1/elk/marvel-2</code><code>.2.1.</code><code>tar</code><code>.gz</code>
<a></a>
實際步驟:(其他ES節點上的操作)
安裝成功後:
重新開機kinaba
ES的各個節點都要重新開機
/etc/init.d/elasticsearch restart
【結果】
<a href="http://s1.51cto.com/wyfs02/M00/80/28/wKioL1c5uFbAQ9umAABhYMRJWVg444.png" target="_blank"></a>
【安裝過程中可能遇到的錯誤及解決方法】
1版本不對
解決方法,參考官網安裝對于适合marvel的ELK版本
<a href="http://s2.51cto.com/wyfs02/M02/80/2B/wKiom1c5t9DQaYF3AADBy4Ogz0k062.png" target="_blank"></a>
2 沒有任何資料,解決方法,你沒有重新開機elasticsearch 和其他所有節點的elasticsearch
<a href="http://s2.51cto.com/wyfs02/M02/80/28/wKioL1c5uLiCNN_4AABi7TfAgF0609.png" target="_blank"></a>
本文轉自殘劍部落格51CTO部落格,原文連結http://blog.51cto.com/cuidehua/1774052如需轉載請自行聯系原作者
cuizhiliang