Closed wzlove closed 9 months ago
来解决下列报错
{"@timestamp":"2024-01-30T15:02:37.316+08:00","caller":"es/writer.go:64","content":"elastic: Error 400 (Bad Request): Action/metadata line [1] contains an unknown parameter [_type] [type=illegal_argument_exception]","level":"error"}
因为es8.x去掉了_type字段,因此在写es的时候 不能再设置type 值。