logs

close up photo of programming of codes

Sending AWS CloudTrail events to CloudWatch Logs 

Reading Time: 3 minutes Hello Readers!! This blog will show how to send AWS CloudTrail events to CloudWatch logs. As we all know AWS CloudTrail records all API calls made to AWS services within an AWS account, including the identity of the user or service making the request, the time of the request, and the parameters of the request.  And AWS CloudWatch is a monitoring service provided by Amazon Continue Reading

background

How to send Github commits and PR logs to ElasticSearch using a custom script

Reading Time: 6 minutes Hello Readers!! In this blog, we will see how we can send GitHub commits and PR logs to Elasticsearch using a custom script. Here we will use a bash script that will send GitHub logs to elasticsearch. It will create an index in elasticsearch and push there the logs. After sending logs to elasticsearch we can visualize the following github events in kibana:- 1. GitHub Continue Reading

aerial view of clouds

How to send logs to AWS OpenSearch using Logstash

Reading Time: 3 minutes Hello Readers!!! We are again back with a new blog. In this blog, we will see how we can send logs to AWS OpenSearch using Logstash. Basically, logstash is an ingestion tool that we can use for sending the data to our desired destination from any source that we want. And We will use AWS OpenSearch for analyzing the ingest data coming from logstash. Let’s Continue Reading

two businessmen outdoor using technology

How to analyze Jenkins Build logs using the ELK stack

Reading Time: 3 minutes Hello Readers! In this blog, we are going to see how we can analyze Jenkins build logs using the ELK stack. As Jenkins is known for its automation and we have a number of its builds logs. Here analysis of Jenkins build logs plays a huge role. So, I will explain and show you how we can monitor and analyze Jenkins build logs in our Continue Reading

protecting sensitive data in docker

How to run Filebeat in a Docker container

Reading Time: 4 minutes Introduction Hi everyone! Today in this blog we are going to learn how to run Filebeat in a container environment. For a quick understanding – Set-up In this setup, I have an ubuntu host machine running Elasticsearch and Kibana as docker containers. I will bind the Elasticsearch and Kibana ports to my host machine so that my Filebeat container can reach both Elasticsearch and Kibana. Continue Reading

Stern: A Tool to Read Logs Across Multiple Pods.

Reading Time: 3 minutes Kubernetes is a scalable container orchestrator. On the one end, it can support complex enterprise systems with thousands of apps and hosts, on the other end, it is quite light-weighted to support IoT appliances. In the absence of centralized logging and aggregation service in Micro Kubernetes clusters, kubectl logs is there for survival. It is good for a pod but if you want to debug your distributed Continue Reading

Azure Monitor: Collect Logs and Metrics from On-Premises

Reading Time: 5 minutes In this blog we are going to discuss how we can collect logs and metrics from the Azure resource and on-prem infrastructure to the azure monitor

Application Logs: Pitfalls and Insights

Reading Time: 3 minutes Introduction In this blog article,we aim to give reader a sense of what is the need of monitoring application logs and a methodology of how we can monitor them using an example. Lets say you have a use case where you would like to monitor important aspects of your application for e.g. temperature” as a measure” or “facet” for multiple devices emitting data for complete Continue Reading

Cinnamon: Way For Monitoring & Metrics Generation for Akka ActorSystem

Reading Time: 2 minutes We are developing huge applications and deployed on multiple virtual machines and clusters. For monitoring applications, we need to enable logs into our application and analysis that logs with help of some tools like elastic stack. But !! what if we need to check health of application on virtual machines and clusters? For that, we are using several Metrics for system health check like Gauges, Continue Reading