ansible-collections / netapp.ontap

Ansible collection to support NetApp ONTAP configuration.
https://galaxy.ansible.com/netapp/ontap
GNU General Public License v3.0
51 stars 34 forks source link

Add syslog transport & format options to na_ontap_ems_destination #186

Closed mamoep closed 5 months ago

mamoep commented 7 months ago

Summary

ONTAP 9.12.1 adds transport options to syslog event forwarding (for encryption). These options should be made available in the na_ontap_ems_destination module.

From the REST API guide:

syslog - When specifying a syslog destination, a port, transport protocol, message format, timestamp format and hostname format can be provided.

Component Name

na_ontap_ems_destination

Additional Information

Information model

  "syslog": {
    "transport": "tcp_encrypted",
    "format": {
      "timestamp_override": "no_override",
      "hostname_override": "no_override",
      "message": "legacy_netapp"
    },
    "port": "514"
  }
carchi8py commented 7 months ago

We have DEVOPS-6524 open for this

mamoep commented 5 months ago

Feature was added in 22.9.0 Thank you!