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.
1 parent 379f23e commit 8e5011bCopy full SHA for 8e5011b
README.md
@@ -111,7 +111,10 @@ You can use the following config options:
111
"dataPath": { // The path to a folder that the server can use to store data and temporary files.
112
"relative": true, // Whether to use a path relative to the `elastalertPath` folder.
113
"path": "/server_data" // The path to the data folder.
114
- }
+ },
115
+ "es_host": "elastalert", // For getting metadata and field mappings, connect to this ES server
116
+ "es_port": 9200, // Port for above
117
+ "writeback_index": "elastalert_status" // Writeback index to examine for /metadata endpoint
118
}
119
```
120
0 commit comments