openstack-ansible-ops/elk_metrics_6x/roles/elastic_metricbeat/templates/apache-status.conf.j2
Kevin Carter 52c2702587 Fix dashboards and possible port conflicts
This change ensures we are not creating a port conflict for apache/nginx when
status is enabled. This change also ensures dashboards are created correctly
resolving an issue with index-patterns containing a regex.

Change-Id: I8228fc9832d02518d2db843c96abf6dffc63bdfc
Signed-off-by: Kevin Carter <kevin@cloudnull.com>
2019-02-14 18:14:28 -06:00

8 lines
142 B
Django/Jinja

Listen 127.0.1.1:18181
<VirtualHost 127.0.1.1:18181>
<Location "/server-status">
SetHandler server-status
</Location>
</VirtualHost>