Summary
I am attempting to configure the log forwarding on my netapp to a central log forwarding machine, similar to what I do using netapp.ontap.na_ontap_ems_destination. Within the netapp.ontap.na_ontap_ems_destination module I am able to select a message format, this feature is not currently present within the na_ontap_log_forward module. RFC_5424 is an option within the WebUI for logs, but not configurable through the module.
Component Name
na_ontap_log_forward
Additional Information
- name: Create log forward configuration
netapp.ontap.na_ontap_log_forward:
state: present
destination: 10.11.12.13
facility: "user"
**message_format: rfc_5424**
port: 514
protocol: udp_unencrypted
username: "{{ netapp_username }}"
password: "{{ netapp_password }}"
hostname: "{{ netapp_hostname }}"
Summary
I am attempting to configure the log forwarding on my netapp to a central log forwarding machine, similar to what I do using netapp.ontap.na_ontap_ems_destination. Within the netapp.ontap.na_ontap_ems_destination module I am able to select a message format, this feature is not currently present within the na_ontap_log_forward module. RFC_5424 is an option within the WebUI for logs, but not configurable through the module.
Component Name
na_ontap_log_forward
Additional Information