Operations | Monitoring | ITSM | DevOps | Cloud

Analytics

Back to Basics: Working with Linux Audit Daemon Log File

If you run the audit daemon on your Linux distribution you might notice that some of the most valuable information produced by auditd is not transmitted when you enable syslog forwarding to Graylog. By default, these messages are written to /var/log/audt/audit.log, which is written to file by the auditd process directly and not sent via syslog.

Sumo Logic's State of the Modern App in the Cloud Report 2017

Sumo Logic's ‘State of Modern Applications in the Cloud’ report provides exclusive data-driven insights, best practices and emerging trends by analyzing technology adoption within the application stack. Key findings surround adoption of Linux in Azure, growth of serverless computing and containers; and a cloud security paradox.

What do Conversion Ratios have to do with Site Reliability?

You have no doubt heard of Google Analytics and will be familiar with conversion or goal tracking. If you haven’t, it is a method used to measure goals and KPI’s. That is of course the well known use case, but very often we see web teams using conversion tracking to also identify site problems. Many eCommerce teams will monitor their sites sales conversion ratio and if it drops they will instinctively know that there is a problem.

Ruby logging best practices and tips

Ruby is an opinionated language with inbuilt Ruby logging options that will serve the needs of small and basic applications. Whilst there are fewer alternatives to these than say, the JavaScript world, there are a handful, and in this post, I will highlight those that are active (based on age and commit activity) and help you figure out the options for logging your Ruby (and Rails applications).