I see the follow doc from cloudfoundry document Service-Specific Instructions for Streaming Application Logs:
Logentries is Not Supported
Cloud Foundry distributes log messages over multiple servers in order to handle load. Currently, we do not recommend using Logentries as it does not support multiple syslog sources.
and I guess it points to Logentries feature Plaintext TCP/UDP input types.
So how about Logentries Token-based TCP input? E.g., configures provided token for each log messages send to STDOUT
or STDERR
from application or cloudfoundry. If this works, how to make it?