mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[DOCS] Fixed xref to JS client doc.
This commit is contained in:
parent
2e70fba30e
commit
d88227eafc
2 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
Kibana exposes two clients on the server and browser for communicating with elasticsearch.
|
||||
There is an 'admin' client which is used for managing Kibana's state, and a 'data' client for all
|
||||
other requests. The clients use the {ref}/client/javascript-api/current/index.html[elasticsearch.js library].
|
||||
other requests. The clients use the {client-ref}/javascript-api/current/index.html[elasticsearch.js library].
|
||||
|
||||
[float]
|
||||
[[client-server]]
|
||||
|
|
|
@ -9,6 +9,7 @@ release-state can be: released | prerelease | unreleased
|
|||
|
||||
:docker-image: docker.elastic.co/kibana/kibana:{version}
|
||||
:es-ref: https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/
|
||||
:client-ref: https://www.elastic.co/guide/en/elasticsearch/client/current
|
||||
:xpack-ref: https://www.elastic.co/guide/en/x-pack/{branch}/
|
||||
:logstash-ref: http://www.elastic.co/guide/en/logstash/{branch}
|
||||
:repo: https://github.com/elastic/kibana/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue