I need to integrate the splunk and servicenow without installing the plugin. My Servicenow Admin requesting me to send the below detail to REST API of servicenow event table.
And the below detail need to send in JSON format and in the --additional_info field.
{
"NodeName": "XX",
"NodeIPAddress": "XX",
"InterfaceName": "XX",
"InterfaceTransmit (%)": "XX %",
"InterfaceReceive (%)": "XX%",
"DateTime": "XX",
"AssignmentGroup": "XX",
"LocationID": "XX"
}
How i can do this by simple SPL ??
↧