Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HTTP request metrics. #168

Open
quisido opened this issue Jul 23, 2023 · 0 comments
Open

Add HTTP request metrics. #168

quisido opened this issue Jul 23, 2023 · 0 comments
Assignees

Comments

@quisido
Copy link
Owner

quisido commented Jul 23, 2023

In $.datasets.httpRequests1hGroups,

Client SSL map

{
  "clientSSLMap_sum": [
    { "key": "none", "requests": 7217 },
    { "key": "TLSv1", "requests": 1 },
    { "key": "TLSv1.2", "requests": 7400 },
    { "key": "TLSv1.3", "requests": 2385 }
  ]
}

Country map

{
  "countryMap_sum": [
    { "bytes": 542951, "key": "AE", "requests": 34, "threats": 0 },
    { "__comment": "..." },
    { "bytes": 16948164, "key": "T1", "requests": 5581, "threats": 0 }
  ]
}

Response status map

{
  "responseStatusMap_sum": [
    { "key": 200, "requests": 5760 },
    { "key": 206, "requests": 1 },
    { "key": 301, "requests": 7215 },
    { "key": 304, "requests": 28 },
    { "key": 403, "requests": 2777 },
    { "key": 404, "requests": 1181 },
    { "key": 499, "requests": 7 },
    { "key": 526, "requests": 34 }
  ]
}

Threat pathing map

{
  "threatPathingMap_sum": [
    { "key": "bic.ban.unknown", "requests": 1 }
  ]
}
@quisido quisido self-assigned this Jul 23, 2023
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

No branches or pull requests

1 participant