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).

ES QUERY BUILDER

raw (2)

Fields

status
age
active
tags

Set up an AI connection first (top-right ✨).

Filter logic

Elasticsearch / OpenSearch
{
  "bool": {
    "must": []
  }
}