Re: Usage Data not populating

2025-07-25 Thread Marty Godsey
I found the issue. Apparently, that portion of the GUI does not like Firefox. ☹ From: Fabricio Duarte Date: Friday, July 25, 2025 at 1:51 PM To: users@cloudstack.apache.org Subject: Re: Usage Data not populating WARNING: This email originated from outside of the organization. Do not click

Re: Usage Data not populating

2025-07-25 Thread Fabricio Duarte
Hi Marty, Could you check in the table `cloud_usage.cloud_usage` whether there are usage records for the specified period? ``` select * from cloud_usage.cloud_usage where start_date between "2025-07-09" and "2025-07-25" and end_date between "2025-07-09" and "2025-07-25"; ``` If there are,

Usage Data not populating

2025-07-24 Thread Marty Godsey
When ever I try to get usage data from the console, it doesn’t show any information. https://imgur.com/a/NRJ2ar1 The Usage server is running and logging. Where should I start to look? I don’t see any errors in the log files. Marty