Auditing ACTION_Target

I have some audits that are trying to insert into the auditing table. Getting Data truncation: Data to long for action_target error.

The ACTION_TARGET field is set to VARCHAR(255) (Ignition default)

Can I Increase this to say 1024?

We are running 5.5.29 mysql so that looks like it should work and the latest version of ignition.

Yes, you can increase that column to 1024. You can also set the column in MySQL to TEXT which allows many more characters.