All files have a .ndjson extension. Each line of the export file is a JSON object.

    Trigger events

    The following information is exported for a problem event:

    Examples

    Problem:

    Recovery:

    1. {"clock":1519304345,"ns":987654321,"eventid":43,"p_eventid":42,"value":0}

    Problem (multiple problem event generation):

    1. {"hosts":[{"host":"Host B", "name":"Host B visible"},{"host":"Zabbix Server","name":"Zabbix Server visible"}],"groups":["Group X","Group Y","Group Z","Zabbix servers"],"tags":[{"tag":"availability","value":""},{"tag":"data center","value":"Riga"}],"name":"Either Zabbix agent is unreachable on Host B or pollers are too busy on Zabbix Server","clock":1519304286,"ns":123456789,"eventid":43, "value":1}

      Recovery:

      1. {"clock":1519304346,"ns":987654321,"eventid":44,"p_eventid":42,"value":0}

      Item values

      The following information is exported for a collected item value:

      Examples
      1. {"host":{"host":"Host B","name":"Host B visible"},"groups":["Group X","Group Y","Group Z"],"applications":["Zabbix Agent","Availability"],"itemid":3,"name":"Agent availability","clock":1519304285,"ns":123456789,"value":1,"type":3}

      Numeric (float) value:

      Character, text value:

      Log value:

      1. {"host":{"host":"Host A","name":"Host A visible"},"groups":["Group X","Group Y","Group Z"],"applications":["Log files","Critical"],"itemid":1,"name":"Messages in log file","clock":1519304285,"ns":123456789,"timestamp":1519304285,"source":"","severity":0,"eventid":0,"value":"log file message","type":2}

      Trends

      The following information is exported for a calculated trend value:

      Examples

      Numeric (unsigned) value:

      1. {"host":{"host":"Host B","name":"Host B visible"},"groups":["Group X","Group Y","Group Z"],"applications":["Zabbix Agent","Availability"],"itemid":3,"name":"Agent availability","clock":1519311600,"count":60,"min":1,"avg":1,"max":1,"type":3}