# Metricbeat apache status non-standard URL

**URL:** https://discuss.elastic.co/t/metricbeat-apache-status-non-standard-url/78006
**Category:** Beats
**Tags:** metricbeat
**Created:** [March 9, 2017, 3:16pm UTC](https://discuss.elastic.co/t/metricbeat-apache-status-non-standard-url/78006 "2017-03-09T15:16:17Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![lmalossi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/lmalossi/32/14766_2.png) [@lmalossi](https://discuss.elastic.co/u/lmalossi)
#### Post date: [March 9, 2017, 3:16pm UTC](https://discuss.elastic.co/t/metricbeat-apache-status-non-standard-url/78006/1 "2017-03-09T15:16:17Z")

</div>

Hi,  
I'd like to use metricbeat apache plugin using a non standard apache status URL (/public/apache-status)

Is there some way to accomplish that?

thanks

---

<div class="post-metadata">

### Author: ![andrewkroh](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/andrewkroh/32/3784_2.png) [@andrewkroh](https://discuss.elastic.co/u/andrewkroh)
#### Post date: [March 9, 2017, 10:31pm UTC](https://discuss.elastic.co/t/metricbeat-apache-status-non-standard-url/78006/2 "2017-03-09T22:31:05Z")

</div>

It should work if you include the path in the URL.

```auto
metricbeat.modules:
- module: apache
  metricsets: ["status"]
  hosts: ["http://127.0.0.1/public/apache-status"]

```

Or you can set it using "server\_status\_path".

```auto
metricbeat.modules:
- module: apache
  metricsets: ["status"]
  hosts: ["127.0.0.1"]
  server_status_path: "/public/apache-status"

```

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [April 6, 2017, 10:31pm UTC](https://discuss.elastic.co/t/metricbeat-apache-status-non-standard-url/78006/3 "2017-04-06T22:31:09Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
