Skip to content

Instantly share code, notes, and snippets.

@Avotrix
Created January 29, 2019 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Avotrix/a9792f3d7e480f0918984291347151a8 to your computer and use it in GitHub Desktop.
Save Avotrix/a9792f3d7e480f0918984291347151a8 to your computer and use it in GitHub Desktop.
Create ServiceNow incident through splunk
<?xml version="1.0" encoding="UTF-8"?>
<email_incident>
<Caller>Splunk_User</Caller>
<onBehalfOf>Splunk_User</onBehalfOf>
<ConfigurationItem>$result.Hostname$</ConfigurationItem>
<Category>generic</Category>
<Subcategory>generic</Subcategory>
<AssignmentGroup>$result.Assignment_group$</AssignmentGroup>
<Urgency>Low</Urgency>
<ShortDescription>SecOps </ShortDescription>
<Description>$result.Description$</Description>
</email_incident>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment