Getting issue while creating the index for jsonb column from postgres database

In my database table one column type is jsonb . I tried to index the same table by using logstash.

I am getting below error . Please help on this.

Error :

Could not index event to Elasticsearch.

"_id"=>"d999b3f2-e903-4fd4-a3dd-4befa00938f0", "status"=>400, "error"=>{"type"=>"mapper_parsing_exception", "reason"=>"object mapping for [output_data] tried to parse field [output_data] as object, but found a concrete value"}}}}

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