diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-06-28 18:36:27 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-06-28 22:41:31 +0200 |
commit | 5d6d68697dceec6a8c5a8947118abe527ad09ba1 (patch) | |
tree | 569fd48de25510b93437775aedb5605295e2c5bb /template/en | |
parent | f63319ac7da3fc3f9107c21ad715b8af9566fde4 (diff) | |
download | bugzilla-5d6d68697dceec6a8c5a8947118abe527ad09ba1.tar.gz bugzilla-5d6d68697dceec6a8c5a8947118abe527ad09ba1.tar.xz |
Remove metrics stuff
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/params/advanced.html.tmpl | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/template/en/default/admin/params/advanced.html.tmpl b/template/en/default/admin/params/advanced.html.tmpl index 7c85881d7..2fe59c533 100644 --- a/template/en/default/admin/params/advanced.html.tmpl +++ b/template/en/default/admin/params/advanced.html.tmpl @@ -25,7 +25,7 @@ %] [% sts_desc = BLOCK %] - Enables the sending of the + Enables the sending of the <a href="https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security">Strict-Transport-Security</a> header along with HTTP responses on SSL connections. This adds greater security to your SSL connections by forcing the browser to always @@ -67,18 +67,4 @@ disable_bug_updates => "When enabled, all updates to $terms.bugs will be blocked.", - - metrics_enabled => - "Collect metrics for reporting to ElasticSearch", - metrics_user_ids => - "Comma separated list of user_id's which trigger data collection and reporting." - _ " eg <kbd>3881,5038,5898,13647,20209,251051,373476,409787</kbd>.", - metrics_elasticsearch_server => - "Metrics ElasticSearch server and port. eg <kbd>127.0.0.1:9200</kbd>", - metrics_elasticsearch_index => - "Metrics ElasticSearch index. eg <kbd>bmo-metrics</kbd>", - metrics_elasticsearch_type => - "Metrics ElasticSearch type. eg <kbd>timings</kbd>", - metrics_elasticsearch_ttl => - "The time to live for data in the ElasticSearch cluster, in milliseconds. eg <kbd>1210000000</kbd>", } %] |