`

elasticsearch以及其常用插件安装

阅读更多

1. install jdk1.8

 

2. edit hosts

 

3. install elasticsearch

a) tar –xvf elasticsearch-2.3.3.tar.gz

b) edit /etc/profile,append ES_HOME

c) edit elasticsearch.yml

  cluster.name: mysearch
  node.name: yournodename
  network.host: yourhost
  http.port: 9200

d) edit elasticsearch.in.sh

  ES_MIN_MEM=2G
  ES_MAX_MEM=2G 

4. install elasticsearch-head plugin

a) $ES_HOME/bin/plugin install mobz/elasticsearch-head

b) Navigate to http://yourhost:9200/_plugin/head/

 

5. install kibana plugin

a) tar –xvf kibana-4.5.1-linux-x64.tar.gz

b) Open config/kibana.yml in an editor

c) Set the elasticsearch.url to point at your Elasticsearch instance

d) Run ./bin/kibana 

e) Point your browser at http://yourhost.com:5601

f) point: edit kibana.yml

  vi /opt/kibana-4.3.1-linux-x64/config/kibana.yml

  server.port: 5601
  server.host: "yourhost"
  elasticsearch.url: http://yourhost:9200

6. install marvel plugin

a) Install Marvel into Elasticsearch: bin/plugin install license

b) bin/plugin install marvel-agent

c) Install Marvel into Kibana, bin/kibana plugin --install elasticsearch/marvel/latest

d) Start Elasticsearch and Kibana bin/elasticsearch

e) bin/kibana

f) Navigate to http://yourhost:5601/app/marvel

 

7. install sense plugin

a) Install Marvel into Kibana, bin/kibana plugin --install elastic/sense

b) Navigate to http://yourhost:5601/app/sense

 

8. install sql plugin

a) copy elasticsearch-sql-2.3.3.0.zip to $ES_HOME

b) cd $ES_HOME

c) /bin/plugin install file:elasticsearch-sql-2.3.3.0.zip

d) Navigate to http://yourhost:9200/_plugin/sql/

 

9. install jdbc 

a) download the JDBC importer distribution

wget http://xbib.org/repository/org/xbib/elasticsearch/importer/elasticsearch-jdbc/2.3.3.1/elasticsearch-jdbc-2.3.3.1-dist.zip

b) unpack

  unzip elasticsearch-jdbc-2.3.3.1-dist.zip

c) go to the unpacked directory (we call it $JDBC_IMPORTER_HOME) cd elasticsearch-jdbc-2.3.3.1; if you do not find the JDBC driver jar in the lib directory, download it from your vendor's site and put the driver jar into the lib folder

d) modify script in the bin directory to your needs (Elasticsearch cluster address)

e) run script with a command that starts org.xbib.tools.JDBCImporter with the lib directory on the classpath

 

分享到:
评论

相关推荐

    elasticsearch1.5.2带head插件

    Elasticsearch-Head 是一个非常实用的管理界面插件,专为 Elasticsearch 设计。它允许用户通过浏览器直观地查看和管理集群的状态、节点信息、索引、文档以及执行搜索操作。在 `elasticsearch-head-master` 文件中,...

    Elasticsearch-head谷歌插件谷歌插件.zip

    Elasticsearch-head插件无需安装额外服务器,只需将其导入Elasticsearch集群,即可通过浏览器访问进行操作。 "0.1.5_0"是Elasticsearch-head的一个特定版本,这表明你下载的是该插件的某个稳定版。通常,版本号的...

    elasticsearch-head谷歌插件

    4. **节省资源**:作为独立的Web应用,Head插件不会占用Elasticsearch服务器的资源,避免了直接安装在ES上的潜在问题。 **二、使用Elasticsearch-Head谷歌插件** 1. **安装与配置**:由于是谷歌插件,用户可以通过...

    ElasticSearch安装ik分词插件.txt

    ### ElasticSearch 安装 ik 分词插件 #### 背景介绍 ElasticSearch 是一个基于 Lucene 的搜索引擎,提供了分布式、实时的全文搜索功能。在处理中文文本时,通常需要借助第三方分词工具来提高搜索效果。ik 分词器...

    谷歌浏览器elasticsearch head插件

    为了便于管理和操作Elasticsearch集群,开发者们开发了各种可视化工具,其中“Elasticsearch Head”就是一款非常实用的插件,它专为谷歌浏览器设计,提供了一个直观的用户界面,让用户能够轻松监控和管理Elastic...

    elasticsearch ik插件

    在安装IK插件时,需要将这个jar文件放入Elasticsearch的plugins目录下,并重启ES服务。 `plugin-security.policy`是插件的安全策略文件,用于限制插件的权限,防止不安全的操作。`plugin-descriptor.properties`是...

    elasticsearch-head chrome插件 亲测可用

    标签中提到的`chrome`、`elasticsearch`和`es-head`分别对应了使用的浏览器类型、与之配合的数据库服务以及插件名称。这提示我们这个过程主要涉及Chrome浏览器和Elasticsearch的交互。 通过Elasticsearch Head,你...

    elasticsearch-5.3.2 附带IK插件

    IK(Inverted Index)插件是Elasticsearch中最常用的中文分词插件,由社区广泛开发和支持。IK插件特别针对中文语言的特点进行了优化,能够对中文词汇进行精确、全模式、模糊等多种分词方式,以满足不同场景下的搜索...

    ElasticSearch-head插件

    总的来说,Elasticsearch-head插件是一个轻量级且实用的Elasticsearch可视化工具,尤其适合初学者和小型项目使用。尽管其功能相比Kibana有所欠缺,但对于理解Elasticsearch的基本操作和数据结构,仍是一个非常有价值...

    elasticsearch-head插件

    Elasticsearch-Head是一款非常实用的Elasticsearch管理工具,它以Web界面的形式提供了对Elasticsearch集群的可视化监控和管理功能。这款插件设计简洁,易于使用,可以帮助用户更好地理解、调试和优化Elasticsearch...

    elasticsearch-head google插件

    总的来说,Elasticsearch Head Google插件是Elasticsearch用户必备的工具之一,它简化了Elasticsearch的日常管理和维护,提高了工作效率,尤其对于初学者和开发者来说,这是一个非常实用的辅助工具。通过这个插件,...

    Chrome浏览器查看elasticsearch head插件

    总结,"Chrome浏览器查看elasticsearch head插件"是一个实用的工具,它为Elasticsearch的管理和监控提供了便捷的Web界面,使得非开发人员也能轻松理解和操作ES集群。通过遵循正确的安装步骤,用户可以充分利用这个...

    es head插件离线安装

    3. **移动插件到ES安装目录**:找到你的Elasticsearch安装目录,例如`/usr/local/elasticsearch/plugins`,并创建一个新的目录`head`(如果不存在的话): ```bash mkdir -p /usr/local/elasticsearch/plugins/...

    Elasticsearch head插件

    Elasticsearch Head 是一个非常实用的开源插件,专为 Elasticsearch 设计,提供了一个直观的用户界面,让用户能够方便地管理和监控 Elasticsearch 集群。它以其轻量级、易安装和即插即用的特性受到了广泛欢迎,尤其...

    elasticsearch-sql-2.4.3.0.zip 插件 安装包

    通常,Elasticsearch插件会安装在`$ES_HOME/plugins`目录下,其中`$ES_HOME`是Elasticsearch安装目录。 4. **离线安装**: 由于在线安装可能会因为网络问题导致失败,我们选择离线安装方式。在Elasticsearch的安装...

    谷歌插件es连接插件包.zip

    【标题】"谷歌插件es连接插件包.zip"指的是一个包含了与Elasticsearch(简称ES)相关的谷歌浏览器扩展程序的压缩文件。这个插件包主要用于帮助用户在谷歌浏览器上更方便地与Elasticsearch集群进行交互和管理。 ...

    elasticsearch-2.2.0 插件版本(sql、head、ik)

    在2.2.0这个版本中,Elasticsearch已经得到了广泛的使用,并且可以通过安装各种插件来增强其功能。本文将详细讲解其中的三个关键插件:SQL插件、Head插件以及IK分词插件。 **一、Elasticsearch SQL插件** SQL插件...

    elasticsearch-head chrom插件

    Elasticsearch Head是一款非常实用的Chrome浏览器插件,专门用于管理和可视化Elasticsearch集群的状态和数据。这款插件因其简洁的界面和丰富的功能而受到广大用户的喜爱,尤其适合开发人员和系统管理员进行日常的...

    elasticsearch 简体、繁体转化插件

    为了支持简体与繁体中文之间的相互转换,Elasticsearch提供了特定的插件——"elasticsearch-analysis-stconvert"。这个插件专为Elasticsearch 7.x设计,旨在解决多语言文本处理中的一个重要问题:如何让简体中文用户...

Global site tag (gtag.js) - Google Analytics