mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 06:55:32 +00:00
Google Compute Engine VM discovery allows to use the google APIs to perform automatic discovery (similar to multicast in non hostile multicast environments). Here is a simple sample configuration: ```yaml cloud: gce: project_id: <your-google-project-id> zone: <your-zone> discovery: type: gce ``` How to start (short story) -------------------------- * Create Google Compute Engine instance * Install Elasticsearch * Install Google Compute Engine Cloud plugin * Modify `elasticsearch.yml` file * Start Elasticsearch Closes #1.
12 lines
94 B
Plaintext
12 lines
94 B
Plaintext
/data
|
|
/work
|
|
/logs
|
|
/.idea
|
|
/target
|
|
.DS_Store
|
|
*.iml
|
|
/.settings
|
|
/.project
|
|
/.classpath
|
|
*.vmoptions
|