32 lines
609 B
JSON
32 lines
609 B
JSON
{
|
|
"query":{
|
|
"bool":{
|
|
"filter":[
|
|
{
|
|
"bool":{
|
|
"should":[
|
|
{
|
|
"match_phrase":{
|
|
"kubernetes.container_name.keyword":"mysql-1"
|
|
}
|
|
}
|
|
],
|
|
"minimum_should_match":1
|
|
}
|
|
},
|
|
{
|
|
"bool":{
|
|
"should":[
|
|
{
|
|
"match_phrase_prefix":{
|
|
"kubernetes.container_name":"mysql-3"
|
|
}
|
|
}
|
|
],
|
|
"minimum_should_match":1
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |