Skip to content

Instantly share code, notes, and snippets.

View xeraa's full-sized avatar
🎩
DevRel

Philipp Krenn xeraa

🎩
DevRel
View GitHub Profile
@xeraa
xeraa / data.console
Last active November 17, 2025 09:46
ES|QL JOIN on two fields
DELETE main
PUT main/_doc/1
{
"timestamp": "2025-10-12T00:00:00",
"symbol": "ESTC",
"price": 10.5
}
PUT main/_doc/2
{
"timestamp": "2025-10-13T00:00:00",