Skip to main content

MarkLogic Server on Kubernetes

Enable log collection

To enable collection for MarkLogic logs, follow these steps:

  1. Set the logCollection.enabled parameter to true.

  2. Set each parameter in the logCollection.files to true if you want to track that type of log file or to false if you do not. See Helm Chart parameters for parameter descriptions.

  3. Define an output in the values.yaml file.

  4. Use Fluent Bit to parse and output all the log files from each pod to the outputs specified in the values.yaml file. See Fluent Bit's output documentation for more information on configuring Fluent Bit output with a logging backend.