Skip to content

nreese/es-mappings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

es-mappings

Project to manage Elasticsearch mapping files and scripts needed to easily re-create indices.

Publish Mapping file

Create a mapping file. The name of mapping file should be the desired name of the elasticsearch index. Use load_mapping.sh to PUT the mapping file in Elasticsearch.

./load_mapping.sh earthquake.json

Verify index creation

http://localhost:9200/_cat/indices
http://localhost:9200/earthquake/_mapping?pretty=true

About

Elasticsearch mappings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages