Files
kubesphere/pkg/simple/client/logging/elasticsearch/testdata/api_body_8.json
2020-07-29 10:26:38 +08:00

26 lines
490 B
JSON

{
"query":{
"bool":{
"filter":[
{
"bool":{
"should":[
{
"bool":{
"filter":[
{
"match_phrase":{
"kubernetes.namespace_name.keyword":"default"
}
}
]
}
}
],
"minimum_should_match":1
}
}
]
}
}
}