Managing Logs
Dynamic Log Levels
Pinot supports inspecting and modifying Log4J log levels dynamically in production environments through REST. This can often be helpful when debugging an issue that is transient in nature and restarting the server with new configurations files may alter the desired behavior.
Supported Operations
List All Loggers
Sample Usage:
Fetch Specific Logger
Sample Usage:
Set Logger Level
Sample Usage
Downloading Component Logs
Pinot supports downloading logs directly over HTTP in situations where the operator may not have access to the container, but has access to the rest endpoints.
If the operator has access to the Controller, they can download log files from any one of the other components.
Supported Operations
List Available Log Files
Download a Log File
Remote Log APIs
These APIs are only supported on the Controller
List Log Files on All Instances
List Log Files on a Specific Instance
Download Remote Log From Given Instance
Last updated