Compare commits
4 Commits
fix_gw_age
...
main
Author | SHA1 | Date |
---|---|---|
|
92008a2139 | |
|
51bda50108 | |
|
76352dbc2d | |
|
9e643ebfbc |
|
@ -1,22 +1,22 @@
|
||||||
path.data: data
|
path.data: data
|
||||||
path.logs: log
|
path.logs: log
|
||||||
|
|
||||||
allow_multi_instance: false
|
allow_multi_instance: true
|
||||||
configs.auto_reload: true
|
configs.auto_reload: false
|
||||||
|
|
||||||
entry:
|
entry:
|
||||||
- name: agent_es_entry
|
- name: my_es_entry
|
||||||
enabled: true
|
enabled: true
|
||||||
router: agent_metrics_router
|
router: my_router
|
||||||
max_concurrency: 200000
|
max_concurrency: 200000
|
||||||
network:
|
network:
|
||||||
binding: 0.0.0.0:8765
|
binding: 0.0.0.0:8081
|
||||||
tls: #for mTLS connection with config servers
|
# tls: #for mTLS connection with config servers
|
||||||
enabled: true
|
# enabled: true
|
||||||
# ca_file: /xxx/ca.crt
|
# ca_file: /xxx/ca.crt
|
||||||
# cert_file: /xxx/server.crt
|
# cert_file: /xxx/server.crt
|
||||||
# key_file: /xxx/server.key
|
# key_file: /xxx/server.key
|
||||||
skip_insecure_verify: false
|
# skip_insecure_verify: false
|
||||||
|
|
||||||
flow:
|
flow:
|
||||||
- name: deny_flow
|
- name: deny_flow
|
||||||
|
@ -28,7 +28,7 @@ flow:
|
||||||
filter:
|
filter:
|
||||||
- basic_auth:
|
- basic_auth:
|
||||||
valid_users:
|
valid_users:
|
||||||
$[[SETUP_AGENT_USERNAME]]: $[[SETUP_AGENT_PASSWORD]]
|
ingest: n
|
||||||
- rewrite_to_bulk:
|
- rewrite_to_bulk:
|
||||||
type_removed: false
|
type_removed: false
|
||||||
- bulk_request_mutate:
|
- bulk_request_mutate:
|
||||||
|
@ -50,7 +50,7 @@ flow:
|
||||||
fix_null_id: true
|
fix_null_id: true
|
||||||
|
|
||||||
router:
|
router:
|
||||||
- name: agent_metrics_router
|
- name: my_router
|
||||||
default_flow: deny_flow
|
default_flow: deny_flow
|
||||||
rules:
|
rules:
|
||||||
- method:
|
- method:
|
||||||
|
@ -65,8 +65,8 @@ elasticsearch:
|
||||||
- name: prod
|
- name: prod
|
||||||
enabled: true
|
enabled: true
|
||||||
basic_auth:
|
basic_auth:
|
||||||
username: $[[SETUP_AGENT_USERNAME]]
|
username: ingest
|
||||||
password: $[[SETUP_AGENT_PASSWORD]]
|
password: password
|
||||||
endpoints: $[[SETUP_ENDPOINTS]]
|
endpoints: $[[SETUP_ENDPOINTS]]
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
|
|
|
@ -8,6 +8,12 @@ title: "Release Notes"
|
||||||
Information about release notes of INFINI Console is provided here.
|
Information about release notes of INFINI Console is provided here.
|
||||||
|
|
||||||
## Latest (In development)
|
## Latest (In development)
|
||||||
|
### Breaking changes
|
||||||
|
### Features
|
||||||
|
### Bug fix
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
## 1.29.0 (2025-02-27)
|
||||||
|
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
|
|
||||||
|
@ -23,7 +29,6 @@ Information about release notes of INFINI Console is provided here.
|
||||||
- Fixed Devtools `_sql` support for elasticsearch 6.x (#158)
|
- Fixed Devtools `_sql` support for elasticsearch 6.x (#158)
|
||||||
- Fixed audit log default sorting across pagination (#161)
|
- Fixed audit log default sorting across pagination (#161)
|
||||||
- Fixed mapping type conflict error (#164)
|
- Fixed mapping type conflict error (#164)
|
||||||
- Fixed `Gateway` template config for mTLS(#166)
|
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
- Update agent config with cluster name (#148)
|
- Update agent config with cluster name (#148)
|
||||||
|
|
|
@ -8,6 +8,12 @@ title: "版本历史"
|
||||||
这里是 INFINI Console 历史版本发布的相关说明。
|
这里是 INFINI Console 历史版本发布的相关说明。
|
||||||
|
|
||||||
## Latest (In development)
|
## Latest (In development)
|
||||||
|
### Breaking changes
|
||||||
|
### Features
|
||||||
|
### Bug fix
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
## 1.29.0 (2025-02-27)
|
||||||
|
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
|
|
||||||
|
@ -23,7 +29,6 @@ title: "版本历史"
|
||||||
- 修复开发工具 `_sql` 查询支撑 Elasticsearch 6.x 版本 (#158)
|
- 修复开发工具 `_sql` 查询支撑 Elasticsearch 6.x 版本 (#158)
|
||||||
- 修复审计日志默认排序翻页之后丢失的问题 (#161)
|
- 修复审计日志默认排序翻页之后丢失的问题 (#161)
|
||||||
- 修复 `Mapping` 冲突问题 (#161)
|
- 修复 `Mapping` 冲突问题 (#161)
|
||||||
- 修复配置文件模板中 `Gateway` mTLS 配置(#166)
|
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
- 优化下发给 Agent 的配置,增加集群名称 (#148)
|
- 优化下发给 Agent 的配置,增加集群名称 (#148)
|
||||||
|
|
2
ui.go
2
ui.go
|
@ -63,7 +63,7 @@ func (h UI) InitUI() {
|
||||||
// w.Write(buf)
|
// w.Write(buf)
|
||||||
//})
|
//})
|
||||||
|
|
||||||
api.HandleUIFunc("/api/", func(w http.ResponseWriter, req *http.Request) {
|
api.HandleAPIFunc("/api/", func(w http.ResponseWriter, req *http.Request) {
|
||||||
log.Warn("api: ", req.URL, " not implemented")
|
log.Warn("api: ", req.URL, " not implemented")
|
||||||
request, err := h.GetRawBody(req)
|
request, err := h.GetRawBody(req)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.vizChartContainer{
|
.vizChartContainer, .metric-item{
|
||||||
position: relative;
|
position: relative;
|
||||||
.copyReq {
|
.copyReq {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in New Issue