I did some profiling at level 2.
nearly all the requests are for the “cluster_config” collections, and they search “org.graylog2.shared.buffers.processors.TimeStampConfig”
{ "command.find": "cluster_config" }
{
"op": "query",
"ns": "graylog.cluster_config",
"command": {
"find": "cluster_config",
"filter": {
"type": "org.graylog2.shared.buffers.processors.TimeStampConfig"
},
"limit": 1,
"singleBatch": true,
"$db": "graylog",
"$clusterTime": {
"clusterTime": {
"$timestamp": {
"t": 1773334759,
"i": 21
}
},
"signature": {
"hash": {
"$binary": {
"base64": "vMQrlpugmLIiM/x3YFV8BvlzL5M=",
"subType": "00"
}
},
"keyId": {
"$numberLong": "7560239835168899089"
}
}
},
"lsid": {
"id": {
"$uuid": "b7e8c810-e036-45e6-8564-59337ff14b8d"
}
}
},
"keysExamined": 1,
"docsExamined": 1,
"nBatches": 1,
"cursorExhausted": true,
"numYield": 0,
"nreturned": 1,
"queryShapeHash": "6D6613FCDD401EAA01CD4E9067006C645D073DB8736BF1F202A1E1966D9A4097",
"queryFramework": "classic",
"locks": {
"Global": {
"acquireCount": {
"r": {
"$numberLong": "1"
}
}
}
},
"flowControl": {},
"readConcern": {
"level": "local",
"provenance": "implicitDefault"
},
"responseLength": 420,
"protocol": "op_msg",
"cpuNanos": 49898,
"millis": 0,
"planSummary": "EXPRESS_IXSCAN { type: 1 }",
"planningTimeMicros": 23,
"execStats": {
"isCached": false,
"stage": "EXPRESS_IXSCAN",
"keyPattern": "{ type: 1 }",
"indexName": "unique_type",
"keysExamined": 1,
"docsExamined": 1,
"nReturned": 1
},
"ts": {
"$date": "2026-03-12T16:59:20.160Z"
},
"client": "10.66.85.5",
"allUsers": [
{
"user": "graylog",
"db": "graylog"
}
],
"user": "graylog@graylog"
}
And this document is empty :
{
"_id": {
"$oid": "69a956187eb4340e144364f0"
},
"type": "org.graylog2.shared.buffers.processors.TimeStampConfig",
"payload": {},
"last_updated": {
"$date": "2026-03-10T15:59:24.386Z"
},
"last_updated_by": "dc9aad51-4473-4a85-8d2d-90237ea0f58f"
}
For this moment I have no idea why this documents seems to be read for every message and why it’s empty.
Can someone check if this document on their side contain something ?