Ad Widget

Collapse

pre-processing to replace character

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • opol
    Junior Member
    • Oct 2018
    • 3

    #1

    pre-processing to replace character

    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.
Working...