AWSDevOpsTechnology

Why Use Splunk for Log Analysis? Benefits, Use Cases & Best Practices

Splunk is an enterprise log analytics platform that helps organizations collect, index, search, monitor, and analyze machine-generated data from applications, infrastructure, networks, and cloud environments. It enables DevOps, IT operations, and security teams to troubleshoot issues faster, improve observability, detect threats, and gain actionable insights from logs. Every enterprise generates logs, but few organizations use […]

Mohit Kumar
Mohit Kumar
Read

AWSDevOps

Grouping together my metrics using AWS CloudWatch Dashboards

The AWS re:Invent 2015 has brought with itself a lot of new iterations of services and a lot of new services as well. One such iteration of AWS CloudWatch is the AWS CloudWatch Dashboards. Any of you who might have used tools like Datadog would definitely have heard of metric Dashboards where you can create you […]

AWSTechnology

Python Interface for Pingdom REST API

Pingdom is a tool which is used for monitoring websites’ availability in real time. Now we can interact with pingdom using its REST API with the help of python scripts. Every time, a deployment is made on production servers, the pingdom tool throws a downalert because several services like tomcat, apache etc need to be […]