Is it possible to show old logs(previous year) in the ELK a visualization?

Hey @nikhilesh!

If you're hoping to use general UI around Kibana like various date pickers to automatically select things a year before what the user selected, that's going to be tricky.

One thing you could try is to before ingesting your data, create a field that's one year off from your actual date and set this field as your @timestamp for a new index.

Otherwise, if you only need this in one specific visualization, you can do this inside of Canvas.
First add time filter controls. Then to your other visualizations, you can edit their scripts to offset the time. (You can find an example on how to do that in this other Discuss question).