Skip to content

Commit

Permalink
Remove esAdmin mention from docs since it no longer exists (elastic#1…
Browse files Browse the repository at this point in the history
…3449)

The angular service was removed in elastic#13000
  • Loading branch information
Bargs committed Aug 10, 2017
1 parent 70608dc commit 34c57f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/development/core/development-elasticsearch.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
Expand Down

0 comments on commit 34c57f2

Please sign in to comment.