Skip to content

Commit

Permalink
[SIEM][CASE] IBM Resilient Connector (#66385)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Jul 9, 2020
1 parent 589a891 commit 1a81eb5
Show file tree
Hide file tree
Showing 33 changed files with 2,465 additions and 21 deletions.
79 changes: 62 additions & 17 deletions x-pack/plugins/actions/README.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ describe('transformFields', () => {
});
});

test('add newline character to descripton', () => {
test('add newline character to description', () => {
const fields = prepareFieldsForTransformation({
externalCase: fullParams.externalCase,
mapping: finalMapping,
Expand Down
2 changes: 2 additions & 0 deletions x-pack/plugins/actions/server/builtin_action_types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { getActionType as getSlackActionType } from './slack';
import { getActionType as getWebhookActionType } from './webhook';
import { getActionType as getServiceNowActionType } from './servicenow';
import { getActionType as getJiraActionType } from './jira';
import { getActionType as getResilientActionType } from './resilient';

export function registerBuiltInActionTypes({
actionsConfigUtils: configurationUtilities,
Expand All @@ -34,4 +35,5 @@ export function registerBuiltInActionTypes({
actionTypeRegistry.register(getWebhookActionType({ logger, configurationUtilities }));
actionTypeRegistry.register(getServiceNowActionType({ logger, configurationUtilities }));
actionTypeRegistry.register(getJiraActionType({ configurationUtilities }));
actionTypeRegistry.register(getResilientActionType({ configurationUtilities }));
}
Loading

0 comments on commit 1a81eb5

Please sign in to comment.