Skip to content

Commit

Permalink
Merge pull request #6506 from rashidkpc/fix/getAlias
Browse files Browse the repository at this point in the history
Move to getAlias API
  • Loading branch information
epixa committed Mar 10, 2016
2 parents ffb4871 + c731453 commit 586dd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/public/index_patterns/_mapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function MapperService(Private, Promise, es, config, kbnIndex) {
};

self.getIndicesForIndexPattern = function (indexPattern) {
return es.indices.getAliases({
return es.indices.getAlias({
index: patternToWildcard(indexPattern.id)
})
.then(function (resp) {
Expand Down

0 comments on commit 586dd8b

Please sign in to comment.