如何获取Splunk仪表板中下拉列表的值列表?
制作仪表板并想要创建图表。要显示指标,我必须从下拉列表中选择缓存。 我可以如何列出缓存列表
Message= [CACHE_NAME=<HERE IS THE NAME OF CACHE> method=GET <SOME_OTHER_STRINGS> found=true]
Making a dashboard and want to create a chart. To display the metrics, I must choose cache from the dropdown. The problem is how I can make a list of caches if I have the following log:
Message= [CACHE_NAME=<HERE IS THE NAME OF CACHE> method=GET <SOME_OTHER_STRINGS> found=true]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过搜索缓存列表。读取日志,从中提取缓存名称,然后删除重复项。
Get a list of caches by searching for them. Read the log, extract cache names from it, then remove duplicates.