Skip to content

Commit 3f930b2

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

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)