Log Data Integration with ELK
Below is the technical implementation of Logs.1
2
3
Basic Logging
Python
Java
5
Error Logging
Incase if the application deployed using kubernaties, and logs are logged into standard output so below steps and log directory paths may not necessary for now. Also, you may need to enable configuration for to write logs to stdout/stderr.
Python
Java
Reference Notes:
Added the log structure which can be used common for API/Backend/database by passing relavent details like for context, extra sub-entities.
Added log structures specific for API/Backend/database.

