试试这个
GET ucs_heartbeat/_search?pretty{ "query": { "bool": { "must_not": [ { "term": { "statusCode": 200 } } ] } }}
试试这个
GET ucs_heartbeat/_search?pretty{ "query": { "bool": { "must_not": [ { "term": { "statusCode": 200 } } ] } }}