26 lines
490 B
JSON
26 lines
490 B
JSON
{
|
|
"query":{
|
|
"bool":{
|
|
"filter":[
|
|
{
|
|
"bool":{
|
|
"should":[
|
|
{
|
|
"bool":{
|
|
"filter":[
|
|
{
|
|
"match_phrase":{
|
|
"kubernetes.namespace_name.keyword":"default"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"minimum_should_match":1
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |