Elastic Engine used

Hi there,

How can i check how many times a specific elastic engine was turned-on by days, weeks, months, etc ?

thanks.

@Arao

Have you tried to do a grep from server.log? server.log is rotated every 24 hours and previous 30 days of logs should be under log/archive

@balaji.ramaswamy

I found that:

There’s a way to query log/archive?

Thanks.

@Arao

You can move the logfile to a distributed storage like S3/ADLS and then and promote the folder as CSV and query via Dremio. In fact if you are able to move current log file to a different location we even have a JSON format of the log file under log/json, name is “server.json”, you can simply promote it via Dremio. Unfortunately we do not archive server.json

Thanks
Bali