Does Kibana supports a big csv exports?

Hi Guys I'm facing a problem with the exports in Kibana since a week now and I will be happy, if I can get some help here.
I want to generate big csv reports from kibana that could reach 3 Gb
And I was surprised that every time when I want to export more than 300mb file from Kibana Elasticsearch get killed automatically.

I run KIbana as follow :

NODE_OPTIONS="--max-old-space-size=4096" ./bin/kibana

and ELS as follow:

bin/elasticsearch

my configuration in Kibana.yml is :

xpack.security.encryptionKey : "EePXCifCaykPORwjqKGbINHCPFYnNXZT"
elasticsearch.requestTimeout: 900000
xpack.reporting.queue.timeout: 120000000
xpack.reporting.encryptionKey: "EePXCifCaykPORwjqKGbINHCPFYnNXZT"
xpack.reporting.csv.maxSizeBytes: 400000000 
xpack.encryptedSavedObjects.encryptionKey: "EePXCifCaykPORwjqKGbINHCPFYnNXZT"
csp.strict: true
xpack.reporting.enabled: true
logging.verbose: true
server.maxPayloadBytes: 10485760  

and in elasticsearch.yml is:

indices.breaker.total.use_real_memory : false 
http.max_content_length: 500mb

and my jvm.options config is as follow:

-Xms4g
-Xmx4g

so when I try to download a reporting from KIbana which will have a 400mb as a size based on my config
I got this error

and elasticsearch get killed

So I wanna ask if I'm doing something wrong ?
I will appreciate every help from you guys!

Welcome to our community! :smiley: We aren't all guys though.

Please don't post pictures of text, they are difficult to read, impossible to search and replicate (if it's code), and some people may not be even able to see them :slight_smile:

1 Like

Ok I will :wink:

@Elastic Team Member

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