8000 Http bytes save file by slavikm · Pull Request #1161 · demisto/content · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Http bytes save file #1161

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
merged 6 commits into from
Jan 17, 2018
Merged

Http bytes save file #1161

merged 6 commits into from
Jan 17, 2018

Conversation

slavikm
Copy link
Contributor
@slavikm slavikm commented Jan 15, 2018

@aviadl please assign someone to review the changes (and do some tests)

@anara123 anara123 requested a review from Itay4 January 15, 2018 07:53
'moloch_sessions_pcap': 'sessions.pcap',
'moloch_spigraph_json': 'spigraph.json',
'moloch_spiview_json': 'spiview.json',
'moloch_unique_json': 'unique.txt',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary comma

var urlDict = {
'moloch_connections_json': 'connections.json',
'moloch_connections_csv': 'connections.csv',
'moloch_files_json': 'files.json',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

files.json doesn't seem to work, should be file/list

@@ -43,7 +43,7 @@ script:
if (res.StatusCode < 200 || res.StatusCode >= 300) {
throw 'Failed to ' + queryName + ', request status code: ' + res.StatusCode + ' and Body: ' + res.Body + '.';
}
return res.Body;
return res;
}

var urlDict = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary comma
files.json should be file/list

@@ -0,0 +1,528 @@
commonfields:
id: Check Point Sandblast
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should do the same changes to Check Point Sandblast Appliance

@@ -900,3 +900,5 @@ script:
description: Locale. Defaults to en-us
description: Get Zendesk Help Center article
isfetch: true
releaseNotes: "Added zendesk-add-user for adding end users. Added zendesk-get-article to get help center article"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't be empty release notes?

@Itay4 Itay4 force-pushed the http-bytes-save-file branch from 9054ddd to b54b8db Compare January 17, 2018 15:16
@Itay4 Itay4 merged commit 5c00223 into master Jan 17, 2018
@Itay4 Itay4 deleted the http-bytes-save-file branch January 17, 2018 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0