Daijiro Fukuda

Results 519 comments of Daijiro Fukuda

> > Hmm, we can't add brackets? > > This works. > > ``` > > @type forward > bind "::" > port 12345 > > ``` @inistor Please try...

I see. So we need this feature. > It would be desirable to be able to use a single listener entry in the configuration file to listen on both IPv4...

Hmm, I don't think this issue is solved. `bind "[::]"` causes an error. `[::]` would be the wrong format. ```xml @type forward bind "[::]" port 12345 @type stdout ``` ```...

Sorry, this plugin does not support RFC5424. [in_syslog](https://docs.fluentd.org/input/syslog) supports it and can receive data in the RFC5424 format. However, this plugin does not support it, so it cannot send data...

I can develop a plugin to address that as part of a paid support service. Please feel free to contact me if you need it.

> @daipom do you suggest that we should handle this scenario in `literal parser.rb`? Yes. We should start by considering whether there are points in `LiteralParser` that can be improved.

> @daipom not sure why 2 workflows alone failed, could you check that part alone? No problem! They have nothing to do with this PR! Sorry, some tests are unstable...

@Athishpranav2003 > @daipom ignore the prev comments I have corrected it and pushed Also tested locally in my side. Please check it and let me know if there is any...

> What i can do is maybe restrict this to double quoted strings inside hashes but not sure if its needed. Please let me know on this alone This is...