|
| 1 | +[[cases-ui-integrations]] |
| 2 | +[role="xpack"] |
| 3 | +== Configuring external connections |
| 4 | + |
| 5 | +You can push new cases and case updates to {sn}. To do this, you need to create |
| 6 | +a connector, which stores the information required to push cases to {sn} via |
| 7 | +{sn}'s https://developer.servicenow.com/dev.do#!/reference/api/madrid/rest/c_TableAPI[Table API]. |
| 8 | +After you have created a connector, you can set {siem-soln} cases to close |
| 9 | +automatically when they are sent to {sn}. |
| 10 | + |
| 11 | +[float] |
| 12 | +=== Create a new connector |
| 13 | + |
| 14 | +. Go to *SIEM* -> *Cases* -> *Edit external connection*. |
| 15 | ++ |
| 16 | +[role="screenshot"] |
| 17 | +image::images/cases-ui-connector.png[] |
| 18 | +. Click `Add new connector option`, and then click {sn}. |
| 19 | ++ |
| 20 | +[role="screenshot"] |
| 21 | +image::images/cases-ui-sn-connector.png[] |
| 22 | +. Fill in the following: |
| 23 | +* _Connector name_: A name for the connector. |
| 24 | +* _URL_: The URL of the {sn} instance to which you want to send cases. |
| 25 | +* _Username_: The username of the {sn} account used to access the {sn} |
| 26 | +instance. |
| 27 | +* _Password_: The password of the the {sn} account used to access the {sn} |
| 28 | +instance. |
| 29 | +. To represent a SIEM case as a {sn} incident, these SIEM case fields are |
| 30 | +mapped to {sn} incidents fields as follows: |
| 31 | +** `Title`: Mapped to the {sn} `Short description` field. When an update to a |
| 32 | +SIEM case title is sent to {sn}, the existing {sn} `Short description` field is |
| 33 | +overwritten. |
| 34 | +** `Description`: Mapped to the {sn} `Description` field. When an update to a |
| 35 | +SIEM case description is sent to {sn}, the existing {sn} `Description` field is |
| 36 | +overwritten. |
| 37 | +** `Comments`: Mapped to the {sn} `Comments` field. When a comment is updated |
| 38 | +in a SIEM case, a new comment is added to the {sn} incident. |
| 39 | +. Save the connector. |
| 40 | + |
| 41 | +[float] |
| 42 | +=== Close sent cases automatically |
| 43 | + |
| 44 | +To close cases when they are sent to {sn}, select the |
| 45 | +_Automatically close SIEM cases when pushing new incident to third-party_ |
| 46 | +option. |
| 47 | + |
| 48 | +[float] |
| 49 | +=== Change and update connectors |
| 50 | + |
| 51 | +You can create additional connectors, update existing connectors, and change |
| 52 | +the connector used to send cases to {sn}. |
| 53 | + |
| 54 | +. To change the connector used to send cases to {sn}: |
| 55 | +.. Go to *SIEM* -> *Cases* -> *Edit external connection*. |
| 56 | +.. Select the required connector from the `Incident management system` list. |
| 57 | +. To update an existing connector: |
| 58 | +.. Click `Update connector`. |
| 59 | +.. Update the the connector fields as required. |
0 commit comments