@@ -25,19 +25,19 @@ Usage:
2525 alertmanager2es [OPTIONS]
2626
2727Application Options:
28+ --debug debug mode [$DEBUG]
2829 -v, --verbose verbose mode [$VERBOSE]
29- --bind= Server address (default: :9097) [$SERVER_BIND ]
30+ --log.json Switch log output to json format [$LOG_JSON ]
3031 --elasticsearch.address= ElasticSearch urls [$ELASTICSEARCH_ADDRESS]
31- --elasticsearch.username= ElasticSearch username for HTTP Basic
32- Authentication [$ELASTICSEARCH_USERNAME]
33- --elasticsearch.password= ElasticSearch password for HTTP Basic
34- Authentication [$ELASTICSEARCH_PASSWORD]
35- --elasticsearch.apikey= ElasticSearch base64-encoded token for
36- authorization; if set, overrides username and
37- password [$ELASTICSEARCH_APIKEY]
38- --elasticsearch.index= ElasticSearch index name (placeholders: %y for
39- year, %m for month and %d for day) (default:
40- alertmanager-%y.%m) [$ELASTICSEARCH_INDEX]
32+ --elasticsearch.username= ElasticSearch username for HTTP Basic Authentication
33+ [$ELASTICSEARCH_USERNAME]
34+ --elasticsearch.password= ElasticSearch password for HTTP Basic Authentication
35+ [$ELASTICSEARCH_PASSWORD]
36+ --elasticsearch.apikey= ElasticSearch base64-encoded token for authorization; if set, overrides
37+ username and password [$ELASTICSEARCH_APIKEY]
38+ --elasticsearch.index= ElasticSearch index name (placeholders: %y for year, %m for month and %d
39+ for day) (default: alertmanager-%y.%m) [$ELASTICSEARCH_INDEX]
40+ --bind= Server address (default: :9097) [$SERVER_BIND]
4141
4242Help Options:
4343 -h, --help Show this help message
0 commit comments