Display each environment variables in each own separate rows

I'd like the variables that I'm passing to my metricbeat systemd script to be rendered separately in each row just like the other counters as seen on the attached screenshot. However, if you look at system.process.cmdline, everything is in one line. How do I do that?

/usr/share/metricbeat/bin/metricbeat -c /etc/metricbeat/metricbeat.yml -path.home /usr/share/metricbeat -path.config /etc/metricbeat -path.data /var/lib/metricbeat -path.logs /var/log/metricbeat -E app.name=webapisvr -E app.project_name=web -E app.environment=stage -E app.ami_id=ami-01234567890abcdef -E api.version=47 -E api.commit_sha=xxxxxxx143d947b7fcc21234567890abcdefg

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.