-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
ServerlessImprovements and changes to the Serverless DocsImprovements and changes to the Serverless DocsTeam:AdminIssues owned by the Admin Docs TeamIssues owned by the Admin Docs TeamTeam:DeveloperIssues owned by the Developer Docs TeamIssues owned by the Developer Docs TeamTeam:PlatformIssues owned by the Platform Docs TeamIssues owned by the Platform Docs TeamdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
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.
I was only able to find the Kibana URL from Discover.
Resources and additional context
Couldn't locate the Kibana URL for the Serverless project.
Metadata
Metadata
Assignees
Labels
ServerlessImprovements and changes to the Serverless DocsImprovements and changes to the Serverless DocsTeam:AdminIssues owned by the Admin Docs TeamIssues owned by the Admin Docs TeamTeam:DeveloperIssues owned by the Developer Docs TeamIssues owned by the Developer Docs TeamTeam:PlatformIssues owned by the Platform Docs TeamIssues owned by the Platform Docs TeamdocumentationImprovements or additions to documentationImprovements or additions to documentation