Skip to content

Commit

Permalink
Add defaultDataSource (#1646)
Browse files Browse the repository at this point in the history
* Add defaultDataSource

* Apply suggestions from code review
  • Loading branch information
BEAdi authored Oct 28, 2024
1 parent 70ff862 commit b9afcaa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/packs/packs-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ The following fields are populated in the pack metadata:
| `displayedImages` | `List` | (Optional) Images to be displayed in Cortex XSOAR Marketplace. Should be kept empty on pack creation, as it is calculated by Cortex XSOAR content infrastructure. |
| `githubUser` | `List` | (Optional) List of GitHub usernames to receive notification in the PR in case pack files were modified. |
| `devEmail` | `List` | (Optional) List of emails to receive notification in case contributed pack files were modified. |
| `certification` | `String` | (Optional) If the pack is certified the value of this fields should be `certified`. The allowed values are `certified` and `verified`. |
| `itemPrefix` | `String` | (Optional) String to overwrite pack fields prefix. You can specify an alternative string instead of the default pack name enforced by the validation process. |
| `certification` | `String` | (Optional) If the pack is certified, the value of this field should be `certified`. Possible values are `certified` or `verified`. |
| `itemPrefix` | `String` | (Optional) String to overwrite the pack field prefix. You can specify an alternate string instead of the default pack name enforced by the validation process. |
| `defaultDataSource` | `String` | (Optional) The default data source integration in Cortex XSIAM for packs that have more than one fetching integration. We recommend setting the default data source integration to the event collector or the most used integration. |

Pack metadata contents for example:

Expand Down

0 comments on commit b9afcaa

Please sign in to comment.