Wesley Pettit

Results 200 comments of Wesley Pettit

@mwarzynski I like the idea of creating a "required" tag group which causes the filter to fail to send logs unless certain metadata can be fetched. > For some use...

@mwarzynski > Persistent inputs, like using tail on a log file (assuming that file+offset.db is stored on a persistent volume). So tail input keeps a file offset position. Once it...

@mwarzynski is this waiting on another round of review from me?

I used the config that you have in the description and got a single attempt to request tags, which fails, since its not enabled, then it proceeded adding other metadata...

I think I understand. IMDS returns 404 when tagging is not enabled, which counts as a non-retryable error. I think this PR and code is fine as is. However, remember...

@mwarzynski I've merged this into master.

@mwarzynski we must wait to merge the docs until this is released. Please watch the release notes or tags for a new one to be cut.

@edsiper I am not sure of the best way to fix this. I have two questions: 1. Is there ever a valid use case for having multiple multiline filter definitions?...

@edsiper Cool, I will direct users to this issue to post about their needs and we can determine if we need to support multiple filters. For the time being, I...

@alexku7 Yea, specifying multiple parsers should have the same effect as you'd want from multiple filter definitions... if it doesnt then please let us know.