amazon-archives / logstash-input-dynamodb

This input plugin for Logstash scans a specified DynamoDB table and then reads changes to a DynamoDB table from the associated DynamoDB Stream.This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline. This gem is not a stand-alone program.
Apache License 2.0
105 stars 27 forks source link

object mapping for [awsRegion] tried to parse field [awsRegion] as object, but found a concrete value" #23

Open asimashfaq opened 8 years ago

asimashfaq commented 8 years ago

Getting this error if i update the data on Dynamodb.

asimashfaq commented 8 years ago

elasticsearch_1 | MapperParsingException[object mapping for [awsRegion] tried to parse field [awsRegion] as object, but found a concrete value] elasticsearch_1 | at org.elasticsearch.index.mapper.DocumentParser.parseObject(DocumentParser.java:215) elasticsearch_1 | at org.elasticsearch.index.mapper.DocumentParser.parseObjectOrField(DocumentParser.java:308) elasticsearch_1 | at org.elasticsearch.index.mapper.DocumentParser.parseValue(DocumentParser.java:438) elasticsearch_1 | at org.elasticsearch.index.mapper.DocumentParser.parseObject(DocumentParser.java:264) elasticsearch_1 | at org.elasticsearch.index.mapper.DocumentParser.parseDocument(DocumentParser.java:124) elasticsearch_1 | at org.elasticsearch.index.mapper.DocumentMapper.parse(DocumentMapper.java:309) elasticsearch_1 | at org.elasticsearch.index.shard.IndexShard.prepareCreate(IndexShard.java:529) elasticsearch_1 | at org.elasticsearch.index.shard.IndexShard.prepareCreateOnPrimary(IndexShard.java:506) elasticsearch_1 | at org.elasticsearch.action.index.TransportIndexAction.prepareIndexOperationOnPrimary(Transport