Copy filebeat default pipeline

Hi All,
im trying to create new pipeline based on the default filebeat pipeline via pipeline API.
im using GET _ingest/pipeline/filebeat-7.3.2-nginx-access-default
and copy paste the output to kibana console shows an error

this is the error im getting:

{
  "error": {
    "root_cause": [
      {
        "type": "parse_exception",
        "reason": "Failed to parse content to map"
      }
    ],
    "type": "parse_exception",
    "reason": "Failed to parse content to map",
    "caused_by": {
      "type": "i_o_exception",
      "reason": "Unexpected character ('\"' (code 34)): was expecting comma to separate Array entries\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@44913072; line: 8, column: 315]"
    }
  },
  "status": 400
}

any idea that is wrong here? its pasted data...

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.