Show SCUM player identifiers and login IP

This commit is contained in:
npc0-hue
2026-08-28 11:54:16 +08:00
parent dcbeb33dfc
commit 3ca67907a1
4 changed files with 47 additions and 16 deletions
@@ -268,7 +268,21 @@
"sqlRef": "sql/scum-db-v57/users.sql",
"pollIntervalSeconds": 3,
"maxRows": 500,
"timeoutSeconds": 15
"timeoutSeconds": 15,
"projections": [
{
"collection": "scum_users",
"rowPath": "rows",
"upsertKeys": [
"steamId"
],
"fixedValues": {
"source": "run.sqlite.scum.player.profile"
},
"observedAtField": "profileSampledAt",
"mergeExisting": true
}
]
},
{
"key": "scum.squads",
@@ -649,7 +663,8 @@
],
"captureMappings": {
"steamId": "steamId",
"displayName": "displayName"
"displayName": "displayName",
"lastLoginIp": "ip"
},
"hashMappings": {
"networkCorrelation": "ip"
@@ -672,7 +687,8 @@
],
"captureMappings": {
"steamId": "steamId",
"displayName": "displayName"
"displayName": "displayName",
"lastLoginIp": "ip"
},
"hashMappings": {
"networkCorrelation": "ip"