Leslie Zhang

Results 81 comments of Leslie Zhang

收集到kafka,自己按照topic写消费。

@hzliangbin See here: 这个是我个人修改后支持ARM64的Dockerfile.

理解了你的意思,但数据库里面什么也没有。 我单独输出hot_artists和artist也都是空值。 我看了一下body的输出好像也没有hot_artists和artist这两者的html tag在里面,find_all应该是无效了。

爬去的soup里面的内容呢直接浏览的内容不一样,如http://music.163.com/#/discover/artist/cat?id=2002&initial=68 。直接在这个页面上面如 “周杰伦”右键检查可以看到tag属性,“周杰伦“,`“周杰伦“`,但是爬去下来的soup找不到"class":"nm` nm-icn f-thide s-fc0",也就是说没有这些歌手的数据。 是不是被网易禁止了? 感谢了! 看了一下,还像是param加密了,知乎上面看到的encrypted。

> Elasticsearch 7.2 throws the following error: > > ``` > # sudo -u www-data php occ fulltextsearch:search user searchterm > search > > In Connection.php line 620: > >...

比如说,我通过log-pilot,每个服务一个topic,如: ``` # kafka topic log-backend-app01 log-backend-app02 ... ``` go-stash支持写正则topic来消费: ``` ^log-backend-app.+ 根据topic生成对应应用的es index,而无须一个一个的配置。 # es index log-backend-app01 log-backend-app02 ```

假如我有一百多应用日志的topic,那不是不是要配置一百个go-stash 消费实例?

`app.conf`中的示例配置: ```conf # 是否启用告警组 open-alertgroup = 1 # 配置告警组不同的section组 [ag-ops] wxurl = x1,x2 ddurl = x1,x2 fsurl = x1,x2 email = x1, x2 phone = p1,p2 [ag-sre] wxurl = x1,x2...