Athish Pranav D

Results 115 comments of Athish Pranav D
trafficstars

@omerlh I have tried to address your request here. I know its too late but it would be nice if you can take a look at the PR and give...

I can probably pick this up @daipom I am looking at Webrick implementation for more clarification

I was checking about this issue `"{\"Authorization\":\"Bearer \#{ENV['TEST_PORT']}\"}"` This is the format in which json.parse is invoked in https://github.com/fluent/fluentd/blob/master/lib/fluent/config/types.rb#L204 Ideally we would need `"{\"Authorization\":\"Bearer #{ENV['TEST_PORT']}\"}"` to be passed to json...

For this there can be different ways in which this can be done 1. Instead of `JSON.parse` we use `eval` but this is dangerous and not advised as arbitrary code...

Yah @daipom Either this PR will solve this or we change the FAQ in fluentd-docs to highlight about this case of string interpolation in case of hash and arrays alone

Also @daipom I haven't considered the case for hostname variable in string interpolation. I tried looking `literal_parser.rb`, seems like `scan_double_quoted_string` is handling the env variable case but very specific to...

@cosmo0920 could you please check this

@daipom @ashie need some comments on this since its a very new compression method. I tried to make sure the existing support is not broken and added this feature additionally....