Operations | Monitoring | ITSM | DevOps | Cloud

All Developers Need Is a Browser - How to be more productive by having less

What would you say if I told you that you can be as productive with the cheapest laptop as with the one you already have? Would you believe me if I said that there is no need for you to install an IDE, compilers, CLIs, Docker, and whatever else you might have on your laptop? How about having a full development environment created whenever you need it instead of dealing with Virtual Machines and whatever else might be fulfilling your development needs?

How to create a Status Page for your business in under 3 minutes?

In this video, you’re going to learn exactly how to create a Status Page for your business in just 3 minutes! To be clear: Creating a Status Page takes hard work. But with this video tutorial, you’ll have a proven process that you can use to create a Status Page under 3 minutes and save a lot of time. All in all, you save a lot of time and can relax more.

Creating a Day of Week Runtime Field and Using It in Kibana

The video contains a demonstration of the creation of a runtime field in which the day of the week is calculated from a timestamp field that contains the date. A visualization is then created in Kibana Lens using an indexed field and the newly created runtime field. Runtime field is the name given to the implementation of schema on read in Elasticsearch.

Shadow an Indexed Field With a Runtime Field to Fix Errors

The video contains a demonstration of using a runtime field to fix errors in the indexed data. We intentionally index documents with some errors, and then use a runtime field to shadow the indexed field. The demonstration shows how a user querying the data or creating a visualization in Kibana Lens will see the correct information, which is calculated in the runtime field. This scenario allows for immediate fixing of errors in the indexed data by shadowing them with runtime fields (instead of reindexing). Runtime field is the name given to the implementation of schema on read in Elasticsearch.