Log Locations
Overview
Log files can be stored in different locations in the Apinizer system. Knowing log locations is critical for troubleshooting and system monitoring.
Knowing log file locations saves time in troubleshooting processes and provides access to correct log sources.
Log Locations
Logs are stored in the following locations in the Apinizer system:
API traffic logs are recorded in Elasticsearch. These logs contain detailed information about API requests and responses and can be visualized using Kibana.
System logs are stored in Kubernetes as pod logs. These logs contain system-level activities of Apinizer components.
Application logs are found in Apinizer component log files. These logs contain application-level activities and errors.
Log Access Methods
You can access API traffic logs through the Kibana interface. Kibana is used to visualize and analyze logs in Elasticsearch.
You can access system logs using Kubernetes kubectl commands. For example, you can view pod logs with the kubectl logs <pod-name> command.
You can access application log files from log directories inside pods. Log files are usually found in /var/log/apinizer or similar directories.
Kibana Integration
Logs recorded in Elasticsearch can be visualized and analyzed using Kibana.
Kibana allows you to view and analyze logs in Elasticsearch in real-time. You can examine log data using Discover, Visualize, and Dashboard tabs.
Related Topics
You can review the following pages for more detailed information:
Learn about log search techniques in Kibana
Learn about log levels and filtering options
Learn about log pattern analysis techniques
Learn detailed information about visualizing API traffic logs with Kibana