diff --git a/smartapps/thefuzz4/splunk-http-event-logger.src/splunk-http-event-logger.groovy b/smartapps/thefuzz4/splunk-http-event-logger.src/splunk-http-event-logger.groovy index 52452b6..af6dc17 100644 --- a/smartapps/thefuzz4/splunk-http-event-logger.src/splunk-http-event-logger.groovy +++ b/smartapps/thefuzz4/splunk-http-event-logger.src/splunk-http-event-logger.groovy @@ -191,7 +191,7 @@ json += "\"isPhysical\":\"${evt.isPhysical()}\"," json += "\"location\":\"${evt.location}\"," json += "\"locationId\":\"${evt.locationId}\"," json += "\"unit\":\"${evt.unit}\"," -json += "\"source\":\"${evt.source}\",}" +json += "\"source\":\"${evt.source}\"}" json += "}" //log.debug("JSON: ${json}") def ssl = use_ssl.toBoolean()