Skip to content

Add parameter to na_ontap_log_forward #350

Description

@IanValiante

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 }}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions