fluent / fluentd-docs

This repository is deprecated. Go to fluentd-docs-gitbook repository.
49 stars 119 forks source link

No way to debug regex on modern fluentd? #491

Open flowstate opened 6 years ago

flowstate commented 6 years ago

The options we're given are: a heroku app that doesn't seem to work (capture groups continue capturing outside their definition, making it useless for debugging) and a ui project that only works for old versions of the app?

Does anyone have a workflow for debugging their regex? I can't make myself believe an entire team of devs use old software or a broken heroku app to debug regex.

Share the love, maybe?

Or improve documentation on the filter page, please. I'm happy to do so myself, if I can figure out how to debug.

cosmo0920 commented 6 years ago

a heroku app that doesn't seem to work

Could you show us where a heroku app URL?

Does anyone have a workflow for debugging their regex?

What do you mean debugging their regex? In routing, or processing text/logs in plugin?

Or improve documentation on the filter page, please.

Could you show us filter plugin which you use?

okkez commented 5 years ago

Is this app http://fluentular.herokuapp.com/ ? It seems working well.

BTW, the app had been down around from 2018-05-17 to 2018-05-23. https://github.com/Tomohiro/fluentular/issues/141