How do I give explicit rights to users to be able to create new visualizations?

I have developers that I want to give explicit rights to create visualizations and dashboards.

How would I go about doing that?

Here is the access I have currently given them

- name: "::ELK-USER::"
  type: allow
  kibana_access: ro
  ldap_auth:
    name: "ldap1"
    groups: ["elk-users"]
  indices: ["metricbeat-*","packetbeat-*","winlogbeat-*",".kibana",".kibana-devnull","play-ehp-*","dashboard","visualize"]

Maybe make that user “rw” but hide the management Kibana app, and the rest of the features you want them not to use?

Ok thanks for the idea there, that works well I think

1 Like