Test run of new docs
This commit is contained in:
62
docs/reference-security-enroll_kibana.asciidoc
Normal file
62
docs/reference-security-enroll_kibana.asciidoc
Normal file
@ -0,0 +1,62 @@
|
||||
[[reference-security-enroll_kibana]]
|
||||
|
||||
////////
|
||||
===========================================================================================================================
|
||||
|| ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ ||
|
||||
|| ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ ||
|
||||
|| ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ ||
|
||||
|| ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ ||
|
||||
|| ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ ||
|
||||
|| ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| This file is autogenerated, DO NOT send pull requests that changes this file directly. ||
|
||||
|| You should update the script that does the generation, which can be found in: ||
|
||||
|| https://github.com/elastic/elastic-client-generator-js ||
|
||||
|| ||
|
||||
|| You can run the script with the following command: ||
|
||||
|| npm run elasticsearch -- --version <version> ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| ||
|
||||
===========================================================================================================================
|
||||
////////
|
||||
|
||||
[discrete]
|
||||
=== client.security.enrollKibana
|
||||
|
||||
Enroll Kibana. Enable a Kibana instance to configure itself for communication with a secured Elasticsearch cluster.
|
||||
|
||||
{ref}/security-api-kibana-enrollment.html[{es} documentation]
|
||||
|
||||
[discrete]
|
||||
==== Function signature
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
(SecurityEnrollKibanaRequest, options?): Promise<SecurityEnrollKibanaResponse>
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `SecurityEnrollKibanaRequest`
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
interface SecurityEnrollKibanaRequest extends <<shared-type-request-base, RequestBase>> {
|
||||
}
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `SecurityEnrollKibanaResponse`
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
interface SecurityEnrollKibanaResponse {
|
||||
token: SecurityEnrollKibanaToken
|
||||
http_ca: string
|
||||
}
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user