是否可以重命名Kibana值以获得更好的图形读取性?

发布于 2025-02-08 12:47:04 字数 532 浏览 0 评论 0原文

给定以下数据:

records: [
  {id: 1, path: "www.somewebsite.com/en/landing.html" },
  {id: 2, path: "www.somewebsite.com/es/landing.html" },
]

是否可以实现显示显示的图表(英语:50% | 西班牙语:50%)?

可以通过使用两个过滤器来获得正确的数据拆分:

logstash.records.path: */en/*
logstash.records.path: */es/*

但这仍然是混乱的标签:( logstash.records.path: */en/ *:50% | logstash。 records.path: */es/ *:50%

Given the following data:

records: [
  {id: 1, path: "www.somewebsite.com/en/landing.html" },
  {id: 2, path: "www.somewebsite.com/es/landing.html" },
]

is it possible to achieve a graph that shows (English: 50%|Spanish: 50%)?

It is possible to get the correct data split by using two filters:

logstash.records.path: */en/*
logstash.records.path: */es/*

but this still yeilds the messy labels: (logstash.records.path: */en/*: 50%|logstash.records.path: */es/*: 50%)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文