Hi. I have installed metricbeat on the Nginx server to send the data to the ELK server. I have loaded the dashboards but no data appears in the graphs.
The version used by Metricbeat and ELK is 1.10.1 and Nginx is 1.16.1.
Then look at the hits.total.value path, it should not be zero.
Can you log into one of the servers and try making a curl request using the combination of values from the hosts setting and server_status_path? So for the configuration you posted, log on to the same machine and run:
curl -k -XGET https://wso2ei/server-status
Finally, are there any logs form the Metricbeat process? Or can you run it live on the machine adding the -e flag like so: ./metricbeat -e. That command will spit out the logs to the console and make it easier to debug.
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.