Recently started using Kibana 4. I am not getting how to make Kibana 4 visualizer on dashboard not resizable?
and in visualizer there is option to see table,request,response how to hide it?
Recently started using Kibana 4. I am not getting how to make Kibana 4 visualizer on dashboard not resizable?
and in visualizer there is option to see table,request,response how to hide it?
所以我发现跟随“kibana”是我的 iframe 的 id,它正在加载 kibana 仪表板。在其 onload 事件中,我正在调用一个函数并在其中保留以下代码。
$("#kibana").contents().find('img').hide();
window.setTimeout(function(){
$("#kibana").contents().find('visualize-spy').remove();
}, 2500);
这段代码只是隐藏它。
您可以应用此解决方案来制作可见的时间选择器或 kibana4 的顶部菜单栏中的任何内容。