Skip to content

Commit

Permalink
Merge pull request #146 from craig-cogdill/refreshFieldCache
Browse files Browse the repository at this point in the history
Refresh the Kibana field mapping cache whenever the index pattern is loaded
  • Loading branch information
josh-cogdill authored Feb 28, 2020
2 parents 1dbf3e4 + fcbd260 commit ef1748d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@ export class IndexPatterns {
this.apiClient,
indexPatternCache,
this.notifications
).init();
).init(true);
};
}

0 comments on commit ef1748d

Please sign in to comment.