Graylog Machine Learning Plug-ins

I am a data analyst and my company is using Graylog. Then I am wondering if I could create a machine learning plug-in to process the incoming log files? It will involve some computations, such as I will use a function to calculate some field values of incoming data and output a value. Is it feasible in terms of computation speed ? it would be really great if it the result can be returned in real time.
And the functions that I am using will be simple and fast (at least I could get results really fast by python code I wrote )

Yes, that’s possible.

See http://docs.graylog.org/en/2.3/pages/plugins.html for information about building plugins.

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