elastic / docs-content

Elastic Documentation Content
Other
0 stars 17 forks source link

[Serverless]: Management API conventions page #91

Open tatianafinamor opened 2 weeks ago

tatianafinamor commented 2 weeks ago

Serverless Docs

Welcome to Elastic Serverless

Description

The example on how to run the API call curl -X POST \ "${KIBANA_URL}/api/data_views/data_view" \ -H "Authorization: ApiKey ${API_KEY}" \ -H 'Content-Type: application/json' \ -H 'kbn-xsrf: true' \ -d '{ "data_view": { "title": "books*", "name": "My Books Data View" } } '

doesn't explain where the Kibana URL can be found. I have tested and could not be found under Connection Details.

Image

I was only able to find the Kibana URL from Discover.Image

Resources and additional context

Couldn't locate the Kibana URL for the Serverless project.

georgewallace commented 1 week ago

Need to send this to the UI team as well