Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 549 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 549 Bytes

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