小恒
小恒
elasticsearch Is this still on the roadmap?
Which version of DNS cache can be added?
无法获取到字段信息 
The rust-onig library seems to be no longer maintained, should we consider ignoring this error for now?
最终想要的效果是展示日志信息 选择“每行展示 labels 的值” 大概率会页面崩溃白页
这个日志内容就是k8s 的event 日志,所以看怎么能控制只展示部分内容 应该是跟列太多有关,测试数据就7条一点“每行展示 labels 的值” 就崩了 grafana 是通过这种方式过滤字段的
可以了 我先搜索一个不存在的,把内容置为空然后选择value,在去把数据搞出来,页面就不会崩溃白页了
下面是录屏 你看下 https://github.com/user-attachments/assets/9ba86295-8f16-4fa0-86f9-0be1a0c9febf
 ``` { "type": "Logs", "request": { "url": "/api/n9e/proxy/1/_msearch", "method": "POST", "data": "{\"search_type\":\"query_then_fetch\",\"ignore_unavailable\":true,\"index\":\"kube-events-*\"}\n{\"size\":100,\"query\":{\"bool\":{\"filter\":[{\"range\":{\"eventTime\":{\"gte\":1719128959466,\"lte\":1721720959466,\"format\":\"epoch_millis\"}}},{\"query_string\":{\"analyze_wildcard\":true,\"query\":\"metadata.name: \\\"nginx*\\\"\"}}]}},\"sort\":[{\"eventTime\":{\"order\":\"desc\",\"unmapped_type\":\"boolean\"}}],\"script_fields\":{},\"aggs\":{}}\n" }, "response": [ { "took": 2, "timed_out": false, "_shards": { "total": 14, "successful": 14, "skipped": 12,...
I tested it, and it’s very slow, extremely slow. Of course, my topic and consumer groups are quite numerous. This issue did not exist in the previous version of provectuslabs/kafka-ui:v0.7.2.