Skip to content

Add Rule Type (HTTP/HTTPS/IP) field to proxy logs and report#6

Merged
dash14 merged 1 commit intomainfrom
feature/add-rule-type-field
Mar 4, 2026
Merged

Add Rule Type (HTTP/HTTPS/IP) field to proxy logs and report#6
dash14 merged 1 commit intomainfrom
feature/add-rule-type-field

Conversation

@dash14
Copy link
Copy Markdown
Owner

@dash14 dash14 commented Mar 4, 2026

Summary

  • Proxy report tables now include a "Type" column showing how each request was matched (HTTP, HTTPS, or IP)
  • Log lines include the rule type between decision and target: [ALLOWED] (HTTPS) "example.com:443"
  • HAProxy frontend classifies each request into a rule_type session variable (HTTP, HTTPS, IP, UNKNOWN) used for logging

Track which protocol/rule type each connection was processed with
by adding a sess.rule_type variable to HAProxy and a Type column
to the outbound traffic report.
@dash14 dash14 merged commit eeedafd into main Mar 4, 2026
6 checks passed
@dash14 dash14 deleted the feature/add-rule-type-field branch March 4, 2026 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant