Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
OS: 2.10
OD: 2.10
Describe the issue:
The snapshot policy keep on failing with partial status, but when i run snapshot manually it works, what could be the cause.
Configuration:
policy:
{
“description”: “Daily snapshot policy”,
“creation”: {
“schedule”: {
“cron”: {
“expression”: “0 6 * * *”,
“timezone”: “UTC”
}
}
},
“deletion”: {
“schedule”: {
“cron”: {
“expression”: “0 1 * * ",
“timezone”: “America/Los_Angeles”
}
},
“condition”: {
“max_age”: “3d”,
“max_count”: 21,
“min_count”: 7
},
“time_limit”: “1h”
},
“snapshot_config”: {
“date_format”: “yyyy-MM-dd-HH:mm”,
“timezone”: “America/Los_Angeles”,
“indices”: "device-”,
“repository”: “gcs-repo”,
“ignore_unavailable”: “true”,
“include_global_state”: “false”,
“partial”: “true”,
“metadata”: {
“any_key”: “any_value”
}
}
}
Relevant Logs or Screenshots:
error status
[
{
“index”: “device-2023-12-27”,
“index_uuid”: “device-2023-12-27”,
“shard_id”: 3,
“reason”: “AccessControlException[access denied ("java.lang.RuntimePermission" "accessDeclaredMembers")]”,
“node_id”: “9qXQNx1IQey2bQmemS5t6A”,
“status”: “INTERNAL_SERVER_ERROR”
}
]
can someone please help me on this.