Hi team,
I want to store disk space related data in to elastic index through Metricbeat.
kindly guide me how to achieve this?
Hi team,
I want to store disk space related data in to elastic index through Metricbeat.
kindly guide me how to achieve this?
Hi
Below is my metricbeat.yml file
metricbeat.config.modules:
path: ${path.config}/modules.d/*.yml
reload.enabled: false
module: system
period: 30s
metricsets: ["filesystem"]
But still metricbeat not sending filesystem data into elastic index.
is there anything m missing...kindly guide me.
Hey @aniketdatir,
It seems that the format of your configuration file is not correct, I guess that this is a problem when pasting to the forum. When pasting configuration, please try to use the </>
button to enclose the code.
Do you have the module: system
configuration in the metricbeat.yml
file? Modules configuraton should be in the modules.d/*.yml
files. Do you have a system.yml
file there?
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.