Http

The Http port used by Loggie itself provides monitoring metrics, internal operation and maintenance and other interfaces.

Example

  1. http:
  2. enabled: true
  3. host: "0.0.0.0"
  4. port: 9196
fieldtyperequireddefaultdescription
enabledboolfalsefalsewhether to enable http
hoststringfalse0.0.0.0http listening host
porthttpfalse9196http listening port

Tips

It is generally recommended to open the http port. if Loggie is deployed in Kubernetes or containers, please pay attention to whether port conflicts exist when using hostNetwork, and whether the monitoring host is exposed to the public network and whether there are security risks.