Skip to content

Commit 3a837ac

Browse files
committed
dot-prefix index
1 parent fa79140 commit 3a837ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/fleet/server/services/agent_policies/package_policies_to_agent_permissions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ function maybeAddAgentlessPermissions(
259259
return [packagePolicy.id, existing];
260260
}
261261
existing.indices!.push({
262-
names: ['agentless-*'],
262+
names: ['.agentless-*'],
263263
privileges: AGENTLESS_INDEX_PERMISSIONS,
264264
});
265265
return [packagePolicy.id, existing];

0 commit comments

Comments
 (0)