Hi,
I've installed metricbeat on jenkins server and configured the elasticsearch output and kibana dashboards in metricbeat.yml. After starting metricbeat i am getting too many entries in the dashboard page of elk server. How can i get only jenkins system metrics?
Which are the metrics that you expect to monitor?
The system metric right? like CPU, RAM, DIsk, Network ,....
yes i want system logs but i dont want all those dashboard for kuberenetes and stuff . just the dashboard for host system metrics is needed. I am getting the logs in the metricbeat index. but when i go to the dashboard for system overview getting errors like dis.
the hightlighted fiels are present in the index metricbeat in discover tab
In the filter, could you filter the field system.network.name? I guess that the metrics-beat index is not mapping. So the correct field is system.network.name.keyword
I want to check the mapping of index first.
Open devtool in http://<your_ip>:5601/app/dev_tools#/console
Run the following command and copy the output here.
GET metricbeat-*/_mapping





