The changes we made were to just stop using swap memory:
swapoff --all
Then change the fstab file and comment out the swap lines and finally a cache clear:
sync; echo 1 > /proc/sys/vm/drop_caches
sync; echo 2 > /proc/sys/vm/drop_caches
sync; echo 3 > /proc/sys/vm/drop_caches
After this we stop recieving memory part. And before this everything was normal. When I start metricbeat it's sending memory info in JSON but all data comming from memory it's all 0s
You are showing an event from the process metricset (which looks normal BTW). Can you look for events from the memory metricset (metricset.name:memory). Are there any events from this metricset that have an error (metricset.name:memory AND _exists_:error)?
The memory data is read from /proc/meminfo on Linux. What's in that file?
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.