RBAC for APM Metrics

  • I currently have an ELK - APM setup in place where multiple teams have configured their agents to send data via APM server to Elasticsearch. They are able to look at the data in Kibana.
  • Is it possible to configure Kibana/APM such that I can restrict details of each application to an individual user i.e. RBAC for APM on Kibana.
  • Since APM indexes all data inside an 'apm-*' index, subsequent Index Pattern via Kibana does not provide me any flexibility in separating datasets thereby restricting RBAC policies for each index separately.

ELK Details

  • Elasticsearch: 7.4.0
  • Kibana: 7.4.0
  • APM Server: 7.4.0
  • APM Agents: Java and .Net

Document and field level security is only possible with a Platinum subscription. Do you have a subscription? If so you can create a role that gives access to all documents where field x has value y, etc...

Thanks. This is what I am looking for. Unfortunately I don't have the subscription to test the same. Thanks again for the info.

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