Import button grayed out for CSV import

I'm unable to find the right permissions to grant a user to let them import CSV files in Kibana.

The user can load the CSV and visualize the data, but the "Import" button is grayed out and can't be clicked:

import

The button is working for my super user. What permissions or roles are required for the import button to work?

I checked the code and it looks like the user needs cluster:monitor/nodes/info and cluster:admin/ingest/pipeline/put privileges: https://github.com/elastic/kibana/blob/master/x-pack/legacy/plugins/ml/public/datavisualizer/file_based/components/utils/utils.js#L122

Let me know whether that helps!

Thanks, works now!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.