{ "query":{ "bool":{ "filter":[ { "bool":{ "should":[ { "match_phrase":{ "kubernetes.pod_name.keyword":"mysql" } } ], "minimum_should_match":1 } }, { "bool":{ "should":[ { "match_phrase_prefix":{ "kubernetes.pod_name":"mysql-a8w3s-10945j" } } ], "minimum_should_match":1 } }, { "bool":{ "should":[ { "match_phrase_prefix":{ "log":"info" } } ], "minimum_should_match":1 } } ] } } }