This article seeks to give those getting started with Filebeat the tools and knowledge to install, configure, and run it to ship data into the other components in the stack.
While the Hide and Seek botnet may have come into the spotlight a few months, you can always learn from the past. See what researchers learned about IoT security.
Elasticsearch can help the Java EE world with both NoSQL documents and a search engine. See how to join the best of these two worlds using Eclipse JNoSQL.
Batch tasks are best used for performing aggregate functions on your data. Stream tasks are best used for cases where low latency is integral to the operation.
Batch processing is for cases where having the most up-to-date data is not important. Stream processing is for cases that require live interaction and real-time responsiveness.
As containers take root, dozens of tools have sprung up to support them. Check out your options for orchestration, CI/CD, logging, monitoring, and more!
Let's take a look at a possible blockchain implementation using Java. We build up from first principles and develop some code to help show how it all fits together.