Skip to content

1.6.2

Compare
Choose a tag to compare
@ljiang1 ljiang1 released this 30 Oct 21:49
  • Add support to allow users to define their own event body serializer for HTTP event adapter: Simply create a class implementing com.splunk.logging.EventBodySerializer, and add the full class name as a property (eventBodySerializer) to the adapter. Default will be a JSON event body containing message, severity, and other properties.