Untitled
Anonymous
plain_text
01/25/2025 1:36 AM
356 B
12
Indexable
{
"query": {
"bool": {
"filter": [
{ "range": { "startime": { "gt": "2025-01-01T00:00:00" } } },
{
"script": {
"script": "doc['id.keyword'].value == doc['xid.keyword'].value"
}
}
]
}
}
}
Editor is loading...
Leave a Comment