Home

Latest from BlueScionics

Creating your own Personal Elasticsearch Cluster

This is a quick rundown of the guides I wrote about running a small Elasticsearch. Partly for my own sake to remember everything I have done, but also just in case someone else is looking at making a small cluster for their own purposes. Here is a summary of each part if you want to…

Setting up Security Groups for AWS CloudFront to an EC2 Instance

This guide will show you how to secure your CloudFront connection to your instances by only allowing the two to talk to each other, restricting the EC2 instances from the outside world. This could also apply to other resources like a Load Balancer This guide is based off a solution provided by the AWS team.…

Creating an Internet Accessible Kibana With CloudFront

This is originally part 6 in a series on setting up a personal Elasticstack. It can also be applied to any similar setup. It does not even have to be a Kibana dashboard you are setting it up for! You can check out the other parts in the series below. Building Your Environment in AWSSetting…

Setting up Security and Password Authentication for Small Elasticsearch Clusters

Now that you have a cluster, you are going to want to add some security to it. This is part 5 of a series on creating a personal Elasticstack. You can check the others out here: Building Your Environment in AWSSetting up and Installing ElasticsearchSetting up KibanaUsing a Proxy for Kibana with HAProxyEnabling Security and…

Using a Proxy Server for Your Kibana Dashboard with HAProxy

This guide will work anywhere, but was originally written as part 4 of a series of guides on setting up an Elasticstack. Building Your Environment in AWSSetting up and Installing ElasticsearchSetting up KibanaUsing a Proxy for Kibana with HAProxyEnabling Security and Using Password AuthenticationMaking Kibana Internet Accessible with CloudfrontSecuring Cloudfront with Security GroupsInserting Data into…

Setting up a Small Kibana Dashboard for Elasticsearch

This is part 3 in a series of guides I have written about running a personal Elasticstack. You can check out the other parts in the series here: Building Your Environment in AWSSetting up and Installing ElasticsearchSetting up KibanaUsing a Proxy for Kibana with HAProxyEnabling Security and Using Password AuthenticationMaking Kibana Internet Accessible with CloudfrontSecuring…