Audit Logging
Configure audit logging for all requests going through Seldon Enterprise Platform
Configuration
audit:
stdout:
enabled: true # Defaults to false. If true, will write audit logs to stdout.
fluentd:
enabled: true # Defaults to false. If true, will try to connect and send audit logs to the Fluentd instance defined in the values below.
requireConn: true # Defaults to true. If true and Fluentd.enabled is true, Enterprise Platform will not start until a connection to the audit Fluentd instance can be established.
host: audit-fluentd-aggregator.seldon-logs.svc.cluster.local # The address of the Fluentd instance.
port: 24224 # The port used for writing to the Fluentd instance.Fluentd Setup
Troubleshooting
Preserving the source IP of the original client
Last updated
Was this helpful?