-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOC-META] Missing api documentation #3614
Comments
Thanks for entering this issue, Sirazh! We have a number of APIs in our backlog to document: https://github.com/opensearch-project/documentation-website/issues?q=is%3Aissue+is%3Aopen+label%3AAPI, so we can cross-check against your list. |
Assigning to @ariamarble , since she is assigned to the other APIs, and @kolchfa-aws for visibility. |
Hi @curq - The missing processors are being addressed according to this issue: #4193 Removed @ariamarble and added @vagimeli. |
See PR #4299 for updates on processors documentation |
Let's keep this open until we have all APIs complete. |
Additional missing APIs uncovered:
|
I propose we invest some hands into #7700 to bridge all the gaps with automation. |
What do you want to do?
Tell us about your request. Provide a summary of the request and all versions that are affected.
In the issue https://github.com/opensearch-project/OpenSearch-Dashboards/issues/3714 I was asked to update links in Dev Tools console in Opensearch-Dashboards repo. I was asked to list all the missing docs. First I audited documentation values in JSON files in https://github.com/opensearch-project/OpenSearch-Dashboards/tree/main/src/plugins/console/server/lib/spec_definitions/json/generated. I found several missing docs, I will list respective filenames:
Another important notes is that only PUT _component_template is documented while DELETE, HEAD and GET are not.
Additionally, in reindex, delete by query and update by query rethrottle variations are not documented (reindex_rethrottle, delete_by_query_rethrottle, update_by_query_rethrottle).
Lastly after checking https://github.com/opensearch-project/OpenSearch-Dashboards/tree/main/src/plugins/console/server/lib/spec_definitions/js/ingest.ts it seems like a lot of processors are not documented. The list:
Please tell me if missed something and they are actually documented. Also, please comment if you need additional any additional info.
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
https://github.com/opensearch-project/documentation-website/issues/url
The text was updated successfully, but these errors were encountered: