In Splunk Enterprise, when you configure the server.conf file with strict pool quota=false, it means that license pools are allowed to share the total available license quota rather than being restricted to their individually allocated quotas. However, this does not prevent pools from issuing warnings if they exceed their allocated limits.
Given the environment with a 1000 GB/day license split into three pools:
Pool X: 500 GB/day license, 100 GB used
Pool Y: 350 GB/day license, 400 GB used
Pool Z: 150 GB/day license, 300 GB used
Let's analyze the usage:
Pool X is allocated 500 GB/day but has only used 100 GB, well within its limit.
Pool Y is allocated 350 GB/day but has used 400 GB, which exceeds its limit by 50 GB.
Pool Z is allocated 150 GB/day but has used 300 GB, which exceeds its limit by 150 GB.
Even with strict pool quota=false, pools Y and Z have exceeded their individual allocated quotas and will issue warnings. Pool X has not exceeded its quota and thus will not issue any warnings. Therefore, the pools that are issued warnings are Y and Z.