RESEARCH

How do I extract multiple pieces of information using a regex?

I need to extract multiple pieces of information from a returned collection of strings. The strings consist of a number of “fields”, for example: {container=”node-exporter”, device=”/dev/mapper/ubuntu–vg-ubuntu–lv”, endpoint=”http-metrics”, fstype=”ext4″, instance=”172.20.32.10:9100″, job=”node-exporter”,…Read moreHow do I extract multiple pieces of information using a regex?