openmct/platform/persistence/elastic
2019-12-06 09:45:21 -08:00
..
src Misc UI 10 (#2441) 2019-08-30 15:51:52 -07:00
test Disable broken unit tests (#2519) 2019-10-10 16:23:29 -07:00
bundle.js Experimental unit tests for the Telemetry Table component (#2533) 2019-11-27 16:04:52 -08: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'))