Skip to content

Commit 3c367e0

Browse files
committed
Reapply "dot-prefix index"
This reverts commit ce43257.
1 parent ce43257 commit 3c367e0

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)