I’m working on getting some cook statistics ingested into some analytics systems (Elasticsearch, Prometheus, etc), so I started to write some code to parse through the cook logs. Then I came across this link, which makes it seem like these stats get written in a way friendlier form than the standard cook log format: Testing and Optimizing Your Content | Unreal Engine 5.1 Documentation
The problem is, I can’t find this file anywhere, and I don’t see any mention of any configuration that controls it’s creation. I"ve looked in the Project Directory, and even seen the Saved directory within that, but don’t see any Stats directory or files.
Can anyone help me out in figuring how how to generate this file so I can have a much easier time ingesting this data?
Thanks!