Skip to content

Commit

Permalink
Merge pull request #1103 from alex-smile/ft_esb_update_apis_20230907
Browse files Browse the repository at this point in the history
update bk_log confapis
  • Loading branch information
alex-smile authored Sep 7, 2023
2 parents 7d49b42 + 4bc2662 commit 637ee8b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paas2/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.58
2.14.59
24 changes: 23 additions & 1 deletion paas2/esb/components/confapis/bk_log/bk_log.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,28 @@
dest_http_method: POST
is_hidden: True

- path: /v2/bk_log/grafana/custom_es_datasource/{index_set_id}/_mapping
name: custom_es_datasource_mapping
label: 日志平台-自定义ES数据源获取Mapping
label_en: bk_log es grafana_custom_es_datasource mapping
method: GET
api_type: query
comp_codename: generic.v2.bk_log.bk_log_component
dest_path: /grafana/custom_es_datasource/{index_set_id}/_mapping
dest_http_method: GET
is_hidden: True

- path: /v2/bk_log/grafana/custom_es_datasource/_msearch
name: custom_es_datasource_msearch
label: 日志平台-自定义ES数据源msearch
label_en: bk_log es grafana_custom_es_datasource msearch
method: POST
api_type: query
comp_codename: generic.v2.bk_log.bk_log_component
dest_path: /grafana/custom_es_datasource/_msearch
dest_http_method: POST
is_hidden: True

- path: /v2/bk_log/grafana/target_tree/
name: grafana_target_tree
label: 日志平台-grafana查询接口
Expand Down Expand Up @@ -1016,7 +1038,7 @@
is_hidden: True

- path: /v2/bk_log/search_index_set/{index_set_id}/search/
name: search log
name: search_log
label: 日志平台-日志检索
label_en: bk_log search log
method: POST
Expand Down
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.14.59
- esb: update bk_log confapis

# 2.14.58
- esb: update bk_log confapis

Expand Down

0 comments on commit 637ee8b

Please sign in to comment.