Hi,
I have a syslog monitoring system using elk.
It works fine and matches the patterns correctly.
What I would like to achieve now is:
- Implement unsupervised machine learning on the syslog data.
Is the below approach workable or is there any other better way I should think of ?
- input syslog text file to logstash -> output as csv file without applying any filter-> use csv out file to be processed outside elk using any machine learning framework
And then input the same file back in logstash to be feeded to elasticsearch for indexing.
Is this possible and feasible ?
Please suggest.