mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Remove esAdmin mention from docs since it no longer exists (#13449)
The angular service was removed in #13000
This commit is contained in:
parent
f1e5be86fe
commit
6193a7f318
1 changed files with 1 additions and 2 deletions
|
@ -31,9 +31,8 @@ Browser clients are exposed through AngularJS services.
|
|||
[source,javascript]
|
||||
----
|
||||
uiModules.get('kibana')
|
||||
.run(function (esAdmin, es) {
|
||||
.run(function (es) {
|
||||
es.ping()
|
||||
.then(() => esAdmin.ping())
|
||||
.catch(err => {
|
||||
console.log('error pinging servers');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue