This post is to request clarification on managing the Audit Log. After playing with it for a while I was wondering how to edit or reset it in the current version. The only info I was aware of previously was from when 5.0 was in beta and uses sqlite3 commands. I believe that pihole-FTL is now the preferred mechanism for interacting with the FTL database?
I also found this article which mentions the command pihole -a clearaudit
. I tried that and it works and returns the Audit Log to an original unaudited state. However I can't find any reference for this option. It doesn't appear in pihole help or admin help options, nor in the man page, nor in the docs for the pihole command.
The artcle also mentions pihole -a audit <domain>
and that also works, and again no references. I found one article in here from 2020 which shows all these options in an older version of pihole -h
, but they appear to have gone since then.
So just clarifying if this is a deprecated feature that's going away, or help options that have lost some text at some point, or just missing docs or something else. Thanks.