Hi Team,
I am trying to build and design a logstash pipeline where the count of different words tracked against the timestamp. I need to classify every word based on length of texts in three segments, say words with length of characters 1-5 - Small, 5-10- Medium 15+ => Large
I need to repeat this classification of word for every paragraph and tag it with the respective timestamp in which it is reaching to Logstash pipeline.
Can someone please share few tips for designing this pipeline.
Regards
Venkatesh