fluentd-docs icon indicating copy to clipboard operation
fluentd-docs copied to clipboard

No way to debug regex on modern fluentd?

Open flowstate opened this issue 7 years ago • 2 comments

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.

flowstate avatar May 17 '18 14:05 flowstate

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?

cosmo0920 avatar May 18 '18 08:05 cosmo0920

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

okkez avatar Sep 27 '18 07:09 okkez