I want to strip out the beginning and ending parts of the log entry

mutate {
  gsub => [
	"message", "--------------- Event Log Start Here ---------------\n","",
	"message", "\n--------------- Event Log End Here ---------------", ""
  ]
}