goflow2 icon indicating copy to clipboard operation
goflow2 copied to clipboard

goflow2 + enricher docker

Open gmowses opened this issue 3 years ago • 1 comments

I'm using compose ELK and I wanted to add the enricher to the stream, how could I do that?

gmowses avatar Aug 11 '22 15:08 gmowses

Hi there.. is a message queue an option in front of ELK ? You could write f.e in Kafka in one topic, enrich with a script and write in another topic which is read by ELK ?

regards

vigodeltoro avatar Aug 12 '22 05:08 vigodeltoro

Hello, You may be able to enrich data with Elastic or possibly log collection (with fluentd in replacement of logstash) but I never tried it.

Otherwise, implementing the enrichment in code before logging.

lspgn avatar Aug 25 '22 04:08 lspgn