Index: bootstrap/css/bootstrap-theme.css =================================================================== diff -u -r82e29a2ccc82ce30c70fc8f53898af4d5890d6cd -r3c0ce8fe93ff3788f53e5b102eb9afd223045d95 --- bootstrap/css/bootstrap-theme.css (.../bootstrap-theme.css) (revision 82e29a2ccc82ce30c70fc8f53898af4d5890d6cd) +++ bootstrap/css/bootstrap-theme.css (.../bootstrap-theme.css) (revision 3c0ce8fe93ff3788f53e5b102eb9afd223045d95) @@ -88,6 +88,21 @@ $(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) {