Courier Fetch: shards failed

For me tuning the threadpool search queue_size solved the issue. I tried a number of other things and this is the one that solved it. I added this to my elasticsearch.yml threadpool.search.queue_size: 10000 and then restarted elasticsearch. Reasoning… (from the docs) A node holds several thread pools in order to improve how threads memory consumption … Read more

elasticsearch / kibana errors “Data too large, data for [@timestamp] would be larger than limit

Clearing the cache alleviates the symptoms for now. http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-clearcache.html Clear a single index curl -XPOST ‘http://localhost:9200/twitter/_cache/clear’ Clear multiple indicies curl -XPOST ‘http://localhost:9200/kimchy,elasticsearch/_cache/clear’ curl -XPOST ‘http://localhost:9200/_cache/clear’ Or as suggested by a user in IRC. This one seems to work the best. curl -XPOST ‘http://localhost:9200/_cache/clear’ -d ‘{ “fielddata”: “true” }’ Update: these errors went away as soon … Read more

Kibana on Docker cannot connect to Elasticsearch

There is some misunderstanding about what localhost or 127.0.0.1 means when running a command inside a container. Because every container has its own networking, localhost is not your real host system but either the container itself. So when you are running kibana and pointing the ELASTICSEARCH_URL variable to localhost:9200 the kibana process will look for … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)