简体   繁体   English

如何从 python 中的 splunk 统计数据创建可视化?

[英]How to create visualization from splunk stats in python?

I'm working on creating a slackbot that would talk to Splunk and get the trends/stats in visualization format.我正在创建一个可以与 Splunk 对话并以可视化格式获取趋势/统计数据的 slackbot。 I'm looking for some documentation/relevant links to understand how can we create a visualization from Splunk stats using Python.我正在寻找一些文档/相关链接,以了解我们如何使用 Python 从 Splunk 统计数据创建可视化。

At first you could save your splunk results to a csv-file.首先,您可以将 splunk 结果保存到 csv 文件。 Afterwards you could make the visualization with matplotlib .之后,您可以使用matplotlib进行可视化。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM