-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[DOCS] Fixes to API docs #71678
[DOCS] Fixes to API docs #71678
Conversation
Pinging @elastic/kibana-docs (Team:Docs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of these look good. The using-api
with USER/PASS specified doesn't work for me though. For reference, I have the following set:
Kibana URL: http://localhost:5601
Kibana host: localhost:5601
Kibana user: admin
When I hit the copy as CURL button on this page https://kibana_71678.docs-preview.app.elstc.co/guide/en/kibana/master/using-api.html, it creates this:
curl -X POST -u admin:$KIBANAPASS "localhost:5601/-u api/kibana/dashboards/export?dashboard=942dcef0-b2cd-11e8-ad8e-85441f0c2e5c" -H 'kbn-xsrf: true'
There's a weird -u
floating in the middle of the endpoint URL
* [DOCS] Fixes to API docs * Fixes rogue -u
* [DOCS] Fixes to API docs * Fixes rogue -u
* [DOCS] Fixes to API docs * Fixes rogue -u # Conflicts: # docs/api/saved-objects/create.asciidoc # docs/api/saved-objects/export.asciidoc
* [DOCS] Fixes to API docs * Fixes rogue -u # Conflicts: # docs/api/saved-objects/create.asciidoc # docs/api/saved-objects/export.asciidoc # docs/api/upgrade-assistant/batch_reindexing.asciidoc
* [DOCS] Fixes to API docs * Fixes rogue -u # Conflicts: # docs/api/saved-objects/create.asciidoc # docs/api/saved-objects/export.asciidoc # docs/api/upgrade-assistant/batch_reindexing.asciidoc
* [DOCS] Fixes to API docs * Fixes rogue -u # Conflicts: # docs/api/saved-objects/create.asciidoc # docs/api/saved-objects/export.asciidoc # docs/api/upgrade-assistant/batch_reindexing.asciidoc Co-authored-by: Elastic Machine <[email protected]>
Summary
Docs preview
Closes #71200
Closes #69792
Closes #67107
Checklist