Missing value for server_uptime in module apache

Hi,
I'm using metricbeat 7.5 with apache module and Apache/2.4.6 on CentOS 7. Everythings works fine except for the fact that in the dashboad in the graph Uptime [Metricbeat Apache] ECS the metric server_uptime is always empty. I have looked in the index information and no document contains that field.

What might be missing?

thanks

Do you see aws.status.uptime.server_uptime or aws.status.uptime.uptime in the documents? Looking at the documentation of apache metricbeat module, it says this module is tested with Apache 2.4.14 and 2.4.20 and are expected to work with
all versions >= 2.2.31 and >= 2.4.16. Maybe it's not compatible with the older version of Apache. Could you try it with a newer version by any chance?

1 Like

Thanks Kaiyan, maybe its because of apache version, i have:

httpd -version
Server version: Apache/2.4.6 (Red Hat Enterprise Linux)
Server built: Jul 12 2016 05:02:54

In apache documents i see apache.status.uptime.uptime but i dont see

apache.status.uptime.server_uptime

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