# View Indices.
http://localhost:9200/_cat/indices?v
# Search All.
curl "http://localhost:9200/${INDEX_NAME}/type/_search?pretty"
# View Mappings.
curl "http://localhost:9200/${INDEX_NAME}/_mapping/datetime?pretty"
# Delete Index.
curl -XDELETE "http://localhost:9200/${INDEX_NAME}"
-
Notifications
You must be signed in to change notification settings - Fork 0
awesome-stack/docker-elasticsearch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Docker compose template for Elasticsearch and Kibana.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published