Telegraf two input plugins and two measurements for nginx

Hi there,
I’m using in telegraf (in the same telegraf.conf) aggregators.valuecounter to collect counters from a log parsed into a measurement called “measure1”, and at the same time I have configured nginx as [[inputs.nginx]] , but I don’t get anything in measurement “nginx”. The collected counters out of the grok pattern are being received ok in “measure1”.
Can telegraf produce output for two different measurements at the same time ? Do I need to run a second, parallel instance of telegraf with a different conf file ?
Best regards!

I’ve found that setting
drop_original = false

within [[aggregators.valuecounter]] , lets pass the nginx values as well.
Solved!