Since system audit tracker is deprecated, how can we check changes to configs? Also, I created playbook that check specific registry keys on Windows with register but can’t see them in facts in those hosts under inventory. Please help!
Thanks
Since system audit tracker is deprecated, how can we check changes to configs? Also, I created playbook that check specific registry keys on Windows with register but can’t see them in facts in those hosts under inventory. Please help!
Thanks
The “replacement” for system tracking is the system_tracking logger in AWX. AWX will emit changes in facts as it detects them over the system_tracking logger. On the other end, you can have something like a elk stack to store those log messages and have a history.
In reply to your question about windows facts via register; I’m going to need more information. Maybe your example playbook and job template setup in AWX.
-Chris