Hello,
Virtual F5 running 14.1.0.2
I have the above BIG IP system failing to send a few items from the LARGE configuration. Doesn't seem to be getting SSL stats, or pool stats, VIP stats are fine. The errors I am seeing in the logs are as follows;
Fri, 07 Jun 2019 18:11:17 GMT - info: [BigStats - DEBUG] - err: No SSL profiles associated with: Common
Fri, 07 Jun 2019 18:11:17 GMT - info: [BigStats - ERROR] - getPoolMemberStats(): TypeError: Cannot read property 'nestedStats' of undefined
Fri, 07 Jun 2019 18:11:17 GMT - info: [BigStats - ERROR] - buildLargeStatsObject(): TypeError: Cannot read property 'nestedStats' of undefined
Fri, 07 Jun 2019 18:11:17 GMT - info: [BigStats - ERROR] - pullStats() - Promise Chain Error: TypeError: Cannot read property 'nestedStats' of undefined
Fri, 07 Jun 2019 18:11:17 GMT - info: [BigStats - ERROR] - getPoolMemberStats(): TypeError: Cannot read property 'nestedStats' of undefined
Fri, 07 Jun 2019 18:11:17 GMT - info: [BigStats - ERROR] - buildLargeStatsObject(): TypeError: Cannot read property 'nestedStats' of undefined
The config I have posted to my bigip in question is as follows;
{
"config": {
"destination": {
"protocol": "statsd",
"address": "x.x.x.x", (removed address)
"port": 8125
},
"size": "large",
"interval": 10,
"enabled": true,
"debug": true
}
}
Any insight on to why this is failing, or if this is a version specific bug? Thanks!