Skip to content

Instantly share code, notes, and snippets.

@Veraticus
Veraticus / topbeat.template.json
Last active August 17, 2016 21:52 — forked from boeboe/topbeat.template.json
Default topbeat template for elastic search
{
"template" : "topbeat-*",
"settings" : {
"index" : {
"refresh_interval" : "5s"
}
},
"mappings" : {
"_default_" : {
"dynamic_templates" : [ {