Index: ARMS/index/template-box-body.html =================================================================== diff -u -r3c0ce8fe93ff3788f53e5b102eb9afd223045d95 -r0f5ec821f518153a8ccb3e1dc4b659e744003909 --- ARMS/index/template-box-body.html (.../template-box-body.html) (revision 3c0ce8fe93ff3788f53e5b102eb9afd223045d95) +++ ARMS/index/template-box-body.html (.../template-box-body.html) (revision 0f5ec821f518153a8ccb3e1dc4b659e744003909) @@ -88,21 +88,6 @@ $(function() { jstreeDataTableReload(); - - var url="http://www.313.co.kr/elasticsearch/metricbeat-*/_search"; - var params=""; - - $.ajax({ - type:"POST", - url:url, - data:params, - success:function(args){ - console.log(JSON.stringify(args)); - }, - error:function(e){ - alert(e.responseText); - } - }); }); function jsTreeClick(selectedNodeID) { @@ -112,19 +97,32 @@