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
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
It should work if you include the path in the URL.
metricbeat.modules:
- module: apache
metricsets: ["status"]
hosts: ["http://127.0.0.1/public/apache-status"]
Or you can set it using "server_status_path".
metricbeat.modules:
- module: apache
metricsets: ["status"]
hosts: ["127.0.0.1"]
server_status_path: "/public/apache-status"
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.