Skip to content

Commit

Permalink
test: add read privilege on traces-apm.sampled* to apm_server role
Browse files Browse the repository at this point in the history
  • Loading branch information
kruskall committed Dec 24, 2024
1 parent 69217d5 commit 890cce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/docker/elasticsearch/roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apm_server:
indices:
- names: ['apm-*', 'traces-apm*', 'logs-apm*', 'metrics-apm*']
privileges: ['write','create_index','manage','manage_ilm']
- names: ['.apm-source-map']
- names: ['.apm-source-map', 'traces-apm.sampled*']
privileges: ['read']
applications:
- application: 'apm'
Expand Down

0 comments on commit 890cce1

Please sign in to comment.