Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/user-interface/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Elastic stack 如何在ELK stack上发送本机应用程序日志?_Elastic Stack - Fatal编程技术网

Elastic stack 如何在ELK stack上发送本机应用程序日志?

Elastic stack 如何在ELK stack上发送本机应用程序日志?,elastic-stack,Elastic Stack,如何将本机应用程序日志发送到日志存储或直接发送到弹性搜索? 还有谁能给我介绍一下卡夫卡与ELK stack的集成也许你想要的是filebeat。Filebeat可以解析你的应用程序日志并将其发送到logstash。Filebeat也支持卡夫卡。您可以将数据从filebeat推送到kafka,然后logstash可以从那里获取数据 https://www.elastic.co/products/beats/filebeat 谢谢你,布莱耶什。。但是filebeat不适用于云主机,而且我想将我的本

如何将本机应用程序日志发送到日志存储或直接发送到弹性搜索?
还有谁能给我介绍一下卡夫卡与ELK stack的集成

也许你想要的是filebeat。Filebeat可以解析你的应用程序日志并将其发送到logstash。Filebeat也支持卡夫卡。您可以将数据从filebeat推送到kafka,然后logstash可以从那里获取数据

https://www.elastic.co/products/beats/filebeat

谢谢你,布莱耶什。。但是filebeat不适用于云主机,而且我想将我的本地应用程序(Android和IOS)日志发送到日志存储。我想知道使用ELK stack和不使用filebeat的最佳方法(架构)。您有很多选择,可以使用logstash http input->Elasticsearch或kafka->logstah->Elasticsearch,也可以从应用程序直接到Elasticsearch摄取节点