Hello,
I am trying to use the gzip option with the file output, however, I wanted to know how would I go about looking into the contents of the generated gzip file?
file {
path => "/throttled/output.txt"
gzip => true
}
When I run it with this configuration setting, I get an output.txt file in the path specified, however when I open the file, I see jumbled up contents. Is there anything that needs to be fixed in my config?