linagora / esn-elasticsearch-configuration

Elasticsearch configuration for OpenPaaS ESN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elasticsearch Configuration

ES configuration utility for OpenPaaS ESN.

The current package contains:

  • Indexes configuration in data folder
  • A CLI to create indexes

Create indexes from CLI

Install the CLI from NPM

npm install -g esn-elasticsearch-configuration

Then use it

esn-elasticsearch-configuration index contacts --host 192.168.99.100 --port 9200

Will create the contacts index on ES running on 192.168.99.100:9200. Full help is available 'esn-elasticsearch-configuration --help'

License

AGPL-3.0

About

Elasticsearch configuration for OpenPaaS ESN

License:Other


Languages

Language:JavaScript 99.1%Language:Shell 0.9%