Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-9601

Request for Customization of JSON Keys and Extraction of Output Members in the Data Export Feature

XMLWordPrintable

    • Icon: Change Request Change Request
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • 6.0.35, 7.0.5
    • Server (S)
    • None

      We would appreciate it if the JSON data output by the "Data export" feature could allow customization of JSON keys and extraction of specific members to be output.

      Example:
      ・Change a key from "host" to "servername"
      ・Extract specific members such as "host," "name" (from item), "clock," "ns," and "value" and rename keys as follows:
        host→exportdata
        host→servername
        name→itemname
        clock→time
        value→data

      Before transformation:

      {"host":{"host":"Zabbix server","name":"Zabbix server"},"groups":["Zabbix servers"],"item_tags":[{"tag":"component","value":"internal-process"}],"itemid":23268,"name":"Zabbix server: Utilization of timer internal processes, in %","clock":1729185048,"ns":17096332,"value":0,"type":0}
      

      After transformation:

      {"exportdata": {"servername": "Zabbix server","itemname": "Zabbix server: Utilization of timer internal processes, in %","time": 1729185048,"ns": 17096332,"data": 0}}
      

            wiper Andris Zeila
            ikarimata Itsuki Karimata
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: