Skip to content

liaozibo-dev/elasticsearch-bulk-api-data

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

This is a test document for using command script to index into Elasticsearch:

Git Bash:

curl --cacert config/certs/http_ca.crt -u elastic:password -s -H "Content-Type:application/x-ndjson" -XPOST https://localhost:9200/_bulk --data-binary @example/es.json

where "password" is the password for the Elasticsearch and "elastic" is the username

About

elasticsearch example data [author's blog: https://elasticstack.blog.csdn.net/article/details/99481016]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published