lighthouse4u-es

1.2.3 • Public • Published

Lighthouse4u-es

An Elasticsearch storage client for Lighthouse4u.

{  
  store: {
    module: 'lighthouse4u-es', options: {
      client: {
        node: 'http://localhost:9200'
      },
      index: {
        name: 'lh4u',
        type: 'lh4u'
      }
    }
  }
}

Configuration Options

Option Type Default Desc
module string required Set this to lighthouse4u-es
options object required Elasticsearch driver options
->.client ESOptions See Defaults Options supplied to driver for connections
->.index ESIndexOptions See Defaults Options supplied to driver upon creation of ES index

Readme

Keywords

none

Package Sidebar

Install

npm i lighthouse4u-es

Weekly Downloads

0

Version

1.2.3

License

MIT

Unpacked Size

8.12 kB

Total Files

6

Last publish

Collaborators

  • asilvas