diff options
| author | byb11 <byb11@DESKTOP-EM3PGKQ> | 2023-03-02 15:52:47 +0800 |
|---|---|---|
| committer | byb11 <byb11@DESKTOP-EM3PGKQ> | 2023-03-02 15:52:47 +0800 |
| commit | de80cc17169c14538a42d6951ba4582da56c1511 (patch) | |
| tree | 35da1ec3f11cc8b610dc4a720c3aba4a9ad64eba | |
| parent | 3ba366c13b0bf0795286e137dfb35c0f4cc34be6 (diff) | |
修改安全策略和session日志http协议属性
| -rw-r--r-- | other/data/template/data_warehouse.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/other/data/template/data_warehouse.yaml b/other/data/template/data_warehouse.yaml index 2e06f63..020fe3a 100644 --- a/other/data/template/data_warehouse.yaml +++ b/other/data/template/data_warehouse.yaml @@ -1968,7 +1968,7 @@ security_events_dns: security_events_http: - HTTP.URL - HTTP.Host - - HTTP.Domain + - HTTP.Domain(Deprecated) - HTTP.Request Content Length - HTTP.Request Content Type - HTTP.Response Content Length @@ -2150,7 +2150,7 @@ session_records_dns: session_records_http: - HTTP.URL - HTTP.Host - - HTTP.Domain + - HTTP.Domain(Deprecated) - HTTP.Request Line - HTTP.Response Line - HTTP.Request Content Length |
