Azure/azure-orbital-integration

Logging improvements optional centralized logging

Closed this issue · 0 comments

Currently tcp-to-blob and processor log to their respective Log Analytics Workspaces. This improvement would bring the 2 workspaces together into a single ADX instance. This would be optional for users that want to bring their logging together in a single location.

To bring the 2 workspaces together, we would need to follow these steps:

  1. Completion of: #19
  2. Create and setup an Event Hub with 2 hubs (AppTraces and AppExceptions) to receive log exports from Log Analytics Workspaces
  3. Create an ADX instance
  4. Create a new database, tables, mappings, update policies and data connections in ADX
  5. Configure the 2 workspaces to export AppTraces and AppExceptions to the Event Hub in step number 2
  6. Validate data flowing into the 2 new tables in ADX (log ingestion can be up to 10min behind)