mirror of
https://github.com/nasa/openmct.git
synced 2025-03-12 15:34:36 +00:00
* 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%
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'))