Andrew Pickin

Results 16 comments of Andrew Pickin

If there's a link in a repo, then maybe there should be some sort of warning in the logs. The fact that flux fails/ignores links silently is not helpful.

@nateprewitt Please yank it again. This is causing issues once more. Ansible builds that were failing all week, stating working again 24 hours ago (I'm guessing this is when you...

@nateprewitt & @sethmlarson Ansible build using docker module, which in turn uses requests, which it turn ..... I'm build in AWS amazon linux instances. ... Ansible reports. ``` An exception...

@sethmlarson & @nateprewitt I'd gladly raise a separate ticket but I'm not close enough to know what the root cause is, or demonstrate how this can be reproduced. What I...

There are solutions posted here and elsewhere which may fix this issue for a while (but are unlikely to survive a reboot). - `chown 1001 /var/run/docker.sock` - `chmod a+rw /var/run/docker.sock`...

> `{"msg":"foo","ConfigMap/logging/fluentd-config":null,"ConfigMap/logging/index-template":null}` Ok, this isn't my desired result, but this doesn't happen either.

Sorry, hadn't realised I hadn't posted that. Output is unchanged (literally): ``` {msg: "foo", "ConfigMap/logging/fluentd-config":"unchanged","ConfigMap/logging/index-template":"unchanged"} ``` As I said, what I'd like is `{msg: "foo}"` and suggestions as to how...

Actually, this needs more qualification. input ``` {"error":null,"level":"info","msg":"Main container completed","time":"2023-06-30T16:43:53.152Z"} ``` and config ``` @type parser key_name "log" reserve_time true reserve_data true remove_key_name_field true inject_key_prefix "log_" emit_invalid_record_to_error false @type "json"...

Your example isn't quite the same, I have multiple instances I want to be `null` and more complex field names. Irrespective of the format output, the json is being being...

I understand it works in your example, but the same config doesn't work consistently. I'm suggesting your example is too simplistic. My config: ``` @type "json" null_value_pattern unchanged ``` Still...