Skip to content

Instantly share code, notes, and snippets.

@mewm
Created October 18, 2019 06:42
Show Gist options
  • Save mewm/4e7618f42f8e09535123faaf5f92e3c3 to your computer and use it in GitHub Desktop.
Save mewm/4e7618f42f8e09535123faaf5f92e3c3 to your computer and use it in GitHub Desktop.
curl -XPUT 'localhost:9200/_template/application_template?pretty' -H 'Content-Type: application/json' -d'
{
"template": "application-*",
"mappings": {
"doc": {
"properties": {
"ctxt_trace": {
"type": "nested"
}
}
}
}
}
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment