ES Query Builder
Visually build a boolean filter over sample JSON and see it compiled live to an Elasticsearch / OpenSearch bool query (valid for both).
Fields
status
age
active
tags
Filter logic
Elasticsearch / OpenSearch
{
"bool": {
"must": []
}
}