Index: bootstrap/css/bootstrap-theme.css =================================================================== diff -u -rcf958435351c0acd7804af55be1b75d07726070d -r51eb3538a6e85e190c09411a6484dac92f1ce351 --- bootstrap/css/bootstrap-theme.css (.../bootstrap-theme.css) (revision cf958435351c0acd7804af55be1b75d07726070d) +++ bootstrap/css/bootstrap-theme.css (.../bootstrap-theme.css) (revision 51eb3538a6e85e190c09411a6484dac92f1ce351) @@ -518,7 +518,7 @@ crossDomain: true, global : true, contentType : 'application/json', - async : 'undefined' === typeof async || null == async ? true : async, + async : false, cache : false, success : function(data) { Index: ARMS/request.json =================================================================== diff -u -rd0b1a3127e92fa7c2d25ffa157bca78b28575b93 -r51eb3538a6e85e190c09411a6484dac92f1ce351 --- ARMS/request.json (.../request.json) (revision d0b1a3127e92fa7c2d25ffa157bca78b28575b93) +++ ARMS/request.json (.../request.json) (revision 51eb3538a6e85e190c09411a6484dac92f1ce351) @@ -11,9 +11,13 @@ } }, "size": 0, + "_source": { + "excludes": [] + }, "stored_fields": [ "*" ], + "script_fields": {}, "docvalue_fields": [ { "field": "@timestamp", @@ -22,6 +26,7 @@ ], "query": { "bool": { + "must": [], "filter": [ { "bool": { @@ -44,7 +49,9 @@ } } } - ] + ], + "should": [], + "must_not": [] } } } \ No newline at end of file