We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab7649a + 606c12c commit c34459aCopy full SHA for c34459a
README.md
@@ -71,7 +71,7 @@ You can use the following config options:
71
"relative": true, // Whether to use a path relative to the `elastalertPath` folder.
72
"path": "/server_data" // The path to the data folder.
73
},
74
- "es_host": "elastalert", // For getting metadata and field mappings, connect to this ES server
+ "es_host": "localhost", // For getting metadata and field mappings, connect to this ES server
75
"es_port": 9200, // Port for above
76
"writeback_index": "elastalert_status" // Writeback index to examine for /metadata endpoint
77
}
0 commit comments