i use a script in python to search, index and uptade data and everything works but sometimes give this error many times in a row **'search_phase_execution_exception', 'action [indices:data/read/search[phase/query]] is unauthorized for user **
this is de role information
{
"organizer" : {
"cluster" : [
"all"
],
"indices" : [
{
"names" : [
"data-report*"
],
"privileges" : [
"all"
],
"allow_restricted_indices" : false
}
],
"applications" : [ ],
"run_as" : [ ],
"metadata" : { },
"transient_metadata" : {
"enabled" : true
}
}
}
`
