kibana显示报错

"status": 500,
            "reason": "ElasticsearchException[org.elasticsearch.common.breaker.CircuitBreakingException: [FIELDDATA] Data too large, data for [@timestamp] would be larger than limit of [623326003/594.4mb]]; nested: UncheckedExecutionException[org.elasticsearch.common.breaker.CircuitBreakingException: [FIELDDATA] Data too large, data for [@timestamp] would be larger than limit of [623326003/594.4mb]]; nested: CircuitBreakingException[[FIELDDATA] Data too large, data for [@timestamp] would be larger than limit of [623326003/594.4mb]]; "

curl -XPOST 'http://elk.china.com/elasticsearch/_cache/clear' -d '{ "fielddata": "true" }' 干掉缓存吧

这里是因为我的es的配置文件用的默认的方式。

http://blog.csdn.net/wang_zhenwei/article/details/50385720

原文地址:https://www.cnblogs.com/smail-bao/p/6709999.html