Show SCUM player identifiers and login IP
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user