Skip to content

Commit a182fdd

Browse files
committed
add logs_enabled true and wording fix
1 parent 081d5d5 commit a182fdd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cisco_aci/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,17 @@ Cisco ACI faults are collected by the Agent and stored in Datadog as logs. They
112112

113113
There are two types of Cisco ACI faults: `fault:Inst` and `fault:Delegate`. See [fault objects and records][12] for more information.
114114

115-
The Cisco ACI config `.yaml` file can be configured to collect one of the following fault types:
115+
The Cisco ACI config `.yaml` file can be set up to collect one or both of the following fault types:
116116

117117
| Fault Type | Description |
118118
|---------------------|-----------------------------------------------------------------------------|
119119
| [send_faultinst_faults][13] | Set to `true` to enable collection of Cisco ACI `faultInst` faults as logs. |
120120
| [send_faultdelegate_faults][14] | Set to `true` to enable collection of Cisco ACI `faultDelegate` faults as logs. |
121121

122-
If you have enabled either `send_faultinst_faults` or `send_faultdelegate_faults`, add the following configuration to the logs section of your `.yaml` file:
122+
If you have enabled `send_faultinst_faults` or `send_faultdelegate_faults`, ensure logging is enabled and add the following configuration to the logs section of your `.yaml` file:
123123

124124
```yaml
125+
logs_enabled: true
125126
logs:
126127
- type: integration
127128
source: cisco-aci

0 commit comments

Comments
 (0)