lukeitslukas / idelta_mulesoft2_app

1 stars 0 forks source link

Enhance source field to denote app that logs came from #8

Closed srsplunk closed 3 months ago

srsplunk commented 3 months ago

Issue: Currently if there is more than one app deployed in an environment it would be difficult to discern which log events belong to which app - as the source field would be the same for both. Example:

source = app_logs_input://Lukas1507SandboxLogs

Enhancement Use the deployment_name field (available in stream_events) and append it to the end of the existing source field setup. Example, for two apps in the same environment called "hellomule" and "byemule"

source = app_logs_input://Lukas1507SandboxLogs/hellomule
source = app_logs_input://Lukas1507SandboxLogs/byemule