-
Notifications
You must be signed in to change notification settings - Fork 1.8k
XSUP-51378 fix #40173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+192
−15
Merged
XSUP-51378 fix #40173
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
1b72351
fix
eyalpalo b4f0f0f
pre commit
eyalpalo 4534dd1
rn
eyalpalo e031574
comma separated list of event_type
RotemAmit 270fb37
fixed conflicts
RotemAmit 22c0211
fixed the duplication issues
RotemAmit cf13852
fixed duplication with utc and unit tests
RotemAmit b8928d5
spelling
RotemAmit 9f0671f
unit test update
RotemAmit bfb633c
rn
RotemAmit e261cac
Merge branch 'master' of github.com:demisto/content into xsup_51378
RotemAmit f6df6ac
Merge branch 'master' of github.com:demisto/content into xsup_51378
RotemAmit 0722c4c
Merge branch 'master' into xsup_51378
RotemAmit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
{ | ||
"chunk_size": 2, | ||
"entries": [ | ||
{ | ||
"type": "event", | ||
"event_id": "2222222222222222222222222222222222222222", | ||
"created_by": { | ||
"id": 11446498, | ||
"type": "user", | ||
"name": "User Name", | ||
"login": "ceo@example.com" | ||
}, | ||
"event_type": "FILE_MARKED_MALICIOUS", | ||
"session_id": "70090280850c8d2a1933c1", | ||
"source": { | ||
"id": 11446498, | ||
"type": "user", | ||
"name": "User Name", | ||
"login": "ceo@example.com", | ||
"created_at": "2012-12-12T10:53:43-08:00", | ||
"modified_at": "2012-12-12T10:53:43-08:00", | ||
"language": "en", | ||
"timezone": "Africa/Bujumbura", | ||
"space_amount": 11345156112, | ||
"space_used": 1237009912, | ||
"max_upload_size": 2147483648, | ||
"status": "active", | ||
"job_title": "CEO", | ||
"phone": 2222222222, | ||
"address": "address", | ||
"avatar_url": "https://www.box.com/api/avatar/large/222222222", | ||
"notification_email": { | ||
"email": "notifications@example.com", | ||
"is_confirmed": true | ||
} | ||
}, | ||
"additional_details": { | ||
"key": "value" | ||
} | ||
}, | ||
{ | ||
"type": "event", | ||
"event_id": "1111111111111111111111111111111111111111", | ||
"created_by": { | ||
"id": 11446499, | ||
"type": "user", | ||
"name": "User Name", | ||
"login": "ceo@example.com" | ||
}, | ||
"event_type": "FILE_MARKED_MALICIOUS", | ||
"session_id": "70090280850c8d2a1933c1", | ||
"source": { | ||
"id": 11446499, | ||
"type": "user", | ||
"name": "User Name", | ||
"login": "ceo@example.com", | ||
"created_at": "2012-12-12T10:53:44-08:00", | ||
"modified_at": "2012-12-12T10:53:44-08:00", | ||
"language": "en", | ||
"timezone": "Africa/Bujumbura", | ||
"space_amount": 11345156112, | ||
"space_used": 1237009912, | ||
"max_upload_size": 2147483648, | ||
"status": "active", | ||
"job_title": "CEO", | ||
"phone": 1111111111, | ||
"address": "address", | ||
"avatar_url": "https://www.box.com/api/avatar/large/111111111", | ||
"notification_email": { | ||
"email": "notifications@example.com", | ||
"is_confirmed": true | ||
} | ||
}, | ||
"additional_details": { | ||
"key": "value" | ||
} | ||
} | ||
], | ||
"next_stream_position": 1152922976252290800 | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
#### Integrations | ||
|
||
##### Box v2 | ||
|
||
- Updated the Docker image to: *demisto/auth-utils:1.0.0.3609876*. | ||
- Fixed an issue with the **event_type** param in the **fetch-incidents** mechanism. | ||
- Fixed an issue where some incidents were duplicated in the **fetch-incidents** mechanism. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.