hostwatch/json/hostwatch_events_list.json

16 lines
614 B
JSON

{
"tblname": "hostwatch_events",
"alias": "hostwatch_events_list",
"title": "日志监控事件",
"params": {
"sortby": ["last_seen_at desc"],
"browserfields": {
"exclouded": ["id", "sample_message"],
"alters": {
"severity": {"uitype": "code", "data": [{"value": "info", "text": "提示"}, {"value": "warning", "text": "警告"}, {"value": "critical", "text": "严重"}]},
"status": {"uitype": "code", "data": [{"value": "open", "text": "未处理"}, {"value": "closed", "text": "已关闭"}]}
}
}
}
}