Skip to content

Commit

Permalink
Pipeline: Release 4.5.0.stable10 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure Pipeline committed Apr 4, 2024
1 parent 5cbe29b commit 47beb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/odm/models/alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
| entity_id | Keyword | ID of entity associated to event | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| entity_name | Keyword | Name of entity | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| ts | Date | Timestamp of event | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `NOW` |
| labels | List [Keyword] | Labels added during event | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| labels | List [Keyword] | Labels added during event | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `[]` |
| status | Enum | Status applied during event<br>Values:<br>`"ASSESS", "MALICIOUS", "NON-MALICIOUS", "TRIAGE"` | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| priority | Enum | Priority applied during event<br>Values:<br>`"CRITICAL", "HIGH", "LOW", "MEDIUM"` | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |

Expand Down

0 comments on commit 47beb81

Please sign in to comment.