简体   繁体   English

在现有的Rest服务中配置Elastic Search

[英]Configure Elastic Search in already existing rest service

I already have an rest api running on my machine. 我的机器上已经有一个REST API。 I wanted to check if I can implement elastic search and Kibana on the application logs so that I can start exploring it 我想检查我是否可以在应用程序日志中实现弹性搜索和Kibana,以便可以开始探索它

You can install filebeat and stream your logs to elasticsearch. 您可以安装filebeat并将日志流式传输到elasticsearch。 Depending on the type of logs, you might need to provide an ingest pipeline in elasticsearch to transform your logs as structured documents. 根据日志的类型,您可能需要在elasticsearch中提供一个摄取管道,以将日志转换为结构化文档。

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

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