Skip to content

Commit

Permalink
Update alerts mapping settings to enable dynamic fields (#584)
Browse files Browse the repository at this point in the history
Update alerts ECS template documentation
  • Loading branch information
QU3B1M authored Dec 11, 2024
1 parent 534a541 commit 82c649a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ecs/alerts/fields/mapping-settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"dynamic": "strict",
"dynamic": true,
"date_detection": false
}
}
11 changes: 10 additions & 1 deletion ecs/docs/alerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ fields:
fields: "*"
```
###
### Template settings
```json
{
Expand All @@ -633,3 +633,12 @@ fields:
}
}
```

### Mapping settings

```json
{
"dynamic": true,
"date_detection": false
}
```

0 comments on commit 82c649a

Please sign in to comment.