OpenAPI for OpenSearch inside Dashboards

Good day everyone,

I came across this Make Your Own swagger-4-es - Swarmee HQ which shows how to setup OpenAPI for OpenSearch. It seems to be pretty simple! Simply it is an expressjs server that uses openapi.json which has all swagger and documentation specs for main OpenSearch APIs… something we can easily leverage and extend.

It also seems to be something that can fit very well inside OpenSearch Dashboards since it already comes with nodejs environment.

It would be cool if this (both swagger UI and openapi.json) becomes part of OpenSearch Dashboards and become maintained under the project reflecting the latest changes in OpenSearch APIs.

What do you think?

1 Like