lighthouse4u-es
v1.2.3
Published
Elasticsearch Storage client for Lighthouse4u
Downloads
9
Readme
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 |