Pat
Pat
Contribution would be greatly welcomed, as it is OSS every update requires someone to contribute a PR so if you have the time and/or an environment to test it in...
I think you need to provide more details on what you did. You're using a container, did you mount the logs into it? You're also using the debug container so...
https://kubernetes.io/docs/tasks/debug/debug-application/get-shell-running-container/
Do you mean like this? https://docs.fluentbit.io/manual/pipeline/outputs/elasticsearch#fluent-bit--elastic-cloud Or just specify the HTTP header directly: https://docs.fluentbit.io/manual/pipeline/outputs/http | name | Description | |------|-------------| | header_tag | Specify an optional HTTP header field for...
HadoLint is failing because this PR is too large... However it does not touch the container definition so can be safely ignored.
Please submit a PR to update the docs if you can, it's a good way to easily contribute to OSS: https://github.com/fluent/fluent-bit-docs/blob/master/pipeline/inputs/tail.md
Probably a case of updating here: https://github.com/fluent/fluent-bit/blob/master/packaging/update-apt-repo.sh The packaging process is a bit convoluted sometimes as it had to cope with the old bare metal server then the transition to...
I would just remove AppVeyor entirely, let's not complicate CMake because of it.
Configure it not to run for PRs or similar. I think complicating CMake for it is not a good idea here. It may be better as a separate PR just...
Note, once merged we need to update the release workflow as well to ensure it does not try to pull AppVeyor binaries as this will fail now.