Pat
Pat
Are you seeing it in 3.0 or 2.2 @mirko-lazarevic ? 2.1 is no longer supported.
It looks like it has got data from the file, prior to Loki connection being available but it should retry later. ``` file=/home/rundeck/var/logs/rundeck/sample/job/sample/logs/s1.rdlog promote to TAIL_EVENT [2023/11/23 09:45:12] [ info]...
I hope those are not valid credentials for your Elasticsearch instance - if so please revoke immediately.
Are you running Windows containers? Just because of your usage of `Test-NetConnection` and if so are the pods for Fluent Bit on Linux? Add a `stdout` output and verify it...
Well, you're not using a Windows container which is my point - the difference in OS may mean networking is not working. ```yaml image: "cr.fluentbit.io/fluent/fluent-bit:2.2.0" ``` You're also mounting a...
https://kubernetes.io/docs/tasks/debug/debug-application/get-shell-running-container/ shows how to use `kubectl exec` (and plenty of other docs on it) - make sure you switch your deployment to the `-debug` image otherwise there is no shell...
Check the logs and see, you can access the path from the debug image. Does the path exist and is it accessible, are there files and are they accessible or...
Looking at the code: https://github.com/fluent/fluent-bit/blob/2555bd45d2060c519fb278640da737ab2f31f7ea/plugins/in_tail/tail_scan_glob.c#L267 This shows the reason for skipping is that it is not a regular file: https://github.com/fluent/fluent-bit/blob/2555bd45d2060c519fb278640da737ab2f31f7ea/plugins/in_tail/tail_scan_glob.c#L234-L235C47 Is it a symlink and is the destination of the...
Check your host logs, do you have symlinks from /var/logs/container to somewhere else? Check the pod spec mounts both the source and destination. It's not a FB issue in that...
I think this has been a restriction for a while, my guess is you want the tag to specify the filename and it must have a dash in it? A...