Skip to content

Commit

Permalink
Merge pull request #342 from alex-smile/update_esb_bk_log_apis
Browse files Browse the repository at this point in the history
更新 ESB BK_LOG 组件
  • Loading branch information
MrLYC authored May 26, 2021
2 parents fb0a005 + dc8a7de commit df9e66c
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 1 deletion.
2 changes: 1 addition & 1 deletion paas2/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.12.15
2.12.16
121 changes: 121 additions & 0 deletions paas2/esb/components/confapis/bk_log/bk_log.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,28 @@
dest_http_method: GET
is_hidden: True

- path: /v2/bk_log/search_index_set/{index_set_id}/context/
name: search_context
label: 日志平台-检索-上下文
label_en: bk_log search context
method: POST
api_type: query
comp_codename: generic.v2.bk_log.bk_log_component
dest_path: /api/v1/search/index_set/{index_set_id}/context/
dest_http_method: POST
is_hidden: True

- path: /v2/bk_log/search_index_set/{index_set_id}/tailf/
name: search_tailf
label: 日志平台-检索-实时日志
label_en: bk_log search tail
method: POST
api_type: query
comp_codename: generic.v2.bk_log.bk_log_component
dest_path: /api/v1/search/index_set/{index_set_id}/tailf/
dest_http_method: POST
is_hidden: True

- path: /v2/bk_log/create_index_set/
name: create_index_set
label: 日志平台-创建索引集
Expand Down Expand Up @@ -155,3 +177,102 @@
dest_path: /api/v1/databus/collectors/{collector_config_id}/tail/
dest_http_method: GET
is_hidden: True

- path: /v2/bk_log/databus_collectors/
name: create_databus_collectors
label: 日志平台-创建采集项
label_en: bk_log create collector
method: POST
api_type: query
comp_codename: generic.v2.bk_log.bk_log_component
dest_path: /api/v1/databus/collectors/
dest_http_method: POST
is_hidden: True

- path: /v2/bk_log/databus_collectors/
name: update_databus_collectors
label: 日志平台-更新采集项
label_en: bk_log update collector
method: PUT
api_type: query
comp_codename: generic.v2.bk_log.bk_log_component
dest_path: /api/v1/databus/collectors/
dest_http_method: PUT
is_hidden: True

- path: /v2/bk_log/databus_collectors/
name: list_databus_collectors
label: 日志平台-采集项列表
label_en: bk_log list collector
method: GET
api_type: query
comp_codename: generic.v2.bk_log.bk_log_component
dest_path: /api/v1/databus/collectors/
dest_http_method: GET
is_hidden: True

- path: /v2/bk_log/databus_collectors/{collector_config_id}/
name: retrieve_databus_collector
label: 日志平台-获取采集项详情
label_en: bk_log get collector info
method: GET
api_type: query
comp_codename: generic.v2.bk_log.bk_log_component
dest_path: /api/v1/databus/collectors/{collector_config_id}/
dest_http_method: GET
is_hidden: True

- path: /v2/bk_log/databus_collectors/{collector_config_id}/update_or_create_clean_config/
name: databus_collectors_replace_clean_config
label: 日志平台-清洗入库
label_en: bk_log collector clean config
method: POST
api_type: query
comp_codename: generic.v2.bk_log.bk_log_component
dest_path: /api/v1/databus/collectors/{collector_config_id}/update_or_create_clean_config/
dest_http_method: POST
is_hidden: True

- path: /v2/bk_log/databus_storage/
name: list_databus_storage
label: 日志平台-存储列表
label_en: bk_log list databus storage
method: GET
api_type: query
comp_codename: generic.v2.bk_log.bk_log_component
dest_path: /api/v1/databus/storage/
dest_http_method: GET
is_hidden: True

- path: /v2/bk_log/databus_storage/{cluster_id}/
name: get_databus_storage
label: 日志平台-存储详情
label_en: bk_log get databus storage
method: GET
api_type: query
comp_codename: generic.v2.bk_log.bk_log_component
dest_path: /api/v1/databus/storage/{cluster_id}/
dest_http_method: GET
is_hidden: True

- path: /v2/bk_log/databus_storage/
name: create_databus_storage
label: 日志平台-创建存储
label_en: bk_log create databus storage
method: POST
api_type: query
comp_codename: generic.v2.bk_log.bk_log_component
dest_path: /api/v1/databus/storage/
dest_http_method: POST
is_hidden: True

- path: /v2/bk_log/databus_storage/
name: update_databus_storage
label: 日志平台-更新存储
label_en: bk_log update databus storage
method: PUT
api_type: query
comp_codename: generic.v2.bk_log.bk_log_component
dest_path: /api/v1/databus/storage/
dest_http_method: PUT
is_hidden: True
3 changes: 3 additions & 0 deletions paas2/release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Release Log
===============================
# 2.12.16
- esb: update esb bk_log apis

# 2.12.15
- esb: update configuration components BKDATA

Expand Down

0 comments on commit df9e66c

Please sign in to comment.