What privileges/roles does a user need to be able to export CSV files from Kibana 7.1?

I am trying to generate a CSV report from a saved search in Kibana, but am getting this error:

[
  {
    "type": "security_exception",
    "reason": "action [cluster:monitor/state] is unauthorized for user [someuser]"
  }
]

The user has the following roles:

"someuser": {
    "username": "someuser",
    "roles": [
      "kibana_user",
      "read_index",
      "reporting_user",
      "monitoring_user"
    ],
    "full_name": null,
    "email": null,
    "metadata": {},
    "enabled": true
  }

What privileges should that user have to be able to generate CSV reports from Kibana ?

Hi, how are you going about generating the CSV, and where are you seeing that error? There's a lot of chance that error is happening because of something else going on. The only way to be sure if that's the problem, is if that is given as the reason for the CSV report failing when you look at the status in Management > Kibana > Reporting

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