openmct/platform/persistence/elastic
Andrew Henry 7e7141a5a0
Fixes to enable testing again (#3275)
* Updated library versions
* Use Karma alternative spec loading
* Fixed memory leak in URLTimeSettingsSynchronizer
* Introduce mock DataTransfer object to fix issue with firefox headless
* make resetApplicationState return a promise
* Remove BeforeAll
* Do not throw an error if root returns no children
* Adding missing parameters to ES tests
* Fixed TransactionService bug
* bump test coverage up to 64%
2020-08-10 09:47:04 -07:00
..
src New eslint rules auto fix (#3058) 2020-07-31 12:11:03 -07:00
test Fixes to enable testing again (#3275) 2020-08-10 09:47:04 -07:00
bundle.js New eslint rules auto fix (#3058) 2020-07-31 12:11:03 -07:00
README.md Added brief readmes for all plugins. (#2184) 2018-10-03 18:55:27 -07:00

Elasticsearch Persistence Provider

An adapter for using Elastic for persistence of user-created objects. The installation function takes the URL for an Elasticsearch server as a parameter.

Installation

openmct.install(openmct.plugins.Elasticsearch('http://localhost:9200'))