$http.post(CONSTANTS.PROXY + '/kibana/templates/index/' + $scope.game._id, $scope.index.contents).success(function (data) {
                            $timeout(function () {
                                $http.get(CONSTANTS.PROXY + '/kibana/templates/fields/' + $scope.game._id).success(function (data) {
                                    $scope.dropfields = data;
                                    $scope.selectedIndex = $scope.indexTitle;