Skip to content

Commit

Permalink
[ML] Removing node info check for file data viz import
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Jul 29, 2020
1 parent b4aa750 commit a8e55f0
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 a8e55f0

Please sign in to comment.