Is it possible to monitor real time data using machine learning or is there any limitation?
Most of the tutorial provide lookup data not real time.
@dhineshk6, lookup data is to train the model (fit). Once the model is trained you can apply the model to your real time data. Refer to documentation: https://docs.splunk.com/Documentation/MLApp/latest/User/Thebasicprocessofmachinelearning
Tutorial showcase examples are just for you to understand the concepts.
You can use and apply machine learning to all data sources / data types that come into Splunk. Your use cases will be dependent upon data sources and the particular algorithms you can apply...