Hi All ,
In my log there is a filed named "Log_Type" . This field had multiple values. It may be consist INFORMATION , ERROR or DEBUG etc. I want create a ML job with respect to the distinct count of ERROR in filed "Log_Type" . Is it possible ? . I think it is possible by advanced job and detector . How to configure this advanced job for this purpose.
Sample data
"Log_Type": "ERROR"
"Log_Type": "INFO"
"Log_Type": "DEBUG"
Purpose is , I want to draw the distinct count pattern of ERROR in Log_Type field.