Skip to content

Commit

Permalink
Refresh the kibana field mapping cache whenever the index pattern is …
Browse files Browse the repository at this point in the history
…loaded
  • Loading branch information
Craig Cogdill committed Feb 28, 2020
1 parent 67a85f1 commit fcbd260
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 fcbd260

Please sign in to comment.