I write posts on Java, Concurrency, Design patterns, Spring Boot, React and anything that I learn on technology.
09 Oct, 2018
.
Tags:
23 Aug, 2018
Java 8 introduced default and static methods in interfaces. These features allow us to add new functionality in the interfaces without breaking the existing contract for implementing classes.
Tags:
23 Aug, 2018
.
Tags:
15 Aug, 2018
Logstash is data processing pipeline which ingests the data simultaneously from multiple data sources, transform it and send it to different `stash` i.e. Elasticsearch, Redis, database, rest endpoint etc. For example; Ingesting logs files; cleaning and transforming it to machine and human readable formats.
Tags:
15 Aug, 2018
Kibana is a visualization dashboard for Elasticsearch and you can choose many available charts like graphs, pie, bar, histogram etc. or real time textual data and can gain meaningful analytics.
Tags:
15 Aug, 2018
Filebeat is a light-weight log shipper. It is installed as a agent and listen to your predefined set of log files and locations and forward them to your choice of sink (Logstash, Elasticsearch, database etc.).
Tags: