Skip to content

Instantly share code, notes, and snippets.

@lancespeelmon
Created August 3, 2015 04:03
Show Gist options
  • Save lancespeelmon/c1133f88703049bb31f7 to your computer and use it in GitHub Desktop.
Save lancespeelmon/c1133f88703049bb31f7 to your computer and use it in GitHub Desktop.
ELK nested tuple mapping
{
"mappings": {
"typename": {
"properties": {
"tuples": {
"type": "nested",
"properties": {
"field_name": { "type": "string" },
"text_value": { "type": "string" },
"num_value": { "type": "long" }
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment