1.0.10 • Published 6 days ago

ac-bootstrap-elasticsearch v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
6 days ago

AdmiralCloud ElasticSearch Connector

This helper initialitzes ElastistSearch instances and makes them available on a global variable

Usage

const esOptions = {
  servers: [
    { server: 'cluster', host: 'localhost', port: 9243, auth: 'username:password', apiVersion: '7.1', protocol: 'https' }
  ],
  indices: [
    { model: 'books', type: 'item', indexInfix: 'books', server: 'cluster', resetForTest: true, instance: 'books' }
  ]
}


TBC
1.0.10

6 days ago

1.0.9

4 months ago

1.0.8

4 months ago

1.0.7

9 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.2

1 year ago

1.0.4

12 months ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.2

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.6

1 year ago

0.1.5

2 years ago

0.1.1

2 years ago

0.1.0

3 years ago