Hello I'm trying to create an User/Role to view only dashboard, I'm following this Kibana role management | Kibana Guide [8.0] | Elastic .
However on this section Kibana role management | Kibana Guide [8.0] | Elastic as the image suggests it seems that are more options inside Discover, Dashboard and Visualize Library.
But not for me:
My Kibana/ES version:
{
  "name" : "es01",
  "cluster_name" : "docker-cluster",
  "cluster_uuid" : "Sj2F9vxqR6W_TUX_pEr5JA",
  "version" : {
    "number" : "8.0.1",
    "build_flavor" : "default",
    "build_type" : "docker",
    "build_hash" : "801d9ccc7c2ee0f2cb121bbe22ab5af77a902372",
    "build_date" : "2022-02-24T13:55:40.601285296Z",
    "build_snapshot" : false,
    "lucene_version" : "9.0.0",
    "minimum_wire_compatibility_version" : "7.17.0",
    "minimum_index_compatibility_version" : "7.0.0"
  },
  "tagline" : "You Know, for Search"
}
PS: This question is related to this one Hide Search Bar and Time Control on Kibana Dashboard, ES 8.0 . I'm almost sure that I have done this in past, but I can't remember how and can't find anything that helps.
Thank you


