Skip to content

Commit

Permalink
[ML] Removing node info check for file data viz import (#73717)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
jgowdyelastic and elasticmachine authored Jul 30, 2020
1 parent 896e87a commit 8b061e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export function processResults({ results, overrides }: AnalysisResult) {
*/
export async function hasImportPermission(indexName: string) {
const priv: { cluster: string[]; index?: any } = {
cluster: ['cluster:monitor/nodes/info', 'cluster:admin/ingest/pipeline/put'],
cluster: ['cluster:admin/ingest/pipeline/put'],
};

if (indexName !== undefined) {
Expand Down

0 comments on commit 8b061e3

Please sign in to comment.