Elasticsearch bulk indexing from the command line
If you need to import some json documents into Elasticsearch, but don't want to install all kind of third party tooling or java, just install jq. cat file.json | jq »
If you need to import some json documents into Elasticsearch, but don't want to install all kind of third party tooling or java, just install jq. cat file.json | jq »
tl;dr: Adding responsible disclosure information to robots.txt can help save time. Companies don’t want to fix their site’s vulnerabilities. At least, it seems that way from »
As everyone is aware, Amazon has EC2 Container Services, the Amazon solutions for running docker containers. I haven't had much luck with this, so now I'm testing Rancher and Kubernetes »
While reviewing code you'll spend a lot of time swapping between different files, objects and methods. VIM has support for easily navigating through tags, using files created by Ctags (Exuberant »
This article shows you how to configure Elasticsearch to store snapshots and metadata in Minio. Minio is an object storage server built for cloud application developers and devops and compatible »