Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

ELK stack(主要是Logstash)如何记录App版本号?

$
0
0

我app是通过http请求和我的api服务器通信的。 所以每一次通信都会有一个log发送到logstash,存到es里面。 我想我的es能够储存每一次请求的app的版本号。

我可以在http请求的useragent里面加上版本信息,然后自己写一个useragent filter plugin去解析。 但又没有什么更简单的办法?


Viewing all articles
Browse latest Browse all 14821

Trending Articles