Hi I have a log line say like"APPLE" AND "BANANA" AND "MANGO" OR "GRAPES"
I want it to mutate like and split to put in elastic , so elastic should have a equivalent as
options{
fruits :{
'APPLE','BANANA','MANGO','GRAPES'
},
operators{
'AND' ,'AND','OR'
}
}
Is it possible to apply split and put under separate buckets as fruits and operators.