In this post we look at how we can connect our Kibana plugin to our Elasticsearch cluster and query it.
For example, in your plugin - you might want to get a number of specific logs within the last 5 minutes.
[Read More]
Creating a React App with Semantic UI in 2019 (Finally)
It’s August 2019 and I want to work on my incomplete Protfolio Website. However, I thought that instead of continuing development on it using semantic-ui, I would experiment with Semantic-UI’s ReactJS integration. I figured this was also a good opprotunity to have more practice with ReactJS based on my last...
[Read More]
Trying out ReactJS... And why you should use it too
Weekend Project #1 - Making a Tic Tac Toe Game using ReactJS
I’ve always been hearing about React and I thought that this weekend, I’d spend sometime exploring ReactJS, a very popular and powerful web framework.
[Read More]
How to run your Ansible tasks in parallel
Using Ansible poll and async attributes to create async ansible tasks that can be parallelized
How to monitor your python code using Elastic APM
Adding a custom Python Agent to Elastic APM
Elastic APM is an application performance monitoring system built on the Elastic Stack. It allows you to monitor software services and applications in real time, collecting detailed performance information on response time for incoming requests, database queries, calls to caches, external HTTP requests, etc. This makes it easier to pinpoint...
[Read More]