Enable log collection
To enable collection for MarkLogic logs, follow these steps:
Set the
logCollection.enabled
parameter totrue
.Set each parameter in the
logCollection.files
totrue
if you want to track that type of log file or tofalse
if you do not. See Helm Chart parameters for parameter descriptions.Define an output in the
values.yaml
file.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.