Hi guys
Let say from beat i have this below log naming
Record(timestamp).log
Record(timestamp).log
Complete Example for log file name: Record-20190814.log
And this log file will be created base on daily basis. Is there any idea how i can transport all this logs into elasticsearch ? How to design the output section in logstash so that the new daily index will be created ?
Any help is appreciated!