ElasticSearch
-
CR Search Engine
.
Objective Given the bast literature concerning Christian Reconstruction. I wanted to create a tool that allowed me to search for specific…
-
jq replacing contents with a variable in bash, for ElasticSearch queries
.
THe trick for replacing a variable inside a json in bash is the following: close the single quotes (‘), put your…
-
How to make Filebeat’s include_lines work!
.
The key to make include_lines work is to understand that (1) Filebeat uses its own set of regular expressions and (2)…
-
The secret to making Filebeat faster!
.
I used to complain about how slow Filebeat is after restarting. I did not want to restart Filebeat because my ELK…
-
Containers listen on default ports despite you don’t publish them
.
This is a very weird phenomenon that I found out the other day. When people make container images they usually EXPOSE…
-
Mastering Filebeat
.
Filebeat is the program that crawls your logs in a certain folder or file that you specify, and sends these logs…
-
Logstash introduction and tips
.
Why Logstash? Logs are text, Logstash converts that text into useful data and then helps you ingest it into ElasticSearch or…
-
Tips to improve your GROKing skills
.
Logstash’s GROK is the heart of the ELK stack. You must master this skill in order to be proficient in the…