We've got an aggregation that used to work:
query{
customizations(
aggregations: {
name: "form_item_count",
filter: {
properties: [
{ name: "email", exists: true }
]
}
fields: [
{
name: "results"
field_name: "name.raw",
type: terms
}
]
}
){
aggregations{
raw
}
}
}
It just started returning 503 error on most sites around late May. Is anyone else facing issues with aggregations lately?