hi - so for this POC, i'm now deploying the otel collector binary to one of the windows servers used by the application.
one thing we're trying to do is make it easier to correlate logs from different server types - using identifying info, such as geo region, app tier/type for the server, etc. is there recommended reading for this sort of configuration so we can include additional data to identify the incoming data based on log source?
brandon
03/28/2024, 4:28 PM
for example, is there a way to expose additional details about the source node of the logs? i'm assuming we can still use stuff like
receiver_name
and
Copy code
receivers:
...
filelog/appname:
brandon
03/28/2024, 4:29 PM
but not sure if there's a better way to provide identifying details about the source node of the logs
brandon
03/28/2024, 4:31 PM
ideally, if we can get details about this server into signoz that can be used for filtering and used to correlate along with logs from other systems, then we'll do the same across the whole environment