Hello,
I am a beginner in ML, but I have been working with OpenSearch for a long time.
I have processed web server logs, and I would like to use them for bot detection.
I plan to extract sessions from the logs, classify them as bot or non-bot, and then block such connections at the application level.
I see that OpenSearch has ML functionality, but there is very little documentation and few examples on the internet.
I don’t understand whether I can use OpenSearch for my task or not.
I will figure it out myself, but I need help to point me toward the right direction for research.
I understand that I can use Python to work with models, where OpenSearch would just be the database for the source data.
But in that case, I wouldn’t need an ML plugin. Since there is this ML plugin, I want to understand if I can use it for my task.