I am researching to integrate Splunk with my service running in Docker. In my case, the Splunk enterprise runs on a different host.
One way to achieve this is to use docker's built-in Splunk logging driver. I see that one of the configuration parameters is "splunk-token": "" which is the Splunk HTTP Event Collector token that needs to be created in the Splunk enterprise.
My question is - Would I be required to create separate HEC tokens for each of the microservice projects. Let's say if we have 10 microservices projects running that need to integrate with Splunk. Does that mean I would have to create 10 different tokens in Splunk enterprise?