mirror of
https://github.com/nasa/openmct.git
synced 2025-01-15 09:20:26 +00:00
7e7141a5a0
* 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% |
||
---|---|---|
.. | ||
src | ||
test | ||
bundle.js | ||
README.md |
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'))