Skip to content

codebangkok/elastic

Repository files navigation

Elastic Stack

Website

VS Code Extensions

Java Setup

show all java version

/usr/libexec/java_home -V

config JAVA_HOME

export JAVA_HOME=$(/usr/libexec/java_home -v 16)

Importing test data

Importing data into local cluster

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published