liangry / config-server-ui

A simple, practical and easy-to-embed config server ui for alibaba iLogtail
Apache License 2.0
1 stars 4 forks source link

ui上新建test group,添加标签 app=test,启动agent加入的是default group #8

Open c88888 opened 3 months ago

c88888 commented 3 months ago

agent配置如下 cat ilogtail_config.json { "send_running_status": true, "ilogtail_configserver_address" : [ "127.0.0.1:8899" ], "cpu_usage_limit" : 0.2, "mem_usage_limit" : 256, "config_scan_interval": 10, "host_path_blacklist": "", "default_access_key_id": "", "default_access_key": "", "ilogtail_tags": [ "app=test" ], "instance_id":"abc123" }

c88888 commented 3 months ago
"ilogtail_tags": {"app": "test"},

这样写到是可以加入test group了,但是标签是undefined = undefined,主机名、运行状态、启动时间等没有显示 微信图片_20240806120147

liangry commented 3 months ago

最近通信协议改了,UI这边还没改。另外,主机名信息 ilogtail agent 应该是没上报的,所以为空