Is possible to query logs from S3 bucket from directly in Kibana

As part of my housekeeping process , I have to push a week older logs to S3 bucket due to server space limitations . We want to query the same logs which is stored in S3 from Kibana. Is it possible ?

No, Kibana requires the data to be indexed in Elasticsearch.

Thanks Christian. We cant access S3 logs other than by using logstash input plugin?

HI Christian,

We are Having S3 Object Storage Hosted in AWS, We want to mount S3 Bucket as a Drive and us for Elastic Search to get queried in Kibana.

Kindly let us know how can we do it.

You can not. You need to index the data into Elasticsearch, e.g. using Logstash.

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