... | ... | @@ -280,7 +280,6 @@ task_result=8000 # 参数错误 |
|
|
|
|
|
## 责任人
|
|
|
```html
|
|
|
范召贤
|
|
|
```
|
|
|
|
|
|
|
... | ... | @@ -292,7 +291,6 @@ task_result=8000 # 参数错误 |
|
|
|
|
|
## 爬虫结果目录
|
|
|
```html
|
|
|
/data/enterprise_spider_data/social_organ
|
|
|
```
|
|
|
|
|
|
## 归集后存放目录
|
... | ... | @@ -305,7 +303,6 @@ task_result=8000 # 参数错误 |
|
|
|
|
|
## logstash文件采集type
|
|
|
```html
|
|
|
type=>"social_organ"
|
|
|
```
|
|
|
|
|
|
## 数据归集的topic
|
... | ... | @@ -315,17 +312,6 @@ topic_id => "" |
|
|
|
|
|
## ES日志索引及筛选条件
|
|
|
```html
|
|
|
index => "collie-ic-crawler-meta-%{log_date}"
|
|
|
{
|
|
|
"query": {
|
|
|
"match": {
|
|
|
"spider_name.keyword": {
|
|
|
"query": "social_organ",
|
|
|
"type": "phrase"
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
```
|
|
|
|
|
|
## 监控指标看板
|
... | ... | |