splunk / docker-logging-plugin

Splunk Connect for Docker is a Docker logging plugin that allows docker containers to send their logs directly to Splunk Enterprise or a Splunk Cloud deployment.
Apache License 2.0
63 stars 25 forks source link

Adding current epoch time to POST body #72

Open s-m-p opened 2 years ago

s-m-p commented 2 years ago

Hello and please forgive me if this is not the appropriate place to ask this question. I would like to add a "time" field to the POST body with a value of the current epoch time. I understand how to add a field named "time", but is there a way to dynamically set the value? I'm not the expert with this plugin, so please forgive me if this question sounds ignorant.

Thanks in advance.