Skip to content

Instantly share code, notes, and snippets.

View pioorg's full-sized avatar

Piotr Przybył pioorg

View GitHub Profile
// Before you start with anything, please consider visiting:
// https://www.elastic.co/guide/en/elasticsearch/reference/current/esql.html
PUT sample_data
{
"mappings": {
"properties": {
"client_ip": {
"type": "ip"
},