- ElasticSearch Cookbook
- Alberto Paro
- 188字
- 2021-04-02 10:09:58
Installing a plugin manually
Sometimes your plugin is not available online or the standard installation fails, so you need to install your plugin manually.
Getting ready
You need an installed ElasticSearch server.
How to do it...
We assume that your plugin is named awesome
and it's packed in a file called awesome.zip
.
The steps required to execute a manually installed plugin are:
- Copy your zip file in the plugins directory in your ElasticSearch home installation.
- If the directory, named
plugins
, doesn't exist, create it. - Unzip the contents of the plugin in the plugins directory.
- Remove the zip archive to clean up unused files.
How it works...
Every ElasticSearch plugin is contained in a directory (usually named as the plugin name).
If the plugin is a site one, the plugin should contain a directory called _site
, which contains the static files that must be served by the server. If the plugin is a binary one, the plugin directory should be filled with one or more jar files.
When ElasticSearch starts, it scans the plugins directory and loads them. If a plugin is corrupted or broken, the server doesn't start.
- pcDuino開發(fā)實戰(zhàn)
- 操作系統(tǒng)實用教程(Linux版)
- Linux網(wǎng)絡(luò)管理與配置(第2版)
- BPEL and Java Cookbook
- Installing and Configuring Windows 10:70-698 Exam Guide
- Windows Vista融會貫通
- Windows Server 2012網(wǎng)絡(luò)操作系統(tǒng)企業(yè)應(yīng)用案例詳解
- 奔跑吧 Linux內(nèi)核(入門篇)
- 網(wǎng)絡(luò)操作系統(tǒng)教程:Windows Server 2016管理與配置
- STM32庫開發(fā)實戰(zhàn)指南:基于STM32F4
- INSTANT Migration from Windows Server 2008 and 2008 R2 to 2012 How-to
- Advanced TypeScript Programming Projects
- Windows 10從新手到高手
- Advanced Infrastructure Penetration Testing
- Windows Server 2008組網(wǎng)技術(shù)與實訓(xùn)(第3版)