Blogs
May 7, 2020 / March 22, 2023 by Query
In this blog, we will cover the Elasticsearch basics and answer questions including: So what is Elasticsearch? Elasticsearch is a part of the Elastic tech-stack. It is used in combination with visualization and ingestion tools, Kibana and Logstash, and Beats. Elasticsearch is the “middle engine,” a real-time search analytics engine, enabling you to store, search, […]
Read more »
Newsroom
May 7, 2020 / December 24, 2022 by Query
April 30, 2020 / March 22, 2023 by Query
“We all use math every day; to predict weather, to tell time, to handle money. Math is more than formulas or equations; it’s logic, it’s rationality, it’s using your mind to solve the biggest mysteries we know.” This quote is from a famous crime television show called Numb3rs, where a set of brothers rely on […]
April 2, 2020 / February 16, 2023 by Query
Data Classification, Clustering, and Regression is part 5 of this series on Data Analysis. The focus of this article is to use existing data to predict the values of new data. What is Classification? The classification of data is when we sort our data into different buckets. Imagine having buckets with labels: blue, red, and […]
March 31, 2020 / March 22, 2023 by Query
In this article, we are going through a complete example of how to use Angular and Angular Material to create a spreadsheet. We are going to cover from how to create an angular project to how to delete a column or row and creating table cell tracker like Microsoft Office Excel. However, before I start, […]
March 13, 2020 / December 24, 2022 by Query
March 10, 2020 / March 22, 2023 by Query | Leave a Comment
This is part 4 of this series on Data Analysis. The focus of this article is how to take raw data and make it more suitable for analysis. Datasets we want to analyze are rarely perfect with no typos, missing values, or outliers. These things can all affect the results of our analysis, and we […]
February 20, 2020 / March 22, 2023 by Query
This is part 3 of this series on Data Analysis. The focus of this article is all the different types of data visualizations and the reasons you might choose each one. What is Data Visualization? Data visualization is a representation of data in the form of a graphical chart, diagram, or picture. There are many […]
February 18, 2020 / February 16, 2023 by Query
In this tutorial, we will provide step-by-step instructions on how to encrypt communication among Elasticsearch, Kibana, and Logstash. After the setup, Elasticsearch and Kibana can be accessed by web browsers via https. Before we start, make sure the following conditions are satisfied or agreed: Step 1: Using self-sign CA generate from Elasticsearch: <span style="font-family: terminal, […]
February 13, 2020 / March 22, 2023 by Query
This is part 2 of this series on Data Analysis. The focus of this article is all the different types of data and how each one can be analyzed. It’s important that we understand what our raw data represents because we can’t use it properly if we don’t know what it is. One of the […]