4. Monitoring, Logging and Statistics

adminConsole

Version

Displays up-to-date statistics, recent exchanges and, by default, allows live modification of Membrane's configuration.

Example Configuration

api:
port: 9000
flow:
- adminConsole: {}
api:
   port: 9000
   flow:
     - adminConsole: {}

Syntax

adminConsole:
readOnly: <boolean>
useXForwardedForAsClientAddr: <boolean>
adminConsole:
  readOnly: <boolean>
  useXForwardedForAsClientAddr: <boolean>

Attributes

NameRequiredDefaultDescriptionExamples
readOnlyfalsefalseWhether runtime changes to Membrane's configuration can be committed in the admin console.-
useXForwardedForAsClientAddrfalsefalsewhether to show the value of the first "X-Forwarded-For" header instead of the client IP address-

Can be used in