-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
500 Error during add a new source with regex #277
Comments
@leafchild0 Could you try #278 ? |
@okkez Thanks for the fix, built fluentd-ui with your PR, same error. |
@leafchild0 Did you restart you fluentd-ui ? |
@okkez Yes, I was using the built gem, then downloaded your PR and re-built everything. Then run the new version. |
@okkez Was able to make it work with your fix. Thank you! |
Wanted to add a new source with the regex for parsing. It may be related to bad regex, but still, 500 error is not informative. Here is my configuration:
1) Version: td-agent 1.2.6, fluent-ui 1.2.0.
2) OS: MacOs, Linux Debian
3) A new source in the configuration file
4) Example of the log message to parse
2018-11-06 15:07:31,940 INFO [Delayed executor] DelayedEngine:123 DelayedExecutor started...
5) How to reproduce
Try to use UI to add a new source, select a log file (create a dummy file with a message from point 4).
Select regex and add regex mentioned in point 3. Observe that data has been colored (it's a cool feature). Click next and observe error.
6) Error from fluent-ui logs
Please help to resolve the problem with either regex or setup of fluentd.
The text was updated successfully, but these errors were encountered: