windows - 使用 Windows Server 的集中式日志文件

标签 windows elasticsearch windows-server-2008 logstash kibana

我想为最终用户提供一个 Web 界面,以便他们有机会仅使用该界面来监控来自不同服务器的日志文件。

我找到了这个提案:

  http://logstash.net/docs/1.3.3/tutorials/getting-started-centralized

这个实现过程的例子:

  http://michael.bouvy.net/blog/en/2013/11/19/collect-visualize-your-logs-logstash-elasticsearch-redis-kibana/

据我所知,Redis 通常与 Linux 操作系统兼容。但是我的操作系统是 Windows Servers 2008。

可以使用这个解决方案吗?任何例子都会对我有帮助。

谢谢。

最佳答案

到目前为止,Redis 不支持 window 操作系统。

不过,你可以尝试安装这个非官方redis在redis页面上建议。

关于windows - 使用 Windows Server 的集中式日志文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23907747/

相关文章:

postgresql - 为复杂的地理查询选择数据结构/存储解决方案

asp.net - 链接按钮不适用于IE 10

c++ - 混合来自不同编译器的 C++ 代码

c++ - 显示图像 Sprite 中的特定图像

elasticsearch - 获取满足多个条件的特定数量的文档-Elasticsearch

elasticsearch - 如何从Elasticsearch中排除 “fingerprint”字段

windows-server-2008 - 断开连接后 RDP session 的 GUI 能否保持事件状态

c# - StreamWriter 追加随机数据

c - 跳过位图到字符串转换器中的填充?

c++ - 你能在事件处理程序中使用 wxMutex 吗?