Merge remote-tracking branch 'origin/topic/awelzel/cluster-log-websocket-application-name'

* origin/topic/awelzel/cluster-log-websocket-application-name:
  cluster/WebSocket: Include X-Application-Name in cluster.log
This commit is contained in:
Arne Welzel 2025-06-30 17:55:58 +02:00
commit c725311d07
11 changed files with 50 additions and 23 deletions

View file

@ -1,3 +1,12 @@
8.0.0-dev.562 | 2025-06-30 17:55:58 +0200
* cluster/WebSocket: Include X-Application-Name in cluster.log (Arne Welzel, Corelight)
A bit ad-hoc formatting for the log, but that's mostly because cluster.log
only has message field and I don't think having a dedicated application_name
column is worth it. That could also be added by custom scripts if it's really
wanted for a given deployment.
8.0.0-dev.560 | 2025-06-30 13:29:07 +0200
* cluster/Telemetry: Cache CallExpr locations (Arne Welzel, Corelight)