Last active
September 19, 2016 17:34
-
-
Save koolhead17/d4ddc01fbb0ebd2642ccc8e959b8671f to your computer and use it in GitHub Desktop.
Minio Config Snippet for Elasticsearch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "elasticsearch": { | |
| "1": { | |
| "enable": true, | |
| "url": "http://127.0.0.1:9200", | |
| "index": "bucketevents" | |
| } | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment