Operations | Monitoring | ITSM | DevOps | Cloud

Why Data Maturity Matters | Prof. Sally Eaves, Ronald van Loon and Splunk's Mark Woods

In today’s world, data is a strategic asset helping organisations not just survive but thrive. Our current era of innovation is propelled by those who are doing more than just storing and managing data. Splunk’s latest State of Data Innovation report revealed that organisations that invested in placing data at the core of their operations were twice as innovative and productive as those that didn’t. Prof. Sally Eaves, Ronald van Loon and Splunk's own Mark Woods discuss how organisations not only need a complete view of their data but the ability to act upon their data quickly.

Getting Started with the InfluxDB 2.0 API and Postman

Whether you’re using InfluxDB Cloud or InfluxDB OSS, the InfluxDB API provides a simple way to interact with your InfluxDB instance. The InfluxDB v2.0 API offers a unified approach to querying, writing data to, and assessing the health of your InfluxDB instances. Today we want to share a Postman project to help you use the API easily. Postman is “an API platform for building and using APIs”.

Live from AWS re:Invent - Data Drivers & Racing as a Service

Presenter: Cory Minton - IT Strategist Splunk believes that every problem has an answer in data and esports racing is no different! Join this session to see how Splunk partnered with McLaren Shadow Esports to bring critical insights to the services that matter most in SIM racing with Splunk Cloud in AWS.

How to Use Rapid Experimentation To Improve Big Data Adaptability?

Big Data, a serious shift toward rapid experimentation, is the need of the day for most firms who are interested in reaping its potential benefits and constructing a wise and clear path to the changeover. Big Data has been the topic of discussion for a few years and is a method for businesses to acquire large amounts of data on their customers in order to deal with that data while respecting customer privacy and adhering to ethical guidelines.

Introduction to Aiven for Apache Flink

Aiven for Apache Flink uses the familiar SQL language to support your real-time analytics and ETL needs. The powerful, fully managed platform – deployable in the cloud of your choice – is your fastest way to tap into the benefits of real-time stream processing. Aiven Solution Architect Jason Hepp walks us through the fundamentals of setting up Aiven for Apache Flink for all your real-time stream processing needs.

An Introduction to Log Analysis

If you think log files are only necessary for satisfying audit and compliance requirements, or to help software engineers debug issues during development, you’re certainly not alone. Although log files may not sound like the most engaging or valuable assets, for many organizations, they are an untapped reservoir of insights that can offer significant benefits to your business.

Plugin Spotlight: Exec & Execd

Telegraf comes included with over 200+ input plugins that collect metrics and events from a comprehensive list of sources. While these plugins cover a large number of use cases, Telegraf provides another mechanism to give users the power to meet nearly any use case: the Exec and Execd input plugins. These plugins allow users to collect metrics and events from custom commands and sources determined by the user.

TL;DR InfluxDB Tech Tips - Visualizing Uptime with Flux deadman() Function in InfluxDB Dashboards

A common DevOps use case involves alerting when hosts stop reporting metrics, aka a deadman alert. This can be done using the monitor.deadman() Flux function. One can easily create a deadman (or threshold) check in the InfluxDB UI Alerts section or craft a custom task to alert as well. Check out InfluxDB’s Checks and Notifications system post for more details. It’s also possible to use the monitor.deadman() function directly in a dashboard cell.