Removed outdated json templates.
diff --git a/demo/dashboard/files/templates/testing_old.json b/demo/dashboard/files/templates/testing_old.json
deleted file mode 100644
index 95c1e9e..0000000
--- a/demo/dashboard/files/templates/testing_old.json
+++ /dev/null
@@ -1,166 +0,0 @@
-{

-   "template":"testing-old",

-   "order":1,

-   "settings":{

-      "number_of_shards":1,

-      "number_of_replicas":0,

-      "index.refresh_interval":"5s"

-   },

-   "testing":{

-      "properties":{

-         "@timestamp":{

-            "type":"date",

-            "format":"date_optional_time"

-         },

-         "@version":{

-            "type":"string"

-         },

-         "apiVersion":{

-            "type":"string"

-         },

-         "client":{

-            "type":"string"

-         },

-         "component":{

-            "properties":{

-               "name":{

-                  "type":"string",

-                  "index":"not_analyzed"

-               },

-               "version":{

-                  "type":"string"

-               }

-            }

-         },

-         "host":{

-            "type":"string",

-            "index":"not_analyzed"

-         },

-         "impLanguage":{

-            "type":"string",

-            "index":"not_analyzed"

-         },

-         "major_ver":{

-            "type":"integer"

-         },

-         "meta":{

-            "properties":{

-               "expanded":{

-                  "type":"boolean"

-               },

-               "UIOjectId":{

-                  "type":"string"

-               },

-               "UIOjectIds":{

-                  "type":"string",

-                  "index":"not_analyzed"

-               },

-               "UIOjectType":{

-                  "type":"string",

-                  "index":"not_analyzed"

-               },

-               "UIContainerId":{

-                  "type":"string",

-                  "index":"not_analyzed"

-               },

-               "contextId":{

-                  "type":"string"

-               },

-               "duration":{

-                  "type":"string",

-                  "index":"not_analyzed"

-               },

-               "endDate":{

-                  "type":"string"

-               },

-               "entityCount":{

-                  "type":"integer"

-               },

-               "fileId":{

-                  "type":"string"

-               },

-               "fromDragDropEvent":{

-                  "type":"boolean"

-               },

-               "numBuckets":{

-                  "type":"integer"

-               },

-               "page":{

-                  "type":"integer"

-               },

-               "requestedFromColumn":{

-                  "type":"boolean"

-               },

-               "searchControlId":{

-                  "type":"string"

-               },

-               "sessionID":{

-                  "type":"string",

-                  "index":"not_analyzed"

-               },

-               "showDetails":{

-                  "type":"boolean"

-               },

-               "startDate":{

-                  "type":"string"

-               },

-               "totalColumns":{

-                  "type":"integer"

-               },

-               "xfld":{

-                  "type":"string"

-               }

-            }

-         },

-         "minor_ver":{

-            "type":"integer"

-         },

-         "oid":{

-            "properties":{

-               "$oid":{

-                  "type":"string"

-               }

-            }

-         },

-         "parms":{

-            "properties":{

-               "activity":{

-                  "type":"string",

-                  "index":"not_analyzed"

-               },

-               "desc":{

-                  "type":"string"

-               },

-               "wf_state":{

-                  "type":"integer"

-               },

-               "wf_version":{

-                  "type":"float"

-               }

-            }

-         },

-         "path":{

-            "type":"string"

-         },

-         "sessionID":{

-            "type":"string",

-            "index":"not_analyzed"

-         },

-         "tags":{

-            "type":"string"

-         },

-         "timestamp":{

-            "properties":{

-               "$date":{

-                  "type":"date",

-                  "format":"dateOptionalTime"

-               }

-            }

-         },

-         "type":{

-            "type":"string",

-            "index":"not_analyzed"

-         }

-      }

-   }

-}
\ No newline at end of file
diff --git a/demo/dashboard/files/templates/testing_v2.json b/demo/dashboard/files/templates/testing_v2.json
deleted file mode 100644
index 59824a7..0000000
--- a/demo/dashboard/files/templates/testing_v2.json
+++ /dev/null
@@ -1,90 +0,0 @@
-{

-  "template" : "testing-v2",

-  "order" : 1,

-  "settings" : {

-    "number_of_shards" : 1,

-    "number_of_replicas" : 0,

-    "index.refresh_interval" : "60s"

-  },

-  "mappings" : {

-    "xdata_v2" : {

-      "properties" : {

-        "@timestamp" : {

-          "type" : "date",

-          "format" : "dateOptionalTime"

-        },

-        "@version" : {

-          "type" : "string"

-        },

-        "apiVersion" : {

-          "type" : "string"

-        },

-        "client" : {

-          "type" : "string"

-        },

-        "component" : {

-          "properties" : {

-            "name" : {

-              "index" : "not_analyzed",

-              "type" : "string"

-            },

-            "version" : {

-              "type" : "string"

-            }

-          }

-        },

-        "host" : {

-          "type" : "string"

-        },

-        "impLanguage" : {

-          "type" : "string"

-        },

-        "major_ver" : {

-          "type" : "long"

-        },

-        "minor_ver" : {

-          "type" : "long"

-        },

-        "parms" : {

-          "properties" : {

-            "activity" : {

-              "index" : "not_analyzed",

-              "type" : "string"

-            },

-            "desc" : {

-              "type" : "string"

-            },

-            "wf_state" : {

-              "type" : "long"

-            },

-            "wf_version" : {

-              "type" : "string"

-            }

-          }

-        },

-        "patch_ver" : {

-          "type" : "long"

-        },

-        "path" : {

-          "type" : "string"

-        },

-        "sessionID" : {

-          "type" : "string"

-        },

-        "tags" : {

-          "type" : "string"

-        },

-        "timestamp" : {

-          "type" : "date",

-          "format" : "dateOptionalTime"

-        },

-        "type" : {

-          "type" : "string"

-        },

-        "wf_state_longname" : {

-          "type" : "string"

-        }

-      }

-    }

-  }

-} 
\ No newline at end of file