- Elastic https://www.elastic.co
- Elastic Docker https://docker.elastic.co
- Elastic GitHub https://github.com/elastic
- OpenSearch https://opensearch.org
- OpenSearch Docker https://hub.docker.com/u/opensearchproject
- Logstash Plugin - Patterns Core https://github.com/logstash-plugins/logstash-patterns-core
show all java version
/usr/libexec/java_home -V
config JAVA_HOME
export JAVA_HOME=$(/usr/libexec/java_home -v 16)
curl localhost:9200/products/_bulk -H "content-type:application/x-ndjson" --data-binary "@products.ndjson"
curl localhost:9200/recipes/_bulk -H "content-type:application/x-ndjson" --data-binary "@recipes.ndjson"
curl localhost:9200/orders/_bulk -H "content-type:application/x-ndjson" --data-binary "@orders.ndjson"