o19s / opensearch-ubi

OpenSearch plugin for User Behavior Insights
Apache License 2.0
6 stars 1 forks source link

Improving the GET'ing of UBI stores #111

Closed jzonthemtn closed 8 months ago

jzonthemtn commented 8 months ago

Improving the GET'ing of UBI stores and re-enabling the yaml rest test to get stores.

To test:

curl -X PUT localhost:9200/_plugins/ubi/mystore
curl -X PUT localhost:9200/_plugins/ubi/mystor2
curl -X GET localhost:9200/_plugins/ubi/

Response:

{"stores":["mystore","mystore2"]}