Kibana log to cloud storage

Hello,

Can we have direct connectivity to upload kibana.log file after reaching to specific size of file to cloud storage?

Or

Can we specify cloud uploading path in kibana.yml itself for log.path setting?

Because after sometime the disk of machine where kibana is hosted, gets full.

Hi @aditi_salunke ,

You can read official documentation about configuring Kibana logging here

You are probably interested in:

logging.appenders.file:
logging.appenders.rolling-file

But it is up to you to manage files on a disk, you can either remove the old ones or upload to s3 or smth.

Regards, Dzmitry

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