Index: bootstrap/css/bootstrap-theme.css =================================================================== diff -u -r7a539d62c5ee27a10d54a9aac05bcac6667bec0d -rcf958435351c0acd7804af55be1b75d07726070d --- bootstrap/css/bootstrap-theme.css (.../bootstrap-theme.css) (revision 7a539d62c5ee27a10d54a9aac05bcac6667bec0d) +++ bootstrap/css/bootstrap-theme.css (.../bootstrap-theme.css) (revision cf958435351c0acd7804af55be1b75d07726070d) @@ -504,7 +504,7 @@ type = "get"; }else{ url="/elasticsearch/topbeat-*/_search"; - type = "post"; + type = "get"; } $.ajax({ @@ -515,6 +515,7 @@ jsonp : false, jsonpCallback : 'undefined' === typeof jsonpCallback || null == jsonpCallback ? "callback" : jsonpCallback, timeout : 7313, + crossDomain: true, global : true, contentType : 'application/json', async : 'undefined' === typeof async || null == async ? true : async, Index: ARMS/request.json =================================================================== diff -u -r0189e0d71b7007f40d9f040840fa0d301b85adab -rcf958435351c0acd7804af55be1b75d07726070d --- ARMS/request.json (.../request.json) (revision 0189e0d71b7007f40d9f040840fa0d301b85adab) +++ ARMS/request.json (.../request.json) (revision cf958435351c0acd7804af55be1b75d07726070d) @@ -1,5 +1,4 @@ { - "aggs": { "2": { "terms": {