Logstash not importing data into elasticsearch

i'm importing data from twitter through logstash into elasticsearch, it was working just fine but since a > few days it stopped working, and im getting this error, could someone help me please

    [2017-06-04T18:25:39,590][INFO ][logstash.outputs.elasticsearch] retrying failed action with response code: 503 ({"type"=>"unavailable_shards_exception", "reason"=>"[twitter][0] primary shard is not active Timeout: [1m], request: [BulkShardRequest [[twitter][0]] containing [index {[twitter][tweets][AVx0IyYJK-65trS-lqT9], source[n/a, actual length: [6.2kb], max length: 2kb]}]]"})
        [2017-06-04T18:25:39,592][INFO ][logstash.outputs.elasticsearch] Retrying individual bulk actions that failed or were rejected by the previous bulk request. {:count=>1}

Looks like ES has some problems.

If you run _cat/indices against ES what does it show?

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