tomhe
October 23, 2019, 9:12am
1
I'm unable to find the right permissions to grant a user to let them import CSV files in Kibana.
With the File Data Visualizer, it's never been easier to import CSV, NDJSON, and semi-structured text (like log files) into Elasticsearch directly from Kibana.
The user can load the CSV and visualize the data, but the "Import" button is grayed out and can't be clicked:
The button is working for my super user. What permissions or roles are required for the import button to work?
flash1293
(Joe Reuter)
October 23, 2019, 9:58am
2
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!
system
(system)
Closed
November 20, 2019, 11:15am
4
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.