CONFIGURATION_ERROR

This error tag corresponds to syslog messages notifying that there is an error in the configuration

There is no YANG model available yet to map this class of messages. Please check the Structured message example section to see the structure.

Implemented for

  • junos

Syslog message example

<187>Jul 20 21:44:00 vmx01 mgd[7729]: UI_CONFIGURATION_ERROR: Process: mgd, path: [edit vlans VLANTEST l3-interface], statement: l3-interface vlan.666, Interface must already be defined under [edit interfaces]

Structured message example

{
  "error": "CONFIGURATION_ERROR",
  "facility": 23,
  "host": "vmx01",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Jul 20",
      "facility": 23,
      "host": "vmx01",
      "hostPrefix": null,
      "message": "Process: mgd, path: [edit vlans VLANTEST l3-interface], statement: l3-interface vlan.666, Interface must already be defined under [edit interfaces]",
      "pri": "187",
      "processId": "7729",
      "processName": "mgd",
      "severity": 3,
      "tag": "UI_CONFIGURATION_ERROR",
      "time": "21:44:00"
  },
  "os": "junos",
  "severity": 3,
  "timestamp": 1500587040,
  "yang_message": {
      "system": {
          "configuration": {
              "error": true,
              "message": "Interface must already be defined under [edit interfaces]",
              "path": "[edit vlans VLANTEST l3-interface]",
              "statement": "l3-interface vlan.666"
          }
      }
  },
  "yang_model": "NO_MODEL"
}