|
49 | 49 | description:
|
50 | 50 | - Format of the syslog messages.
|
51 | 51 | - If unset during creation the value defaults to C(aci).
|
52 |
| - - C(rfc5424-ts) is only available starting from ACI version 5.2(8). |
53 |
| - - C(enhanced_log) is only available starting from ACI version 6.0(9d) and is an alias to C(rfc5424-ts). |
| 52 | + - C(rfc5424_ts) is only available starting from ACI version 5.2(8). |
| 53 | + - C(enhanced_log) is only available starting from ACI version 6.0(9d) and is an alias to C(rfc5424_ts). |
54 | 54 | type: str
|
55 |
| - choices: [ aci, nxos, rfc5424-ts, enhanced_log ] |
| 55 | + choices: [ aci, nxos, rfc5424_ts, enhanced_log ] |
56 | 56 | local_file_log_format:
|
57 | 57 | description:
|
58 | 58 | - The format of the local file log messages.
|
59 | 59 | - If unset during creation and O(format) is provided then it is set to the same value as format. If O(format) is not provided it is set to C(aci).
|
60 |
| - - C(rfc5424-ts) is only available starting from ACI version 5.2(8). |
61 |
| - - C(enhanced_log) is only available starting from ACI version 6.0(9d) and is an alias to C(rfc5424-ts). |
| 60 | + - C(rfc5424_ts) is only available starting from ACI version 5.2(8). |
| 61 | + - C(enhanced_log) is only available starting from ACI version 6.0(9d) and is an alias to C(rfc5424_ts). |
62 | 62 | type: str
|
63 |
| - choices: [ aci, nxos, rfc5424-ts, enhanced_log ] |
| 63 | + choices: [ aci, nxos, rfc5424_ts, enhanced_log ] |
64 | 64 | console_log_format:
|
65 | 65 | description:
|
66 | 66 | - Format of the console log messages.
|
67 | 67 | - If unset during creation and O(format) is provided then it is set to the same value as format. If O(format) is not provided it is set to C(aci).
|
68 |
| - - The option C(rfc5424-ts) is only available in ACI version 5.2(8) or later. |
69 |
| - - The option C(enhanced_log) is only available in ACI version 6.0(9d) or later and is an alias to C(rfc5424-ts). |
| 68 | + - The option C(rfc5424_ts) is only available in ACI version 5.2(8) or later. |
| 69 | + - The option C(enhanced_log) is only available in ACI version 6.0(9d) or later and is an alias to C(rfc5424_ts). |
70 | 70 | type: str
|
71 |
| - choices: [ aci, nxos, rfc5424-ts, enhanced_log ] |
| 71 | + choices: [ aci, nxos, rfc5424_ts, enhanced_log ] |
72 | 72 | include_ms:
|
73 | 73 | description:
|
74 | 74 | - Include milliseconds in log timestamps.
|
|
133 | 133 | local_file_log_severity: warnings
|
134 | 134 | console_logging: enabled
|
135 | 135 | console_log_severity: critical
|
136 |
| - local_file_log_format: rfc5424-ts |
137 |
| - console_log_format: rfc5424-ts |
| 136 | + local_file_log_format: rfc5424_ts |
| 137 | + console_log_format: rfc5424_ts |
138 | 138 | description: syslog group
|
139 | 139 | state: present
|
140 | 140 |
|
|
0 commit comments