Administrator
发布于 2025-11-25 / 7 阅读
0
0

Hyper CDN之安全数据上报到主控

数据上报

触发安全日志上报

{

    "traffic_stat": {

        "traffic": "198",

        "origin_traffic": "0"

    },

    "common": {

        "host": "www.xcloud.asia",

        "start_time": 1723183929.701,

        "server_name": "*.xcloud.asia"

    },

    "security_log": {

        "ip": "172.20.0.69",

        "extend": {

            "rule_type": 10

        },

        "port": "80",

        "scheme": "http",

        "referer": "http:\/\/www.xcloud.asia\/template\/qing\/image\/logo.png",

        "request_time": "0.002",

        "uri": "\/favicon.ico",

        "status": 403,

        "query_string": "",

        "continent": "本地局域网",

        "country": "Local area network",

        "province": "",

        "city": "",

        "method": "GET",

        "user_agent":"dsafas"

    }

}

没有触发安全日志

{

    "traffic_stat": {

        "origin_traffic": "4740",

        "x_cache_status": "MISS",

        "traffic": "4745"

    },

    "common": {

        "host": "a.xcloud.asia",

        "start_time": 1723184060.987,

        "server_name": "*.xcloud.asia"

    }

}

安全日志字段 security_log: Openresty 防火墙 - 日志上报

公共字段 common:

  • host:当前请求host

  • start_time:请求开始时间

  • server_name:配置的站点名

流量统计字段 traffic_stat:

traffic 流量
origin_traffic 回源流量

 

没有字段或字段为空,表示该请求已被拦截或者源站404/500等错误时

MISS

缓存中未发现对象。响应是从源服务器发出的。响应可能已保存到缓存中。

BYPASS

收到上游响应。响应可能已保存到缓存中。

EXPIRED

缓存对象已过期。响应来自上游。

STALE

由于源服务器响应问题,从缓存中提供对象

UPDATING

由于 proxy_cache_lock 超时,从缓存提供过期内容,而 proxy_use_stale 需要控制

REVALIDATED

确认当前缓存内容仍然有效

HIT

对象是在缓存中找到的,并从缓存中提供服务

主控作为管理单元,主要是负责对数据日志进行展示给管理员查看



联系邮箱:sales@99cdn.com

授权平台:www.99cdn.com

云平台:www.vmrack.com


评论