mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Get rid of default index pattern error
This commit is contained in:
parent
ee71491853
commit
94914d3989
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ define(function (require) {
|
|||
return indexPatterns.getIds()
|
||||
.then(function (patterns) {
|
||||
if (!config.get('defaultIndex')) {
|
||||
throw new NoDefaultIndexPattern();
|
||||
kbnUrl.change('/settings/indices');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue