AWX Activity logs location

Hello All,

Where is the location to get the all the Activity stream logs for Awx-operator.

i am able to see to those https://<myurl.com>/api/v2/activity_stream/?page=1.

But i need a path location where it is stored in.

I deployed AWX-operator in AKS.

Please let me know.

Thanks,
Bhanu

There may be a way to send the logs to a file with pythons logging functions but it’s not turned on by default.
Typically we see people use the external logging feature to send the Activity Steam (and other logs) to a system like ELK or Splunk.

-The AWX Team

We achieved this by redirecting the ANSIBLE LOG PATH logs to a persistent file storage. You can set the ANSIBLE_LOG_PATH in the instance group pod specification;

Thanks and Regards,
Mani