Skip to content

Commit c34459a

Browse files
Merge branch 'develop' into 'master'
Fix typo in configuration section in the readme See merge request back-end/elastalert!30
2 parents ab7649a + 606c12c commit c34459a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You can use the following config options:
7171
"relative": true, // Whether to use a path relative to the `elastalertPath` folder.
7272
"path": "/server_data" // The path to the data folder.
7373
},
74-
"es_host": "elastalert", // For getting metadata and field mappings, connect to this ES server
74+
"es_host": "localhost", // For getting metadata and field mappings, connect to this ES server
7575
"es_port": 9200, // Port for above
7676
"writeback_index": "elastalert_status" // Writeback index to examine for /metadata endpoint
7777
}

0 commit comments

Comments
 (0)