Jonas

Results 8 comments of Jonas

Thanks for this, please let me know when its ready for review :)

Oh I see. So our use case is a bit different from yours. Yours is rendering in Ceph Manager UI, is that correct? Ours is rendering in Opsgenie / pagerduty...

@shtripat what is OCP UI? could you link me to github repo or project repo? Also does this project plan to follow [Prometheus monitoring mixin](https://docs.google.com/document/d/1A9xvzwqnFVSOZ5fD3blKODXfsat5fg6ZhnKu9LK3lB4/edit#) structure? Structure: ``` { grafanaDashboards+::...

@cloudbehl could you link me to that OCP UI code? And how to compile & run it? I would like to try my PR'd alerts against it, just to see...

Ok, so mixin needs to be generic enough. But then arguments you wrote in https://github.com/ceph/ceph-mixins/issues/54#issuecomment-488950655 doesn't apply, as all that you write is that you need them in OCP UI....

We had the same issue when migrating to newer fluentbit versions, our kubernetes metadata would completely go away. I've tried both 1.2.0 and 1.1.3 and both of these versions stop...

``` [SERVICE] Flush 1 Log_Level info Daemon off Parsers_File parsers.conf HTTP_Server On HTTP_Listen 0.0.0.0 HTTP_Port 2020 [INPUT] Name tail Tag kube-container.* Path /var/log/containers/*.log Parser docker DB /var/log/flb_kube.db Mem_Buf_Limit 5MB Skip_Long_Lines...

Adding `kube-container.var.log.containers.` worked, thank you and sorry for the bother. I found the release notes https://docs.fluentbit.io/manual/installation/upgrade_notes#fluent-bit-v-1-1 which explain this. Somehow I completely missed it, when I was looking at the...