Bool query should in bool must

I use bool should in bool must query like below.
{
"query":{
"bool":{
"must":[
{
"bool": {
"should":[
{
"match":{
"securityType":"ACCESS"
}
}
]
}
},
{
"match": {
"secuirtyEvent":"Read"
}
}
]
}
}
}

  I want to know default value of minimum_should_match when I use bool should query in bool  must query. Is it one?
I use bool should in bool must query.
"query":{
"bool":{

What ?

I am sorry that I was writing a question.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.