I have problem with Item Value coming from a log file.
In the treatment, I need to remove all " characters or replace them by '.
I was thinking of using pre-processing for that but haven't managed to do it now.
I am using Zabbix 3.4
My Input is :
<Exception code="FA130001" message="The item was not found in all defined value store(s)">
I need :
<Exception code='FA130001' message='The item was not found in all defined value store(s)'>
Please help.
In the treatment, I need to remove all " characters or replace them by '.
I was thinking of using pre-processing for that but haven't managed to do it now.
I am using Zabbix 3.4
My Input is :
<Exception code="FA130001" message="The item was not found in all defined value store(s)">
I need :
<Exception code='FA130001' message='The item was not found in all defined value store(s)'>
Please help.