Parsing a Raw JSON file "Invalid Setting for json filter"

Your JSON is pretty-printed across multiple lines. You will need to use a multiline codec to combine all the lines of a single JSON object into one [message] field. See here and here.