GET 索引名称/_search
{
"_source": ["name", "flag", "domain"],
"query": {
"bool": {
"must": [{"match": {
"response_result": "失败"
}}]
}
}
}
GET 索引名称/_search
{
"_source": ["name", "flag", "domain"],
"query": {
"bool": {
"must": [{"match": {
"response_result": "失败"
}}]
}
}
}