tsgkdt
(tsgkdt)
October 6, 2020, 2:45am
2
手元にちょうどよい環境がないので検証できてないですが、検索した限りですとこちらのスレッドが参考になりそうです。
I need help... i have problem with reporting CSV on kibana. i want to get CSV with 1.000.000 row from discover but its always failed. i get notif that [Reporting generate CSV error:Unable to generate report Max attempts reached (3)]? what must i do to export CSV in large volume?
Hi All,
I am trying to export csv file with 1 million records(approx 1 gb size) from kibana reporting.
I had tried different combinations of below configs but getting different errors.Also increased kibana heap size to 4 gb.
Is it practially possible to export such large file
kibana.yml :
xpack.monitoring.enabled: true
server.maxPayloadBytes: 10485760
xpack.reporting.queue.timeout: 3600000
xpack.reporting.csv.maxSizeBytes: 104857600
Error recieved in Kibana reporting tab:
Unable to gen…
中で紹介されているLogstashでcsv出力というのは試す価値がありそうです。
ご参考になれば。