Skip to content

Commit 890cce1

Browse files
committed
test: add read privilege on traces-apm.sampled* to apm_server role
1 parent 69217d5 commit 890cce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/docker/elasticsearch/roles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apm_server:
33
indices:
44
- names: ['apm-*', 'traces-apm*', 'logs-apm*', 'metrics-apm*']
55
privileges: ['write','create_index','manage','manage_ilm']
6-
- names: ['.apm-source-map']
6+
- names: ['.apm-source-map', 'traces-apm.sampled*']
77
privileges: ['read']
88
applications:
99
- application: 'apm'

0 commit comments

Comments
 (0)