Sorry, I’ve been digging around and stumbled across the anonymize_ip_address code and then found it in the readme.txt
(It should probably be mentioned somewhere in the plugin description or in the settings)
I just wanted to note that while there is some IP address info in the popup for _server_remote_addr, it only shows the first 3 octets of the address with the fourth octet always 0
e.g. if my address is 192.168.110.45 it show 192.168.110.0
I’ve been playing with this recently as well and it looks like somewhere down the road between versions the required datetime format changed from a string that looks like “YYYY-MM-DD HH:MM:SS” to an epoch value (the number of seconds since Jan 01, 1970 00:00:00 UTC)
I’m having issues with timezone support (CS is converting all my input to UTC despite it being input in my local timezone) but hopefully this will help you.