logstash

retrying failed action with respondse code :503 ({"type"=>"unavailable_shards_exception","reason"=>"[インデックス名][0] primary shard is not active Timeout:[1m],request:[BulkShardRequest [[インデックス名][0]] containing [] requests]"})のエラー

logstashでDBのデータをelasticsearchに投入しようとすると、以下のエラーが起きた。 retrying failed action with respondse code :503 ({"type"=>"unavailable_shards_exception","reason"=>"[インデックス名][0] primary shard is not active Timeout:[1m…

logstashで複数起動してないのにlogstash could not be started becasuse there is already instance using the configured data directory.ってでた。

/usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/〇〇.conf --path.settings "/etc/logstash"のコマンドで、 DBのデータを投入しようとしたら、以下のエラーが出ていた。 [FATAL][logstash.runner]logstash could not be started becasuse there …