Skip to content

ArcSight ESM v2 - fix as-get-security-events output parsing#7248

Merged
Itay4 merged 3 commits intomasterfrom
arcsight-esm-get-sec-events-fix-outputs
May 27, 2020
Merged

ArcSight ESM v2 - fix as-get-security-events output parsing#7248
Itay4 merged 3 commits intomasterfrom
arcsight-esm-get-sec-events-fix-outputs

Conversation

@Itay4
Copy link
Copy Markdown
Contributor

@Itay4 Itay4 commented May 27, 2020

Status

  • Ready

Description

Fix a breaking change introduced in #6896

Does it break backward compatibility?

  • No

@Itay4 Itay4 requested review from ronykoz and yaakovi May 27, 2020 09:58
@kirbles19
Copy link
Copy Markdown
Contributor

@Itay4 Looks good, no change.


elif demisto.command() == 'as-get-security-events':
return_outputs(get_security_events_command())
return_outputs(*get_security_events_command())
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This is inconsistent with the other commands. I think we should change that get_security_events_command calls return_outputs as is done in the other commands.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@glicht done

@Itay4 Itay4 merged commit b2d2f11 into master May 27, 2020
@Itay4 Itay4 deleted the arcsight-esm-get-sec-events-fix-outputs branch May 27, 2020 12:29
jochman pushed a commit that referenced this pull request May 27, 2020
* fix as-get-security-events output parsing

* bump pack version and add rn

* reverted return_outputs call to be in the cmd func
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants