Skip to content

Commit 8e5011b

Browse files
committed
Update README
1 parent 379f23e commit 8e5011b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,10 @@ You can use the following config options:
111111
"dataPath": { // The path to a folder that the server can use to store data and temporary files.
112112
"relative": true, // Whether to use a path relative to the `elastalertPath` folder.
113113
"path": "/server_data" // The path to the data folder.
114-
}
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
115118
}
116119
```
117120

0 commit comments

Comments
 (0)