Commit 61bb389c authored by Noel Alonso's avatar Noel Alonso
Browse files

Añade index_patterns y aliasses al template

parent ffe93858
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
{
	"index_patterns": ["tracking-vessel*"],
	"settings": {
		"analysis": {
			"analyzer": {
@@ -41,7 +42,7 @@
		}
	},
	"mappings": {
		"tracking": {
		"_doc": {
			"_all": {
				"enabled": false
			},
@@ -189,5 +190,9 @@
				}
			}
		}
	},
	"aliases" : {
        "tracking-vessel" : {},
        "{index}-alias" : {} 
    }
}
 No newline at end of file