I think you’ve been very proactive in your job search, and while you’ve tried many strategies, it may be time to reassess and refine your approach. Sometimes, finding a job, especially at a senior level, is about timing, alignment, and presentation. Focus on tailoring your applications more specifically to the roles you’re applying for, leveraging your network in a more targeted manner by identifying key decision-makers, and actively seeking mentorship from individuals within your industry. Consider reaching out to companies directly, even if they’re not hiring, to express your interest and demonstrate your value with tailored proposals. You might also want to explore contract or project-based opportunities that could transition into full-time roles. Lastly, try to maintain a positive mindset, as sometimes success comes after a period of persistence, adjustments, and learning.
To manage logs on your servers efficiently, consider using lightweight log aggregation tools like Fluentd or Filebeat, which can centralize logs in a more user-friendly way compared to larger solutions like Grafana. You can configure these tools to collect logs from various sources (kernel, application, etc.), process them (such as converting formats), and send them to a central location like Elasticsearch or a file system for easy search and analysis. For viewing and monitoring, Kibana or Loki (paired with Grafana) can be used for better visualization and querying, but if you’re looking for simplicity, consider using journalctl for managing system logs directly on the server.