-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Http bytes save file #1161
Conversation
'moloch_sessions_pcap': 'sessions.pcap', | ||
'moloch_spigraph_json': 'spigraph.json', | ||
'moloch_spiview_json': 'spiview.json', | ||
'moloch_unique_json': 'unique.txt', |
There was a problem hiding this comment.
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', |
There was a problem hiding this comment.
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 = { |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
Integrations/integration-Zendesk.yml
Outdated
@@ -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" |
There was a problem hiding this comment.
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?
9054ddd
to
b54b8db
Compare
…-bytes-save-file :wq
@aviadl please assign someone to review the changes (and do some tests)