jc36

Results 1 comments of jc36

I found a solution for myself in this form: ``` @type record_modifier @id filter_events object.count ${record["object"]["count"]} object.firstTimestamp ${record["object"]["firstTimestamp"]} object.involvedObject.kind ${record["object"]["involvedObject"]["kind"]} object.involvedObject.name ${record["object"]["involvedObject"]["name"]} object.involvedObject.namespace ${record["object"]["involvedObject"]["namespace"]} object.lastTimestamp ${record["object"]["lastTimestamp"]} object.message ${record["object"]["message"]} object.reason ${record["object"]["reason"]}...