loopback-connector-elastic-search icon indicating copy to clipboard operation
loopback-connector-elastic-search copied to clipboard

Strongloop Loopback connector for Elasticsearch

Results 46 loopback-connector-elastic-search issues
Sort by recently updated
recently updated
newest added

This issue is to track updating this connector to support the latest JavaScript client(s). ## Todo - [ ] Migrate CI to GitHub Actions and Travis CI (arm64) - [...

Signed-off-by: Rifa Achrinza

I'm using this connector with loopback 4 and I'm wondering if it's possible to implement bulk upsert. I tried to understand how to create new datasource method, but I did...

hi team, is this compatible with LoopBack 4 as well?thanks

feature

I'm trying to query data from elastic search with(out) filters but it is returning empty details. After a lot of debugging, we have identified that query's default parameter `docType` was...

When will support for loopback 4 be implemented? This task is marked with "TODO" in the last release(2.1.0). ![image](https://user-images.githubusercontent.com/20648428/109434208-f090cc80-79f2-11eb-9100-9fab72307af6.png)

The doc says `This connector will only connect to one index per datasource.` I'm going to upgrade the elasticsearch version to 7 from 6. Because of this, I'm implementing `loopback-connector-esv6`...

My data source definition ` { "name": "Elasticsearch", "connector": "esv6", "version": 7, "index": ".kibana", "configuration": { "node": "http://elasticsearch:9200", "requestTimeout": 30000, "pingTimeout": 3000 }, "defaultSize": "100", "mappingProperties": { "type": { "type":...

Please update the lodash dependency to 4.17.12 or higher due to the following security vulnerability: https://npmjs.com/advisories/1065